ff9fddf6dc
- Add rmail, rsmtp, & runq as exim mailer.conf aliases (from Sergey Svishchev) - Add lookup options for openldap, mysql, eximon and dnsdb (from Sven Hartge in PR pkg/27242) - Change 'exim' specific options to be prefixed with exim- (suggsted by Dieter Baron)
11 lines
302 B
Text
11 lines
302 B
Text
# $NetBSD: mailer.conf.exim,v 1.3 2005/10/03 18:45:50 abs Exp $
|
|
#
|
|
# Use "exim" as replacement for "sendmail".
|
|
#
|
|
mailq @PREFIX@/sbin/exim
|
|
newaliases @PREFIX@/sbin/exim
|
|
rmail @PREFIX@/sbin/exim
|
|
rsmtp @PREFIX@/sbin/exim
|
|
runq @PREFIX@/sbin/exim
|
|
send-mail @PREFIX@/sbin/exim
|
|
sendmail @PREFIX@/sbin/exim
|