Mark A. Olbert a écrit : > Sorry about the line endings. Let me try again: > > Error message: > > [EMAIL PROTECTED]:/etc/postfix# mailq > -Queue ID- --Size-- ----Arrival Time---- -Sender/Recipient------- > 140DC2741FE 459 Sun Dec 7 17:57:07 [EMAIL PROTECTED] > (host 127.0.0.1[127.0.0.1] said: 550 5.7.1 Unable to relay (in reply to end > of DATA command)) > [EMAIL PROTECTED] >
Always look at logs. They contain more infos than bounces or mailq output. > postconf -n: > [snip] > mydestination = $myhostname, localhost.$mydomain, $mydomain, > mail.$mydomain, www.$mydomain, ftp.$mydomain, list.$mydomain so list.arcabama.com is in mydestination. > [snip] > transport_maps = hash:/etc/postfix/transport can you show the contents of transport_maps? > unknown_local_recipient_reject_code = 550 > unverified_recipient_reject_code = 550 > virtual_alias_maps = hash:/etc/postfix/virtual >