diff options
author | Nick Hadaway <raker@gentoo.org> | 2003-07-27 10:32:17 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2003-07-27 10:32:17 +0000 |
commit | d1cc653022347c1d6f81be2241e0bc8748844615 (patch) | |
tree | 67ce7e059437f67ff879b589fd6a3838626adc64 /net-mail/qmail/files | |
parent | Merged this into net-mail/qmail. This will disappear with an r11 of qmail. (diff) | |
download | historical-d1cc653022347c1d6f81be2241e0bc8748844615.tar.gz historical-d1cc653022347c1d6f81be2241e0bc8748844615.tar.bz2 historical-d1cc653022347c1d6f81be2241e0bc8748844615.zip |
Added the missing qmailpop3d-related files
Diffstat (limited to 'net-mail/qmail/files')
-rw-r--r-- | net-mail/qmail/files/1.03-r10/run-qmailpop3d | 6 | ||||
-rw-r--r-- | net-mail/qmail/files/1.03-r10/run-qmailpop3dlog | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/net-mail/qmail/files/1.03-r10/run-qmailpop3d b/net-mail/qmail/files/1.03-r10/run-qmailpop3d new file mode 100644 index 000000000000..174d47ad310f --- /dev/null +++ b/net-mail/qmail/files/1.03-r10/run-qmailpop3d @@ -0,0 +1,6 @@ +#!/bin/sh +exec /usr/bin/softlimit -m 2000000 \ + /usr/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb \ + 0 pop-3 /var/qmail/bin/qmail-popup `hostname --fqdn` + /bin/checkpassword /var/qmail/bin/qmail-pop3d .maildir 2>&1 + diff --git a/net-mail/qmail/files/1.03-r10/run-qmailpop3dlog b/net-mail/qmail/files/1.03-r10/run-qmailpop3dlog new file mode 100644 index 000000000000..b1fcb8f4af22 --- /dev/null +++ b/net-mail/qmail/files/1.03-r10/run-qmailpop3dlog @@ -0,0 +1,2 @@ +#!/bin/sh +exec /usr/bin/setuidgid qmaill /usr/bin/multilog t s2500000 /var/log/qmail/qmail-pop3d |