Hi There,
im collecting mail with fetchmail, and im receiving strange messages:
Code:
#**************************.***************************.*************fetchmail: SMTP>. (EOM)
fetchmail: SMTP< 250 2.0.0 Ok: queued as 3558C2581F6
flushed
fetchmail: POP3> DELE 78
fetchmail: POP3< +OK
fetchmail: POP3> LIST 79
fetchmail: POP3< +OK 79 5975
fetchmail: POP3> TOP 79 99999999
fetchmail: POP3< +OK
reading message example@pop-demon.****.nl:79 of 2726 (5975 octets)
fetchmail: SMTP> MAIL FROM:<jqyay@quint**iles.com> SIZE=5975
fetchmail: SMTP< 250 2.1.0 Ok
fetchmail: SMTP> RCPT TO:<root@localhost>
fetchmail: SMTP< 250 2.1.5 Ok
fetchmail: SMTP> DATA
fetchmail: SMTP< 354 End data with <CR><LF>.<CR><LF>
#*************************.************************.*****************.******fetchmail: SMTP>. (EOM)
fetchmail: SMTP< 250 2.0.0 Ok: queued as 647012581F6
flushed
fetchmail: POP3> DELE 79
fetchmail: POP3< +OK
fetchmail: POP3> LIST 80
fetchmail: POP3< +OK 80 4678
fetchmail: POP3> TOP 80 99999999
fetchmail: POP3< +OK
reading message example@pop-demon.***.nl:80 of 2726 (4678 octets)
fetchmail: SMTP> MAIL FROM:<jradford-harris@sierraco*llege.edu> SIZE=4678
fetchmail: SMTP< 250 2.1.0 Ok
fetchmail: SMTP> RCPT TO:<root@localhost>
fetchmail: SMTP< 250 2.1.5 Ok
fetchmail: SMTP> DATA
fetchmail: SMTP< 354 End data with <CR><LF>.<CR><LF>
#************************.**********************.****************.******fetchmail: SMTP>. (EOM)
2ABDC2581E2 Mon Jan 14 10:02:44
administrator@domain.com detleff@spam. 4.96 kB connect to trans.mercury-spb.com[195.151.163.2]: Connection refused
7B54F2581EB Mon Jan 14 10:02:45
administrator@domain.com barny@spam 4.96 kB connect to pinkponk.com[213.229.249.143]: Connection timed out
98CFD2581E4 Mon Jan 14 10:02:46
administrator@domain.com sepulchers335@spam 3.32 kB connect to mail.bigbang-space.net[222.230.186.73]: Connection timed out
F09522581E1 Mon Jan 14 10:02:46
administrator@domain.com jacob@spam 4.30 kB connect to trans.spam[195.151.163.2]: Connection refused
The inside of the mail is:
Code:
From MAILER-DAEMON@domain.com (Mail Delivery System)
To detleff@merc***-spb.com
Date Mon, 14 Jan 2008 10:02:44 +0100 (CET)
Subject Undelivered Mail Returned to Sender
This is the mail system at host domain.com.
I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.
For further assistance, please send mail to postmaster.
If you do so, please include this problem report. You can
delete your own text from the attached returned message.
The mail system
<root@localhost>: mail for localhost loops back to myself
i have to note that all the mail im currently recieving is from the spambox of my provider, since this is a company and we can not tollerate a faillure in the system.
My Server Seems to edit the From: to
administrator@example.com
en sending it back to the sender
Code:
postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
bounce_notice_recipient = spam@example.com
config_directory = /etc/postfix
empty_address_recipient = administrator@example.com
mailbox_command = /usr/bin/procmail -f- -a $USER
mailbox_size_limit = 0
maximal_queue_lifetime = 1d
mydestination = localhost
mydomain = example.com
myhostname = example.com
mynetworks = 127.0.0.0/8, 172.16.1.0/24
myorigin = /etc/mailname
queue_run_delay = 30s
recipient_delimiter = +
smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
smtpd_recipient_restrictions = permit_mynetworks permit_inet_interfaces reject_unauth_destination
smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
smtpd_use_tls = yes
i think that fetchmail is srewing up my Mails...
i have one fetchmail account that has to receve for about 100 different account and evry mail goes toe
administrator@example.com whot is going wrong...
If you need anything else. just ask
