--- On Wed, 11/23/11, Iulian Murgulet <[email protected]> wrote:
From: Iulian Murgulet <[email protected]> Subject: [rlug] postfix cu check_helo_access To: "Romanian Linux Users Group" <[email protected]> Date: Wednesday, November 23, 2011, 10:41 AM Am un postfix, care este configurat sa verifice HELO: smtpd_helo_restrictions = permit_mynetworks, check_helo_access hash:/etc/postfix/helo_access, reject_invalid_hostname, reject_non_fqdn_hostname, reject_unknown_hostname, reject_non_fqdn_sender, reject_unknown_sender_domain, permit /etc/postfix/helo_access: EX070EG01.TS.berbec.LOCAL DUNNO Cu toate astea, in log apare: NOQUEUE: reject: RCPT from mail.domeniu.ro[xx.yy.zz.2]: 450 4.7.1 <EX070EG01.TS.berbec.LOCAL>: Helo command rejected: Host not found; from=<[email protected]> to=<[email protected]> proto=ESMTP helo=<EX070EG01.TS.berbec.LOCAL> Am pus si OK in loc de DUNNO, rezultatul este identic! Ce nu fac bine? ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. _______________________________________________ RLUG mailing list [email protected] http://lists.lug.ro/mailman/listinfo/rlug Din faptul ca in loguri apar adresele de mail, ma duce cu gandul ca logul este generat la pasul smtpd_recipient_restriction. Incearca sa setezi smtpd_delay_reject = no pentru a verifica daca verificarea helo trece sau nu testul. Din cate am dedus din manual, DUNNO nu face acelasi lucru cu OK, deci te-as sfatui sa folosesti OK. Banuiesc ca vrei sa bypass-ezi *.LOCAL pentru ca nu poate fi rezolvat ca domeniu de DNS _______________________________________________ RLUG mailing list [email protected] http://lists.lug.ro/mailman/listinfo/rlug
