Re: [exim] Blocking Email Addresses
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Wiadomość jest częścią wątku:
pełne drzewo wątku posortowane wg daty
Stephen Gran at
2007-10-31 21:44
John Hall at
2007-10-31 22:48
Autor:
Matt
Data:
2007-10-31 22:39
UTC
Dla:
exim-users
Temat:
Re: [exim] Blocking Email Addresses
> deny local_parts = /some/file
>
> should do, I would think.
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.
Anyway to do that?
Matt