View previous topic :: View next topic |
Author |
Message |
marsellus n00b


Joined: 02 Mar 2003 Posts: 31
|
Posted: Sat Oct 30, 2004 7:31 pm Post subject: fetchmail: Where is my mail??? |
|
|
Hello,
I'm using fetchmail and was wondering why my inbox was empty for the last few days. I run fetchmail manually and got this:
1 Nachricht für xxxxxxxx bei mailhost.rz.ruhr-uni-bochum.de (5581 Oktetts).
Nachricht xxxxxxxx@mailhost.rz.ruhr-uni-bochum.de:1 von 1 wird gelesen (5581 Oktetts) ..... geflusht
(it's german )
I don't know what flushed means, but when I run "mail" i get this: No mail for martin (<- thats me )
Where has my mail gone? Please help.
Code: |
fetchmailrc is correct:
poll mailhost.rz.ruhr-uni-bochum.de proto POP3 user USERID password PASSWORD is martin fetchall
-rwx------ 1 martin users 0 23. Okt 20:40 /var/mail/martin
|
|
|
Back to top |
|
 |
bk0 Apprentice

Joined: 04 Jan 2004 Posts: 266
|
Posted: Sun Oct 31, 2004 1:13 am Post subject: |
|
|
Fetchmail forwards mail from the remote server to the local MTA running on your machine. When it says "flushed" it means that the MTA has accepted the message for delivery and everything went OK.
If you can't find the mail it probably means that your MTA is not configured correctly. Your messages may be bounced to the postmaster alias if the MTA can't deliver them. |
|
Back to top |
|
 |
zbadone n00b

Joined: 24 Mar 2004 Posts: 20 Location: Florida
|
Posted: Sun Oct 31, 2004 5:52 am Post subject: Re: fetchmail: Where is my mail??? |
|
|
[quote="marsellus"]Hello,
I'm using fetchmail and was wondering why my inbox was empty for the last few days. I run fetchmail manually and got this:
1 Nachricht für xxxxxxxx bei mailhost.rz.ruhr-uni-bochum.de (5581 Oktetts).
Nachricht xxxxxxxx@mailhost.rz.ruhr-uni-bochum.de:1 von 1 wird gelesen (5581 Oktetts) ..... geflusht
(it's german :roll:)
I don't know what flushed means, but when I run "mail" i get this: No mail for martin (<- thats me :))
Where has my mail gone? Please help.
[code]
fetchmailrc is correct:
poll mailhost.rz.ruhr-uni-bochum.de proto POP3 user USERID password PASSWORD is martin fetchall
-rwx------ 1 martin users 0 23. Okt 20:40 /var/mail/martin
[/code][/quote]
I recently had to rebuild my system, originally had mail going into ~/Mail via postfix, procmail, fetchmail, spamassassin, evolution.
When I reinstalled my system files I forgot to modify /etc/procmailrc to deliever my email to the proper mail folder.
Default location for mail delivery was : /$HOME/.maildir not /$HOME/Mail/
I had a few hundred emails in a different dir location before I relized what had happened. |
|
Back to top |
|
 |
|