Re: [Exim] Exim and avmailgate

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Dave C.
Fecha:  
A: Elimar Riesebieter
Cc: Exim-Users
Asunto: Re: [Exim] Exim and avmailgate
On Sun, 2 Jun 2002, Elimar Riesebieter wrote:

> On Thu, 30 May 2002 the mental interface of dman told:
>
>
> > Another possibility for you is to use exiscan. (do a google search
> > for it)
> OK, I compiled exim-4.04 patched with exiscan-4.04-6! Everything
> runs nearly perfect with antivir from http://www.antivir.com as an
> command line scanner. I just want to fix one thing: When a mail was
> sent with a virus (e.g. as an attachment, eicar as testfile) the
> mail is not sent. The sender gets a "return_message". How to sent
> the same message to postmaster@mydomain?
>
> errors_copy = 'Mail Delivery System' postmaster@mydomain
> doesn`t work.


Uhm.. anything dealing with email addresses in exim wants JUST the email
address. No extra strings..

Try:

errors_copy = postmaster@mydomain


>
>
>
> --
>   "Talking much about oneself can also
>    be a means to conceal oneself."
>          -Friedrich Nietzsche
> --

>
> --
>
> ## List details at http://www.exim.org/mailman/listinfo/exim-users Exim details at http://www.exim.org/ ##
>
>



--