Re: wrong postfix binary
Martti Kuparinen <[email protected]>
| Newsgroups | gmane.os.netbsd.help |
|---|---|
| Message-ID | <[email protected]> |
Martti Kuparinen wrote: > # cat /etc/rc.conf.d/postfix > > required_files='/usr/pkg/etc/postfix/main.cf' > start_cmd='/usr/pkg/sbin/postfix start' > stop_cmd='/usr/pkg/sbin/postfix stop' > reload_cmd='/usr/pkg/sbin/postfix reload' I forgot one thing, make sure you modify /etc/mailer.conf... # cat /etc/mailer.conf sendmail /usr/pkg/sbin/sendmail send-mail /usr/pkg/sbin/sendmail mailq /usr/pkg/sbin/sendmail newaliases /usr/pkg/sbin/sendmail I'll fix pkgsrc/mail/postfix/MESSAGE file once I have my new laptop configured... Martti