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

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Marc Haber
Fecha:  
A: exim-users
Asunto: Re: [EXIM] exim, subdomains, qualify_domain and majordomo
On Thu, 2 Jul 1998 10:47:59 +0100 (BST), you wrote:
>On Thu, 2 Jul 1998, Marc Haber wrote:
>> Majordomo delivers its mail by calling /bin/mail, hence generating an
>> unqualified sender address, hence precluding the usage of
>> qualify_preserve_domain.
>
>Can the command to deliver mail be tailored? If you could change it to
>
>exim -f <sender address>
>
>you could set the sender address as you like, provided you make the uid
>that majordomo runs under one of Exim's trusted users (by setting
>trusted_users).


That could work, but majordomo complains:

|MAJORDOMO ABORT (mj_resend)!!
|do_exec_sendmail, number of args <= 1 unsafe to exec

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";

which looks exactly the same as the default:

|$mailer = "$sendmail_command -oi -oee -f$sender";
|$bounce_mailer = "$sendmail_command -oi -oee -f$sender -t";

Can anybody with majordomo experience comment on that?

Greetings
Marc

-- 
-------------------------------------- !! No courtesy copies, please !! -----
Marc Haber          |   " Questions are the         | Mailadresse im Header
Karlsruhe, Germany  |     Beginning of Wisdom "     | Fon: *49 721 966 32 15
Nordisch by Nature  | Lt. Worf, TNG "Rightful Heir" | Fax: *49 721 966 31 29


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