diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2004-05-31 05:28:33 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2004-05-31 05:28:33 +0000 |
commit | ebf14d26abd3f9dca52b89d803fb9fd0e15c8f9b (patch) | |
tree | 59851aa89c8c64ba2edaae2272c466e730cee870 /mail-mta/nullmailer/files | |
parent | Version Bump. (Manifest recommit) (diff) | |
download | gentoo-2-ebf14d26abd3f9dca52b89d803fb9fd0e15c8f9b.tar.gz gentoo-2-ebf14d26abd3f9dca52b89d803fb9fd0e15c8f9b.tar.bz2 gentoo-2-ebf14d26abd3f9dca52b89d803fb9fd0e15c8f9b.zip |
Making mailwrapper an optional dep
Diffstat (limited to 'mail-mta/nullmailer/files')
-rw-r--r-- | mail-mta/nullmailer/files/digest-nullmailer-1.00_rc7-r4 (renamed from mail-mta/nullmailer/files/digest-nullmailer-1.00_rc7-r3) | 0 | ||||
-rw-r--r-- | mail-mta/nullmailer/files/mailer.conf | 23 |
2 files changed, 21 insertions, 2 deletions
diff --git a/mail-mta/nullmailer/files/digest-nullmailer-1.00_rc7-r3 b/mail-mta/nullmailer/files/digest-nullmailer-1.00_rc7-r4 index d67f55c171d8..d67f55c171d8 100644 --- a/mail-mta/nullmailer/files/digest-nullmailer-1.00_rc7-r3 +++ b/mail-mta/nullmailer/files/digest-nullmailer-1.00_rc7-r4 diff --git a/mail-mta/nullmailer/files/mailer.conf b/mail-mta/nullmailer/files/mailer.conf index 346e41df4dee..0952c1699d2b 100644 --- a/mail-mta/nullmailer/files/mailer.conf +++ b/mail-mta/nullmailer/files/mailer.conf @@ -1,5 +1,6 @@ -# $OpenBSD: mailer.conf,v 1.3 2000/04/06 18:24:19 millert Exp $ -# +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/files/mailer.conf,v 1.3 2004/05/31 05:28:33 g2boojum Exp $ +# $OpenBSD: mailer.conf,v 1.3 2000/04/06 18:24:19 millert Exp $ + # Execute the "real" sendmail program from nullmailer # named /usr/sbin/sendmail.nullmailer sendmail /usr/sbin/sendmail.nullmailer @@ -8,7 +9,22 @@ mailq /usr/bin/mailq.nullmailer newaliases /usr/sbin/sendmail.nullmailer +# 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 # @@ -21,8 +37,10 @@ newaliases /usr/sbin/sendmail.nullmailer # 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, named /usr/sbin/sendmail # #sendmail /usr/sbin/sendmail.sendmail @@ -31,3 +49,4 @@ newaliases /usr/sbin/sendmail.nullmailer #newaliases /usr/sbin/sendmail.sendmail #hoststat /usr/sbin/sendmail.sendmail #purgestat /usr/sbin/sendmail.sendmail + |