tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Please consider replace src/dist/nvi with nvi2



On Tue, Oct 09, 2012 at 05:46:02AM -0500, Zhihao Yuan wrote:
> periodic, cron... too many things sends email to users. Could you tell
> me how NetBSD deal with these?

Programs invoke /usr/sbin/sendmail and pipe the mail to it.
There is a configuration file (/etc/mailer.conf) which tells the program
how to deal with mail. Typical setup:

sendmail        /usr/pkg/sbin/mini_sendmail -smail
send-mail       /usr/pkg/sbin/mini_sendmail -smail

which means that the pkgsrc mini_sendmail is invoked and told to forward
the mail vial smtp to host "mail".

Martin


Home | Main Index | Thread Index | Old Index