diff options
author | 2005-01-14 15:39:23 +0000 | |
---|---|---|
committer | 2005-01-14 15:39:23 +0000 | |
commit | c3cda5ff6c023a6c3692753befee52cdcb2cd6b0 (patch) | |
tree | ce4fb269709138a6002add24b791e743438c9c57 /mail-mta/msmtp/files | |
parent | back to amd64 from emul-linux-x86 (Manifest recommit) (diff) | |
download | gentoo-2-c3cda5ff6c023a6c3692753befee52cdcb2cd6b0.tar.gz gentoo-2-c3cda5ff6c023a6c3692753befee52cdcb2cd6b0.tar.bz2 gentoo-2-c3cda5ff6c023a6c3692753befee52cdcb2cd6b0.zip |
Added mailwrapper and virtual/mta functionality, resolving bug 77398.
Diffstat (limited to 'mail-mta/msmtp/files')
-rw-r--r-- | mail-mta/msmtp/files/digest-msmtp-1.3.2-r1 | 1 | ||||
-rw-r--r-- | mail-mta/msmtp/files/mailer.conf | 52 |
2 files changed, 53 insertions, 0 deletions
diff --git a/mail-mta/msmtp/files/digest-msmtp-1.3.2-r1 b/mail-mta/msmtp/files/digest-msmtp-1.3.2-r1 new file mode 100644 index 000000000000..90dea5e6b974 --- /dev/null +++ b/mail-mta/msmtp/files/digest-msmtp-1.3.2-r1 @@ -0,0 +1 @@ +MD5 8461c307baad0928c190269c74fc3133 msmtp-1.3.2.tar.bz2 162756 diff --git a/mail-mta/msmtp/files/mailer.conf b/mail-mta/msmtp/files/mailer.conf new file mode 100644 index 000000000000..eedd40360899 --- /dev/null +++ b/mail-mta/msmtp/files/mailer.conf @@ -0,0 +1,52 @@ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/files/mailer.conf,v 1.1 2005/01/14 15:39:23 slarti Exp $ +# $OpenBSD: mailer.conf,v 1.3 2000/04/06 18:24:19 millert Exp $ + +# Execute the "real" sendmail program from msmtp, +# named /usr/bin/msmtp +# +sendmail /usr/bin/msmtp +send-mail /usr/bin/msmtp +mailq /usr/bin/msmtp +newaliases /usr/bin/msmtp + + +# 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 |