Re: [Exim] exim port (freebsd) documentation issue

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Oliver Eikemeier
Data:  
Para: exim-users
CC: Jez Hancock
Asunto: Re: [Exim] exim port (freebsd) documentation issue
Jez Hancock wrote:

> [...]
>
>>Editing /etc/mailer.conf is one thing (and it's a thing that sysinstall
>>does now), but switch-to-exim.sh? That has the potential to be a
>>complex task that a human operator should perform.
>
> How about a simple note in the POST-INSTALL-NOTES file?
>
> sendmail          /usr/local/sbin/exim
> send-mail         /usr/local/sbin/exim
> mailq             /usr/local/sbin/exim -bp
> newaliases        /usr/bin/true


with

sendmail    /usr/local/sbin/exim
send-mail    /usr/local/sbin/exim
mailq        /usr/local/sbin/exim
newaliases    /usr/local/sbin/exim
hoststat    /usr/bin/true
purgestat    /usr/bin/true


newaliases will call your bi_command. Just to miss no hidden feature ;-)