Maccie Roux wrote: > Hi. Okay I removed the content_filter but now I get the following > maillog and the mail are being delivered to root: > > Dec 4 14:47:31 genesisprojects postfix/smtpd[9183]: 4001DB00037: > client=mmi01.absamail.co.za[196.35.40.126] > Dec 4 14:47:31 genesisprojects postfix/cleanup[9188]: 4001DB00037: > message-id=<[EMAIL PROTECTED]> > Dec 4 14:47:31 genesisprojects postfix/smtpd[9183]: disconnect from > mmi01.absamail.co.za[196.35.40.126] > Dec 4 14:47:31 genesisprojects postfix/qmgr[9174]: 4001DB00037: > from=<[EMAIL PROTECTED]>, size=1012, nrcpt=1 (queue active) > Dec 4 14:47:37 genesisprojects postfix/smtpd[9192]: warning: 127.0.0.1: > hostname localhost verification failed: Name or service not known
This is a lookup failure. Check your /etc/hosts file for an entry 127.0.0.1 localhost or 127.0.0.1 localhost localhost.localdomain .. and your /etc/host.conf: order hosts,bind important is, that "hosts" is set *before* "bind" or anything else what is in there. > Dec 4 12:47:37 genesisprojects postfix/smtpd[9192]: connect from > unknown[127.0.0.1] > Dec 4 12:47:37 genesisprojects postfix/smtpd[9192]: warning: > dict_ldap_lookup: Search error -1: Can't contact LDAP server > Dec 4 12:47:37 genesisprojects postfix/smtpd[9192]: NOQUEUE: reject: > RCPT from unknown[127.0.0.1]: 451 <[EMAIL PROTECTED]>: Temporary > lookup failure; from=<[EMAIL PROTECTED]> > to=<[EMAIL PROTECTED]> proto=ESMTP helo=<localhost> > Dec 4 14:47:37 genesisprojects amavis[9178]: (09178-01) > (!)mail_via_smtp: DATA skipped, no valid recips, 1 > Dec 4 14:47:37 genesisprojects amavis[9178]: (09178-01) (!)FWD via > SMTP: <[EMAIL PROTECTED]> -> <[EMAIL PROTECTED]>, > BODY=8BITMIME 451 4.6.0 Failed, id=09178-01, from > MTA([127.0.0.1]:10025): 451 4.1.0 Failed, id=09178-01, from > MTA([127.0.0.1]:10025): 451 <[EMAIL PROTECTED]>: Temporary lookup > failure > Dec 4 14:47:37 genesisprojects amavis[9178]: (09178-01) Blocked > TEMPFAIL, [196.35.40.67] <[EMAIL PROTECTED]> -> > <[EMAIL PROTECTED]>, Message-ID: > <[EMAIL PROTECTED]>, mail_id: LPEX3wU+vjW5, Hits: -99.001, > 5894 ms > Dec 4 14:47:37 genesisprojects postfix/cleanup[9188]: A0BFEB00039: > message-id=<[EMAIL PROTECTED]> > Dec 4 14:47:37 genesisprojects postfix/qmgr[9174]: A0BFEB00039: > from=<[EMAIL PROTECTED]>, size=848, nrcpt=1 (queue > active) > Dec 4 12:47:37 genesisprojects postfix/smtpd[9192]: disconnect from > unknown[127.0.0.1] > Dec 4 14:47:38 genesisprojects postfix/smtp[9189]: 4001DB00037: > to=<[EMAIL PROTECTED]>, relay=127.0.0.1[127.0.0.1], delay=10, > status=deferred (host 127.0.0.1[127.0.0.1] said: 451 4.1.0 Failed, > id=09178-01, from MTA([127.0.0.1]:10025): 451 > <[EMAIL PROTECTED]>: Temporary lookup failure (in reply to end of > DATA command)) > Dec 4 14:47:38 genesisprojects postfix/local[9194]: A0BFEB00039: > to=<[EMAIL PROTECTED]>, orig_to=<postmaster>, relay=local, > delay=1, status=sent (delivered to maildir) > Dec 4 14:47:38 genesisprojects postfix/qmgr[9174]: A0BFEB00039: removed Kai ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
