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:
12
net/smtptrapd/patches/200-missing_opt.patch
Normal file
12
net/smtptrapd/patches/200-missing_opt.patch
Normal 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':
|
||||
|
Reference in New Issue
Block a user