initial commit of file from CVS for e-smith-pop3 on Wed 12 Jul 09:03:33 BST 2023

This commit is contained in:
Brian Read
2023-07-12 09:03:33 +01:00
parent fd65f49c93
commit bbdce93f7c
57 changed files with 761 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
#!/bin/sh
[ -f ./runenv ] && . ./runenv
exec 2>&1
exec /usr/local/bin/softlimit -m ${MEM} \
tcpsvd \
-v \
-i ./peers \
-c ${CONCURRENCYREMOTE:-40} \
-C ${PER_IP_INSTANCES:-4}:'421 per host concurrency limit reached\r\n' \
-l ${LOCALNAME:-0} \
${LISTENIP:-0} \
${PORT:-pop3s} \
/usr/bin/stunnel stunnel.conf