Re: [EXIM] exim, subdomains, qualify_domain and majordomo

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Ben Smithurst
Fecha:  
A: exim-users
Asunto: Re: [EXIM] exim, subdomains, qualify_domain and majordomo
On Sun, 5 Jul 1998, Marc Haber wrote:

> I have set in majordomo.cf:
> |$mailer = "$sendmail_command -oi -oee -fmajordomo\@lists.mydomain.de";
> |$bounce_mailer = "$sendmail_command -oi -oee -fmajordomo\@lists.mydomain.de -t";


Stick three backslashes in, not one. (christ knows why.) And *don't*
use majordomo@ as the return address, or bounces will go to that, and
all hell will break loose. If $sender is always unqualified in
Majordomo, try

-f\$sender\\\@your.domain

(you need to escape the dollar so it is only interpreted when the mail
is sent, and not straight away; this is usual for the majordomo config
though.) That way you'll get the correct sender for each list, with
the domain added too.

--
Ben Smithurst <ben@???> <http://www.scientia.demon.co.uk/>


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