Mail from ILUG-BOM list (Non-Digest Mode)
Sometime Today, Raj Parekh assembled some asciibets to say:
> Have a problem with Fetchmail. When I run it, the login and other
> stuff goes on smoothly. But the problem comes when it is retrieving
>
> Retr 1
> Reading message x of xx (xxxx octates)
>
> After this nothing happens. The ~/.fetchmailrc file looks something
>
> poll pop.softhome.net proto pop3
> user rajen there with password try_breaking_it is rajen here
Two things may be the problem:
1. Fetchmail does not know what your smtp host is (unlikely).
Add `smtphost localhost' to your user line
2. Sendmail is not started.
Try `telnet localhost 25'
If you get an error - Unable to connect to localhost - then sendmail
has not started. Start it. If you can connect, then try and send a
mail manually from an external address to an internal address:
HELO localhost
MAIL FROM: someone@somewhere
RCPT TO: localuser@localhost
DATA
test message
.
QUIT
If you get errors, you will figure out what is wrong.
Philip
--
Your computer account is overdrawn. Please reauthorize.
_______________________________________________
Linuxers mailing list
[EMAIL PROTECTED]
http://ilug-bom.org.in/mailman/listinfo/linuxers