On Sun, 2011-12-25 at 13:37:52 +1000, Nick Edwards wrote: > I am wondering why I have two different errors for same reason? > > : NOQUEUE: reject: RCPT from unknown[41.203.141.1]: 450 4.7.1 Client host > rejected: cannot find your hostname, > > : NOQUEUE: reject: RCPT from unknown[115.153.142.125]: 550 5.7.1 Client > host rejected: cannot find your hostname > ...
Show the entire log snippet, of which you elided important parts. > ... > unknown_client_reject_code = 550 > unknown_address_reject_code = 550 > unknown_hostname_reject_code = 550 > unverified_sender_reject_code = 550 > unknown_local_recipient_reject_code = 550 > > the relevant smtpd_recipient_restrictions options I using for this are > ... Show the output of 'postconf -n' instead of cut & pasting from your main.cf. -- Sahil Tandon
