Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: james on December 07, 2003, 08:05:55 PM

Title: 6.0b3 & ferchmail - fetchmail:-:7: parse error at protocol
Post by: james on December 07, 2003, 08:05:55 PM
hi all,
i have done 3 installs at this stage of 6.0b3 and when i install sme-upgppp-1.0-1.noarch.rpm & sme-fetchmail-1.0-2.noarch.rpm I get the following errors:

WARNING in /etc/e-smith/templates-custom//etc/fetchmail/50multi-drop: Use of uninitialized value in concatenation (.) or string at /etc/e-smith/templates-custom
//etc/fetchmail/50multi-drop line 93.
WARNING in
/etc/e-smith/templates-custom//etc/fetchmail/50multi-drop: Use of uninitialized value in concatenation (.) or string at /etc/e-smith/templates-custom
//etc/fetchmail/50multi-drop line 97.
WARNING in /etc/e-smith/templates-custom//etc/fetchmail/50multi-drop: Use of uninitialized value in concatenation (.) or string at /etc/e-smith/templates-custom
//etc/fetchmail/50multi-drop line 98.
WARNING: Template processing succeeded for //etc/fetchmail: 3 fragments generate
d warnings
 at /sbin/e-smith/expand-template line 49


fetchmail seems to work as emails are collect from my pop3 accounts but with each collection, i also get the following email:

From: Cron Daemon
To: root@dave-home.com
Subject: Cron /etc/startmail

fetchmail:-:7: parse error at protocol


any ideas how to fix this? or is there an updated fetchmail for 6.0b3??
Title: Re: 6.0b3 & ferchmail - fetchmail:-:7: parse error at protoc
Post by: Ergin on December 07, 2003, 10:37:37 PM
Check out

sme.swerts-knudsen.dk/howtos/howto_9.htm
Title: Re: 6.0b3 & ferchmail - fetchmail:-:7: parse error at protoc
Post by: james on December 07, 2003, 11:12:19 PM
they are the rpms i am using...
any other ideas?
Title: Re: 6.0b3 & ferchmail - fetchmail:-:7: parse error at protoc
Post by: Ergin on December 10, 2003, 07:45:16 PM
I think you get the messages because you /etc/fetchmail file contains multi-drop configuration (TEMPLATE)...

If you do not want to use the Multi-Drop feature, but only want to fetch mail to your users from e.g. POP3 accounts, then can clear the content of the following template file created by the above installation.

[root@e-smith ]# echo -n "" > /etc/e-smith/templates-custom/etc/fetchmail/50multi-drop

[root@e-smith ]# /sbin/e-smith/expand-template /etc/fetchmail

 

This way you avoid having your log files filled up with POP3 errors.