Hi, I have an error with mailman and cbpolicyd integration , here is the log :
log_level=4 log_detail=protocols
[2013/05/28-18:03:08 - 32041] [CBPOLICYD] DEBUG: Starting up caching engine [2013/05/28-18:03:08 - 32029] [CORE] INFO: 2013/05/28-18:03:08 CONNECT TCP Peer: "127.0.0.1:47839" Local: "127.0.0.1:10031" [2013/05/28-18:03:08 - 32029] [PROTOCOLS/Postfix] DEBUG: Possible Postfix protocol [2013/05/28-18:03:08 - 32029] [PROTOCOLS/Postfix] INFO: Identified Postfix protocol [2013/05/28-18:03:08 - 32029] [PROTOCOLS/Postfix] ERROR: Error, parameter 'client_address' cannot be '::1' [2013/05/28-18:03:08 - 32029] [CBPOLICYD] ERROR: Protocol data validation error, required parameter 'client_address' was not found or invalid format Use of uninitialized value $response_data in concatenation (.) or string at /usr/share/policyd-2.0/cbp/protocols/Postfix.pm line 194. [2013/05/28-18:03:08 - 32029] [PROTOCOL/Postfix] DEBUG: Received PROTO_ERROR with response 'DEFER':''
So, mail send trought the mailing list was rejected because :
May 28 19:10:20 localhost postfix/smtpd[2457]: NOQUEUE: reject: RCPT from localhost[::1]: 450 4.7.1 <[email protected]>: Recipient address rejected: Access denied; from=<[email protected]> to=<[email protected]> proto=ESMTP helo=<localhost.localdomain>
postconf -n | grep restriction
smtpd_helo_restrictions = permit_mynetworks,reject_non_fqdn_hostname,reject_invalid_hostname,permit smtpd_recipient_restrictions = reject_unauth_pipelining,reject_non_fqdn_recipient,reject_unknown_recipient_domain,check_policy_service inet:127.0.0.1:10031,permit_mynetworks,check_policy_service inet:127.0.0.1:10031,permit_sasl_authenticated,reject_unauth_destination,reject_rbl_client bl.spamcop.net,reject_rbl_client cbl.abuseat.org,reject_rbl_client zen.spamhaus.org,check_policy_service inet:127.0.0.1:10031,permit smtpd_sender_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_non_fqdn_sender,reject_unknown_sender_domain,permit
Could you help me please ? I didn't see anything on the mailing list archive and google doesn't help me Thanks _______________________________________________ Users mailing list [email protected] http://lists.policyd.org/mailman/listinfo/users_lists.policyd.org
