ispCP - Board - Support
Postfix rejecting email - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: Postfix rejecting email (/thread-16215.html)



Postfix rejecting email - inertia - 08-02-2012 04:05 PM

I have tested my newly created email with a hotmail account and I can receive the mail so I know it is working.

However, when I send from my work account , the work account receives a rejection email.

Action: failed
Status: 5.1.1
Remote-MTA: DNS; mail.xxx.xx
Diagnostic-Code: SMTP; 550 authentication required
Last-Attempt-Date: Wed, 1 Aug 2012 15:38:13 +0200

I have tried playing around with the settings in main.cf and removing the reject* lines to no avail.

Code:
smtpd_helo_required          = yes

smtpd_helo_restrictions      = permit_mynetworks,
                               permit_sasl_authenticated,
                               reject_invalid_helo_hostname,
                               reject_non_fqdn_helo_hostname

smtpd_sender_restrictions    =  permit_mynetworks,
                               permit_sasl_authenticated,
                                reject_non_fqdn_sender,
                                reject_unknown_sender_domain

smtpd_recipient_restrictions = reject_non_fqdn_recipient,
                               reject_unknown_recipient_domain,
                               permit_mynetworks,
                               permit_sasl_authenticated,
                               reject_unauth_destination,
                               reject_unlisted_recipient,
                               check_policy_service inet:127.0.0.1:12525,
                               check_policy_service inet:127.0.0.1:10023,
                               permit

smtpd_data_restrictions      = reject_multi_recipient_bounce,
                               reject_unauth_pipelining



RE: Postfix rejecting email - inertia - 08-02-2012 06:12 PM

smtpd_recipient_restrictions = reject_non_fqdn_recipient,
reject_unknown_recipient_domain,
permit_mynetworks,
permit_sasl_authenticated,
reject_unauth_destination,
reject_unlisted_recipient,
permit
# check_policy_service inet:127.0.0.1:12525,
# check_policy_service inet:127.0.0.1:10023,


I remove the check_policy_service lines and now the mail is received. But how can i check the settings of these policies and where do i edit them?


RE: Postfix rejecting email - Hagalaz - 06-11-2013 10:37 PM

Its my problem too.


RE: Postfix rejecting email - joximu - 06-14-2013 06:53 AM

First: check the log files
Then: check the services on theese two ports 10023 and 12525
the one ist postgrey, the other the policyd-weight

/Joxi