Current time: 09-21-2024, 04:17 PM Hello There, Guest! (LoginRegister)


Post Reply 
451 4.3.5 Server Configuration Error - Can no longer receive outside emails
Author Message
kilburn Offline
Development Team
*****
Dev Team

Posts: 2,182
Joined: Feb 2007
Reputation: 34
Post: #2
RE: 451 4.3.5 Server Configuration Error - Can no longer receive outside emails
Postfix is unable to contact postgrey. Make sure that it is running (/etc/init.d/postgrey start). Once it is, check the port where it's listening for incoming messages:
Code:
# netstat -tlnp
Then, change the port (last number) in "check_policy_service inet:127.0.0.1:60000":
Code:
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:XXXXX,
permit

Finally, restart postfix so it loads the new configuration. This will solve your "Configuration error" problems, but not the "User not found...". Are you sure that the addresses that throw this error are correctly created? Check their status in the mail address list inside the panel...
03-25-2010 04:21 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: 451 4.3.5 Server Configuration Error - Can no longer receive outside emails - kilburn - 03-25-2010 04:21 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)