Current time: 05-06-2024, 01:36 AM Hello There, Guest! (LoginRegister)


Post Reply 
Help plz. aobut email
Author Message
kilburn Offline
Development Team
*****
Dev Team

Posts: 2,182
Joined: Feb 2007
Reputation: 34
Post: #10
RE: Help plz. aobut email
Your configuration looks almost ok, but I have some concerns. First:
Quote: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:60000,
check_policy_service inet:127.0.0.1:60000,
permit
The first "check_policy_service" line should be:
Quote:check_policy_service inet:127.0.0.1:12525,

However, this is not what is causing your troubles. Furthermore, the log excerpt you pasted does *not* correspond to the real error your mail server gave when rejecting the mail.

In your sample mail, the reason for rejection is:
Code:
Diagnostic-Code: smtp;550 relay not permitted
Notice that the rejection code is a 5xx (permanent failure).

However, the log you pasted shows an example of a mail being greylisted:
Code:
May 19 18:13:12 web8 postfix/smtpd[22847]: NOQUEUE: reject: RCPT from col0-omc4- s18.col0.hotmail.com[65.55.34.220]: 450 4.2.0 <test@mysite.dk>: Recipie nt address rejected: Greylisted, see http://postgrey.schweikert.ch/help/mysite.dk.html; from=<sar111@live.dk> to=<test@mysite.dk> proto=E SMTP helo=<col0-omc4-s18.col0.hotmail.com>

This is a 4xx reject (450) that means "try again later". Therefore, there should be a log line somewhere further down where the server actually rejects the mail.

If there is no log entry, it means that your MX records point to another server besides the one using ispcp, and it's the other server that is rejecting the mail. However, we can *not* check this because you have obfuscated your real domain in the logs.

Additionally, the problem can be about these configuration lines:
Code:
myhostname = web8.myhostname.dk
mydomain = web8.myhostname.dk.local
myorigin = $myhostname
... but yet again we can not check it because you have obfuscated them.
05-27-2011 01:16 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Help plz. aobut email - Odense-dk - 05-19-2011, 01:44 AM
RE: Help plz. aobut email - kilburn - 05-19-2011, 04:33 AM
RE: Help plz. aobut email - Odense-dk - 05-19-2011, 07:56 PM
RE: Help plz. aobut email - Odense-dk - 05-19-2011, 10:57 PM
RE: Help plz. aobut email - Odense-dk - 05-20-2011, 02:17 AM
RE: Help plz. aobut email - kilburn - 05-20-2011, 02:59 AM
RE: Help plz. aobut email - Odense-dk - 05-20-2011, 03:03 AM
RE: Help plz. aobut email - Odense-dk - 05-20-2011, 09:39 PM
RE: Help plz. aobut email - Odense-dk - 05-23-2011, 10:23 PM
RE: Help plz. aobut email - kilburn - 05-27-2011 01:16 AM

Forum Jump:


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