A new package smtptrapd to provide a (secondary) SMTP server returning 4xx soft error. Signed-off-by: Lubos Stanek (lubek) <lubek@lubek.name>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@11065 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
thepeople
2008-05-08 00:57:21 +00:00
parent be30da719d
commit a931d77737
3 changed files with 207 additions and 0 deletions

View File

@ -0,0 +1,12 @@
diff -urN smtptrapd-1.5.orig/smtptrapd.c smtptrapd-1.5.dev/smtptrapd.c
--- smtptrapd-1.5.orig/smtptrapd.c 2008-04-15 12:56:20.000000000 +0200
+++ smtptrapd-1.5.dev/smtptrapd.c 2008-04-16 18:23:03.000000000 +0200
@@ -545,7 +545,7 @@
config.threads = NUM_CONSUMER;
config.max_queue_len = MAX_QUEUE_LEN;
- while ((c = getopt(argc, argv, "hc:l:p:b:u:m:t:")) != -1) {
+ while ((c = getopt(argc, argv, "hc:l:p:b:u:m:t:f:")) != -1) {
switch (c) {
case 'h':