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
also, if your users are in database/flatfile you can still verify local users.
Giuliano