diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2012-11-06 22:31:54 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2012-11-06 22:31:54 +0000 |
commit | c8e2fc1e846d1c9bee207d162182fb770b9ae1bd (patch) | |
tree | e438043eeecea2afd34bec20eb638c5dcf5d87a4 /test/confs | |
parent | 3d2485261e89c537cfe37c4fd2fb5fdc56985500 (diff) |
Add optional authenticated_sender info to A= elements of log lines; bug 1314.
New log_selector, smtp_mailauth, to enable.
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/0537 | 1 | ||||
-rw-r--r-- | test/confs/3401 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/confs/0537 b/test/confs/0537 index b8dec5a30..d273af997 100644 --- a/test/confs/0537 +++ b/test/confs/0537 @@ -10,6 +10,7 @@ spool_directory = DIR/spool log_file_path = DIR/spool/log/%slog gecos_pattern = "" gecos_name = CALLER_NAME +log_selector = +smtp_mailauth # ----- Main settings ----- diff --git a/test/confs/3401 b/test/confs/3401 index c4a904a3b..60b1a4624 100644 --- a/test/confs/3401 +++ b/test/confs/3401 @@ -8,6 +8,7 @@ spool_directory = DIR/spool log_file_path = DIR/spool/log/%slog gecos_pattern = "" gecos_name = CALLER_NAME +log_selector = +smtp_mailauth # ----- Main settings ----- |