Re: [EXIM] exit/return value for quota-overflow?

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Philip Hazel
Data:  
Para: Lars Timmann
CC: 'EXIM'
Asunto: Re: [EXIM] exit/return value for quota-overflow?
On Mon, 3 Aug 1998, Lars Timmann wrote:

> Hi,
> I wrote a transport:
> sqluser_pipe:
> driver = pipe
> command = "/usr/local/sbin/exim-informix ${local_part} ${domain}"
> user = informix
> group = informix
>
> Is there any returncode/exitcode to let Exim know that a mail is
> rejected because of a quota overflow (like the quota-option for
> appendfile)? Or is the only way to mail it back manually?


There is no code that Exim interprets in this way. However, if you want
to send a message back to the user, you should set the return_output
option, and cause the script to write the message to its standard
output.


-- 
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.



--
*** Exim information can be found at http://www.exim.org/ ***