> Just a couple of points:
>
> At 23:41 +0000 2003/03/23, Darren Casey wrote:
> >
> ># Because we use our own perl mailer we have to turn off validation of
local
> >users
> >
> > accept domains = +local_domains
> > endpass
> > message = unknown user
> > #verify = recipient
>
> why? First the above does not make much sense to me. If you really
> want to turn off valid. of loc. users do:
>
> accept domains = +local_domains
Just had not removed the two lines that were not needed. No reason
>
> also, if your users are in database/flatfile you can still verify local
users.
No it won't work due to the custom system as some domains are just
forwarding and don't have valid users.
I know I can add the domains to the config to stop the MX errors but I am
just trying to keep it as simple as possible
Darren