On 31/10/2007, Matt <[EMAIL PROTECTED]> wrote:

> > deny local_parts = /some/file

> That did not work but this did.
>
> # deny email addresses listed in file
> deny recipients = lsearch;/etc/virtual/blocked_email
>
> But it gives a bounce error like so:
>
> Technical details of permanent failure:
> PERM_FAILURE: SMTP Error (state 13): 550 Administrative prohibition
>
> I would rather have an error that said something like "email account
> suspended due to inactivity".  Or something that implies it was
> shutdown because it has not been used in say 6 months.

Try a stanza like this:

  deny recipients = lsearch;/etc/virtual/blocked_email
       message = Email account suspended due to inactivity

Cheers,
John

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to