Displaying 2 results from an estimated 2 matches for "rawlog_flag_log_ip_in_filename".
2015 Mar 11
0
rawlog with -i not worked
...switch (c) {
case 'f':
@@ -376,7 +376,7 @@
case 'b':
flags |= RAWLOG_FLAG_LOG_BOUNDARIES;
break;
- case 'i':
+ case 'a':
flags |= RAWLOG_FLAG_LOG_IP_IN_FILENAME;
break;
case 't':
@@ -390,7 +390,7 @@
argv += optind;
if (argc < 1)
- i_fatal("Usage: rawlog [-f in|out] [-i] [-b] [-t]
<binary> <arguments>");
+ i_fatal("Usage: rawlog [-...
2015 Mar 09
4
rawlog with -i not worked
Hello,
I have the rawlog enabled according to the
manual:http://wiki2.dovecot.org/Debugging/Rawlog
Without -i everything is wonderful, a coredump is with the -i parameter
created
****************************************
service imap-postlogin {
executable = script-login -d rawlog -i
user = vmail
}
****************************************
GNU gdb (GDB) 7.4.1-debian
Copyright (C) 2012