I don't know how the Squirrelmail plugin works, but I'd try to use fetchmail itself.
You have to create /etc/fetchmailrc, which looks like this:
Code:
# /etc/fetchmailrc for system-wide daemon mode
# This file must be chmod 0600, owner fetchmail
# Daemon configuration
# These two are set in /etc/default/fetchmail
#set daemon 300 # Pool every 5 minutes
#set syslog # log through syslog facility
set postmaster root
set no bouncemail # avoid loss on 4xx errors
# on the other hand, 5xx errors get
# more dangerous...
##########################################################################
# Hosts to pool
##########################################################################
# Defaults ===============================================================
# Set antispam to -1, since it is far safer to use that together with
# no bouncemail
defaults:
timeout 300
antispam -1
batchlimit 100
poll hotmail.com protocol POP3 user "blablabla" there with password "blubbblubb" is web1_joe here fetchall
Recent comments
3 hours 48 min ago
10 hours 29 min ago
14 hours 19 min ago
15 hours 58 min ago
1 day 24 min ago
1 day 9 hours ago
1 day 10 hours ago
1 day 14 hours ago
1 day 18 hours ago
1 day 19 hours ago