Automaticke spustenie postfixu
Robert Kania
konference at gdi.cz
Tue May 25 13:53:10 CEST 2004
rkoncier at zoznam.sk wrote:
> Mozno dam primitivnu otazku do tejto konferencie, ale poprosim o pomoc.
>
> Pri restarte pocitaca potrebujem aby sa postfix pustil automaticky tiez.
> Snazil som sa zapisat do rc.conf nieco ako postfix start ale postfix
> nespusti, musim ho spusti zo shellu.
>
> Dik Robo
>
no ja bych pridal jeste jednu radu, kterou mate v pkg-message:
#---do /etc/rc.conf---------
sendmail_enable="YES"
sendmail_flags="-bd"
sendmail_pidfile="/var/spool/postfix/pid/master.pid"
sendmail_outbound_enable="NO"
sendmail_submit_enable="NO"
sendmail_msp_queue_enable="NO"
#-------------------------------
This will disable Sendmail completely.
Also, you will want to disable some Sendmail-specific daily maintenance
routines in your /etc/periodic.conf file:
daily_clean_hoststat_enable="NO"
daily_status_mail_rejects_enable="NO"
daily_status_include_submit_mailq="NO"
daily_submit_queuerun="NO"
samozrejme je nutne nahradit v mailer.conf sendmail postfixem, port vam
to pri instalaci sam nabidne...
r/
More information about the Users-l
mailing list