Smart Business Lists wrote: > Chris, > > Tuesday, September 2, 2003 you wrote: > CS> My guess is that if you don't export your IMail users to IMGate, > CS> then you don't have: local_recipient_maps = (that's nothing after > CS> the equals) > > It isn't my server but a server to which mine is trying to send a > message. > > I searched for the error and it appears some earlier versions of > Postfix pre version 2 did have a problem with this but supposedly > fixed in 2 and later.
Not really a problem, it is by design but the default changed in 2.something. > > CS> The error code is set by: unknown_local_recipient_reject_code = > CS> 450 (450 is the default) > > I'm just trying to understand if the recipient is or isn't a valid > address. It is some sort of government-run computer - probably > not worth contacting them. They're telling you it isn't (or their server is misconfigured ;-) > > Looks to me like the error should be a 550. > Yep, they likely didn't change the default. From conf/main.cf: # The default setting is 550 (reject mail) but it is safer to start # with 450 (try again later) until you are certain that your # local_recipient_maps settings are OK. # #unknown_local_recipient_reject_code = 550 unknown_local_recipient_reject_code = 450 > > Terry Fritts -- Chris Scott Host Orlando, Inc http://www.hostorlando.com/
