this error message appeared when I set "E-mail retrieval mode" as "multi-drop".
[root@www root]# cat /etc/fetchmail
fetchmail:-:12: parse error at fetchall
[root@www root]# cat /etc/fetchmail
#!/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@abc.1jt.com"
set bouncemail
set properties ""
poll linux.org.cn
protocol POP3
no dns
localdomains abc.1jt.com
username "popaccount" password "abcdefg" to * here
smtphost $SMTP
fetchall
forcecr
EOF
SME 5.5
CPU:PII 333
MEM:256M
HD:8G
I found it works well at verison 5.1.2,. But after I update sme to version 5.5, I can't use this feature. Is it a bug? Please help me!