blob: 7321913734b16fb0608076d7fe268bae9c3fcf12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
# $Header: /var/cvsroot/gentoo-x86/net-mail/mailwrapper/files/mailer.conf,v 1.2 2004/07/18 04:03:32 dragonheart Exp $
# $OpenBSD: mailer.conf,v 1.3 2000/04/06 18:24:19 millert Exp $
#
# Execute the "real" sendmail program from ssmtp,
# named /usr/sbin/ssmtp
#
sendmail /usr/sbin/ssmtp
send-mail /usr/sbin/ssmtp
mailq /usr/sbin/ssmtp
newaliases /usr/sbin/ssmtp
# Execute the "real" sendmail program from exim,
# named /usr/sbin/exim
#
#sendmail /usr/sbin/exim
#send-mail /usr/sbin/exim
#mailq /usr/sbin/exim
#newaliases /usr/sbin/exim
#rsmtp /usr/sbin/exim
#rmail /usr/sbin/exim
#mail /usr/sbin/exim
# Execute the "real" sendmail program from nullmailer
# named /usr/sbin/sendmail.nullmailer
#sendmail /usr/sbin/sendmail.nullmailer
#mailq /usr/bin/mailq.nullmailer
# Execute the "real" sendmail program from postfix,
# named /usr/sbin/sendmail.postfix
#
#sendmail /usr/sbin/sendmail.postfix
#send-mail /usr/sbin/sendmail.postfix
#mailq /usr/sbin/sendmail.postfix
#newaliases /usr/sbin/sendmail.postfix
# Execute the "real" sendmail program, named /usr/sbin/sendmail
#
#sendmail /usr/sbin/sendmail.sendmail
#send-mail /usr/sbin/sendmail.sendmail
#mailq /usr/sbin/sendmail.sendmail
#newaliases /usr/sbin/sendmail.sendmail
#hoststat /usr/sbin/sendmail.sendmail
#purgestat /usr/sbin/sendmail.sendmail
|