summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-05-30 09:49:43 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-05-30 09:49:43 +0000
commit338e2841fcc727def283635fb8791d0a62f61c67 (patch)
treec9b2264fbe5bdf4a180256cd9f420b2a57b14f39 /mail-mta/nullmailer/files
parentMoving to mail-mta/nullmailer (diff)
downloadgentoo-2-338e2841fcc727def283635fb8791d0a62f61c67.tar.gz
gentoo-2-338e2841fcc727def283635fb8791d0a62f61c67.tar.bz2
gentoo-2-338e2841fcc727def283635fb8791d0a62f61c67.zip
Moved from net-mail/nullmailer to mail-mta/nullmailer.
Diffstat (limited to 'mail-mta/nullmailer/files')
-rw-r--r--mail-mta/nullmailer/files/digest-nullmailer-1.00_rc71
-rw-r--r--mail-mta/nullmailer/files/digest-nullmailer-1.00_rc7-r11
-rw-r--r--mail-mta/nullmailer/files/digest-nullmailer-1.00_rc7-r21
-rw-r--r--mail-mta/nullmailer/files/mailer.conf30
-rw-r--r--mail-mta/nullmailer/files/remotes.sample13
5 files changed, 46 insertions, 0 deletions
diff --git a/mail-mta/nullmailer/files/digest-nullmailer-1.00_rc7 b/mail-mta/nullmailer/files/digest-nullmailer-1.00_rc7
new file mode 100644
index 000000000000..d67f55c171d8
--- /dev/null
+++ b/mail-mta/nullmailer/files/digest-nullmailer-1.00_rc7
@@ -0,0 +1 @@
+MD5 4a0bbe04ca8cf53987b7b1c27087aefe nullmailer-1.00RC7.tar.gz 115253
diff --git a/mail-mta/nullmailer/files/digest-nullmailer-1.00_rc7-r1 b/mail-mta/nullmailer/files/digest-nullmailer-1.00_rc7-r1
new file mode 100644
index 000000000000..d67f55c171d8
--- /dev/null
+++ b/mail-mta/nullmailer/files/digest-nullmailer-1.00_rc7-r1
@@ -0,0 +1 @@
+MD5 4a0bbe04ca8cf53987b7b1c27087aefe nullmailer-1.00RC7.tar.gz 115253
diff --git a/mail-mta/nullmailer/files/digest-nullmailer-1.00_rc7-r2 b/mail-mta/nullmailer/files/digest-nullmailer-1.00_rc7-r2
new file mode 100644
index 000000000000..d67f55c171d8
--- /dev/null
+++ b/mail-mta/nullmailer/files/digest-nullmailer-1.00_rc7-r2
@@ -0,0 +1 @@
+MD5 4a0bbe04ca8cf53987b7b1c27087aefe nullmailer-1.00RC7.tar.gz 115253
diff --git a/mail-mta/nullmailer/files/mailer.conf b/mail-mta/nullmailer/files/mailer.conf
new file mode 100644
index 000000000000..28e387e637ff
--- /dev/null
+++ b/mail-mta/nullmailer/files/mailer.conf
@@ -0,0 +1,30 @@
+# $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
+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 from ssmtp,
+# named /usr/sbin/ssmtp
+#
+#sendmail /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
+#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
diff --git a/mail-mta/nullmailer/files/remotes.sample b/mail-mta/nullmailer/files/remotes.sample
new file mode 100644
index 000000000000..cf4bd7c59d90
--- /dev/null
+++ b/mail-mta/nullmailer/files/remotes.sample
@@ -0,0 +1,13 @@
+# Format is: HOST PROTOCOL
+# HOST = IP or DNS
+# PROTOCOL = smtp | qmtp
+#
+# Examples:
+# A standard SMTP server:
+# somesendmailserver.domain.com smtp
+#
+# A qmail server with QMQP setup:
+# someqmailserver.domain.com qmqp
+#
+# A nonstandard SMTP server setup:
+# someotherserver.domain.com smtp --port=2525