Tried to execute fetchmail, but got an error: "Parse error at fetchall"
Have not had the time to look into it, but something might have been changed!
Content of fetchmail is (username/password removed):
-----------------------
#!/bin/sh
#------------------------------------------------------------
# DO NOT MODIFY THIS FILE! It is updated automatically by the
# e-smith server and gateway software. Instead, modify the source
# template in an /etc/e-smith/templates-custom directory. For more
# information, see
http://www.e-smith.org/custom/#
# copyright (C) 2001 e-smith, inc.
#------------------------------------------------------------
# multi-drop configuration; fetchmail retrieves all mail from a remote POP mailbox:
/usr/bin/fetchmail --syslog --silent --fetchmailrc - <
set postmaster "postmaster@mastrup.dk"
set bouncemail
set properties ""
poll mail.difa.dk
protocol POP3
no dns
localdomains mastrup.dk
username "xxxxxx" password "yyyyyy" to * here
smtphost $SMTP
fetchall
forcecr
EOF
-----------------------
Have to look into the log - later tonight (danish time)
/Benny