Re: [Exim] finding administrative prohibition

Pàgina inicial
Delete this message
Reply to this message
Autor: Dominik Ruf
Data:  
A: exim-users
Assumpte: Re: [Exim] finding administrative prohibition
* Robert Story <rstory-l@???> [2004-06-02 22:10]:
>
> All my reject/deny messages in my exim.conf contain specific log messages, as
> do all tests in the system filter. What else can I do to figure out where this
> generic message is coming from, and add a detailed message?


http://www.exim.org/exim-html-4.30/doc/html/spec_14.html#SECT14.23

| smtp_return_error_details
| Type: boolean
| Default: false

|
| In the default state, Exim uses bland messages such as "Administrative
| prohibition" when it rejects SMTP commands for policy reasons. Many
| sysadmins like this because it gives away little information to
| spammers. However, some other syadmins who are applying strict checking
| policies want to give out much fuller information about failures.
| Setting smtp_return_error_details true causes Exim to be more
| forthcoming. For example, instead of "Administrative prohibition", it
| might give:

|
| 550-Rejected after DATA: '>' missing at end of address:
| 550 failing address in "From" header is: <user@???


HTH, Dominik