Koozali.org: home of the SME Server

Fetchmail Error

paolo

Fetchmail Error
« on: June 10, 2001, 02:39:08 PM »
Hi,

I'm using e-smith 4.1.2 with multi drop function.

When I launche fetchmail I've this error:

fetchmail: no mailservers have been specified.

How can I resolve this problem

Thanks
Paolo

DUNCAN

Re: Fetchmail Error
« Reply #1 on: June 10, 2001, 04:48:14 PM »
If you log in as root and run fetchmail it will run fetchmail as root. As you have no fetchmail settings under root it will come back as an error.

Try /etc/fetchmail.

paolo

Re: Fetchmail Error
« Reply #2 on: June 11, 2001, 12:20:58 PM »
I'm logging like root and I launch fetchmail but the error is:

fetchmail: no mailservers have been specified.


Thanks

Duncan

Re: Fetchmail Error
« Reply #3 on: June 11, 2001, 05:34:23 PM »
You cannot logon to the e-smith server and type fetchmail.

Because you would be logged on as root, the system will look at the /root directory (your current home directory - because you logged in as root) and try to run the fetchmailrc configuration file. None exists under e-smith under a standard e-smith install.

log in as normal. Type as follows
   cd /etc
   ./fetchmail.

This will run your fetchmail configuration and collect your mail (If all goes well).

Regards Duncan