Cant sent or receive

kanary

Verified User
Joined
Jun 8, 2007
Messages
75
Location
Holland - Het westland
Hello,

when i installed dovecote i cant set or receive mail to my mail address.

If i sent an mail to my existing mail address i get the nex mail back from my postmaster.

Delivery Status Notification (Failure)
Van: [email protected]
Verzonden:vrijdag 15 juni 2007 21:49:23
Aan: [email protected]

This is an automatically generated Delivery Status Notification. Delivery to the following recipients failed. [email protected]

How can i fix this ?
 
can you post /var/log/exim/mainlog ?
2007-06-10 04:03:30 1HxClr-0007FT-Ip <= [email protected] U=root P=local S=819 T="Cron <root@server> run-parts /etc/cron.daily" from <[email protected]> for root
2007-06-10 04:03:30 1HxClr-0007FT-Ip User 0 set for local_delivery transport is on the never_users list
2007-06-10 04:03:30 1HxClr-0007FT-Ip == [email protected] R=localuser T=local_delivery defer (-29): User 0 set for local_delivery transport is on the never_users list
2007-06-10 04:03:30 1HxClr-0007FT-Ip ** [email protected]: retry timeout exceeded
2007-06-10 04:03:30 1HxCmA-0007HI-Aa <= <> R=1HxClr-0007FT-Ip U=mail P=local S=1648 T="Mail delivery failed: returning message to sender" from <> for [email protected]
2007-06-10 04:03:30 1HxCmA-0007HI-Aa User 0 set for local_delivery transport is on the never_users list
2007-06-10 04:03:30 1HxCmA-0007HI-Aa == [email protected] R=localuser T=local_delivery defer (-29): User 0 set for local_delivery transport is on the never_users list
2007-06-10 04:03:30 1HxCmA-0007HI-Aa ** [email protected]: retry timeout exceeded
2007-06-10 04:03:30 1HxCmA-0007HI-Aa [email protected]: error ignored
2007-06-10 04:03:30 1HxCmA-0007HI-Aa Completed
2007-06-10 04:03:30 1HxClr-0007FT-Ip Completed
2007-06-10 04:06:26 1HxCob-0007IY-8f <= [email protected] U=mail P=spam-scanned S=19729 id=4915049.1181035636818.JavaMail.root@ath8 T="Vermiste Miss Brazilië werkt in Londense stripclub" from <[email protected]> for [email protected]
2007-06-10 04:06:26 1HxCob-0007IY-8f => raymond <[email protected]> F=<[email protected]> R=virtual_user T=virtual_localdelivery S=19844
2007-06-10 04:06:26 1HxCob-0007IY-8f Completed
2007-06-10 04:06:26 1HxCob-0007IV-3j => raymond <[email protected]> F=<[email protected]> R=spamcheck_director T=spamcheck S=19611
2007-06-10 04:06:26 1HxCob-0007IV-3j Completed
2007-06-10 04:13:57 H=(rocketmail.com) [202.112.20.143] F=<[email protected]> rejected RCPT <[email protected]>: Unrouteable address
2007-06-10 04:14:28 H=(rocketmail.com) [202.112.20.143] incomplete transaction (connection lost) from <[email protected]>
2007-06-10 04:14:28 unexpected disconnection while reading SMTP command from (rocketmail.com) [202.112.20.143]
2007-06-10 04:14:31 H=(lycosmail.co.uk) [211.147.4.71] F=<[email protected]> rejected RCPT <[email protected]>: Unrouteable address
2007-06-10 04:14:32 H=(lycosmail.co.uk) [211.147.4.71] incomplete transaction (connection lost) from <[email protected]>
2007-06-10 04:14:32 unexpected disconnection while reading SMTP command from (lycosmail.co.uk) [211.147.4.71]
 
Last edited:
An unrouteable address means your server cannot resolve the address.

When sending mail doesn't connect and doesn't show up in the server log, then you need more information from your sending postmaster; in this case hotmail.

There's no way to trace it on your end if it doesn't even show up in the logs.

Your server isn't on any of the standard email blocklists.

Jeff
 
Ok, when i try to sent a mail from a mail account of my server.
It connections but doesnt do anything in the log

or
2007-06-10 04:03:30 1HxClr-0007FT-Ip <= [email protected] U=root P=local S=819 T="Cron <root@server> run-parts /etc/cron.daily" from <[email protected]> for root
2007-06-10 04:03:30 1HxClr-0007FT-Ip User 0 set for local_delivery transport is on the never_users list

is the log ?

How can i fix this ?
 
The user root cannot accept email directly. You need to create an alias pointing root to some other email address.

Jeff
 
The user root cannot accept email directly. You need to create an alias pointing root to some other email address.

Jeff


Hi,

I have the same problem as TS, how can I create an alias pointing root to some other email adress?
 
The easy way is to create a .forward file in the /root directory with the email address you want the root email to be forwarded to.

Jeff
 
Back
Top