diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2020-01-31 14:41:23 +0000 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2020-01-31 14:41:23 +0000 |
commit | 20d6a50c158c21077e4f1f73f42265881888ced6 (patch) | |
tree | 3f8117ab4d216455c9a6098e049eda188203c367 | |
parent | f49defb57c32a929801ab56d877d631340ca3284 (diff) | |
download | smtpd-master.tar.gz smtpd-master.tar.xz smtpd-master.zip |
-rw-r--r-- | log | 43 | ||||
-rw-r--r-- | senders | 4 | ||||
-rw-r--r-- | users | 6 |
3 files changed, 47 insertions, 6 deletions
@@ -0,0 +1,43 @@ +Jan 31 14:09:41 smtpd: rule #2 matched: match tag <dynamic:3> from local for domain domainst action md_virt +Jan 31 14:09:41 smtpd: lookup: lookup "foo@broken.com" as ALIAS in table static:userst -> none +Jan 31 14:09:41 smtpd: lookup: lookup "foo" as ALIAS in table static:userst -> none +Jan 31 14:09:41 smtpd: lookup: lookup "@broken.com" as ALIAS in table static:userst -> "localuser_foo" +Jan 31 14:09:41 smtpd: expand: 0xaaaaaaaaaaaa: expand_insert() called for username:localuser_foo[parent=(nil), rule=(nil)] +Jan 31 14:09:41 smtpd: expand: 0xaaaaaaaaaaaa: inserted node 0xbbbbbbbbbbbb +Jan 31 14:09:41 smtpd: expand: 0xcccccccccccc: expand_insert() called for username:localuser_foo[parent=0xdddddddddddd, rule=0xeeeeeeeeeeee, dispatcher=0xffffffffffff] +Jan 31 14:09:41 smtpd: expand: 0xcccccccccccc: inserted node 0xabababababab +Jan 31 14:09:41 smtpd: expand: 0xaaaaaaaaaaaa: clearing expand tree +Jan 31 14:09:41 smtpd: expand: 0xaaaaaaaaaaaa: freeing expand tree +Jan 31 14:09:41 smtpd: debug: aliases_virtual_get: '@broken.com' resolved to 1 nodes +Jan 31 14:09:41 smtpd: expand: lka_expand: username: localuser_foo [depth=1, sameuser=0] +Jan 31 14:09:41 smtpd: lookup: lookup "localuser_foo@" as ALIAS in table static:userst -> none +Jan 31 14:09:41 smtpd: lookup: lookup "localuser_foo" as ALIAS in table static:userst -> none +Jan 31 14:09:41 smtpd: lookup: lookup "@" as ALIAS in table static:userst -> "localuser_bar" +Jan 31 14:09:41 smtpd: expand: 0xbcbcbcbcbcbc: expand_insert() called for username:localuser_bar[parent=(nil), rule=(nil)] +Jan 31 14:09:41 smtpd: expand: 0xbcbcbcbcbcbc: inserted node 0xbbbbbbbbbbbb +Jan 31 14:09:41 smtpd: expand: 0xcccccccccccc: expand_insert() called for username:localuser_bar[parent=0xabababababab, rule=0xeeeeeeeeeeee, dispatcher=0xffffffffffff] +Jan 31 14:09:41 smtpd: expand: 0xcccccccccccc: inserted node 0xcdcdcdcdcdcd +Jan 31 14:09:41 smtpd: expand: 0xbcbcbcbcbcbc: clearing expand tree +Jan 31 14:09:41 smtpd: expand: 0xbcbcbcbcbcbc: freeing expand tree +Jan 31 14:09:41 smtpd: debug: aliases_virtual_get: '@' resolved to 1 nodes +Jan 31 14:09:41 smtpd: expand: lka_expand: username: localuser_bar [depth=2, sameuser=0] +Jan 31 14:09:41 smtpd: lookup: lookup "localuser_bar@" as ALIAS in table static:userst -> none +Jan 31 14:09:41 smtpd: lookup: lookup "localuser_bar" as ALIAS in table static:userst -> none +Jan 31 14:09:41 smtpd: lookup: lookup "@" as ALIAS in table static:userst -> "localuser_bar" +Jan 31 14:09:41 smtpd: expand: 0xdededededede: expand_insert() called for username:localuser_bar[parent=(nil), rule=(nil)] +Jan 31 14:09:41 smtpd: expand: 0xdededededede: inserted node 0xbbbbbbbbbbbb +Jan 31 14:09:41 smtpd: expand: 0xcccccccccccc: expand_insert() called for username:localuser_bar[parent=0xcdcdcdcdcdcd, rule=0xeeeeeeeeeeee, dispatcher=0xffffffffffff] +Jan 31 14:09:41 smtpd: expand: 0xcccccccccccc: setting sameuser = 1 +Jan 31 14:09:41 smtpd: expand: 0xcccccccccccc: inserted node 0x5621fc3dac60 +Jan 31 14:09:41 smtpd: expand: 0xdededededede: clearing expand tree +Jan 31 14:09:41 smtpd: expand: 0xdededededede: freeing expand tree +Jan 31 14:09:41 smtpd: debug: aliases_virtual_get: '@' resolved to 1 nodes +Jan 31 14:09:41 smtpd: expand: lka_expand: username: localuser_bar [depth=3, sameuser=1] +Jan 31 14:09:41 smtpd: lookup: lookup "localuser_bar" as USERINFO in table getpwnam:<getpwnam> -> "xxx:nnn:/home/localuser_bar" +Jan 31 14:09:41 smtpd: expand: no .forward for user localuser_bar, just deliver +Jan 31 14:09:41 smtpd: expand: 0xcccccccccccc: clearing expand tree +Jan 31 14:09:41 smtpd: smtp: 0xefefefefefef: fd 33 from queue +Jan 31 14:09:41 smtpd: smtp: 0xefefefefefef: message fd 33 +Jan 31 14:09:41 smtpd: smtp: 0xefefefefefef: message begin +Jan 31 14:09:41 smtpd: debug: 0xefefefefefef: end of message, error=0 +Jan 31 14:09:41 smtpd: debug: scheduler: evp:???????????????? scheduled (mda) @@ -1,2 +1,2 @@ -me @example.org -other @broken.com +localuser_foo @example.org +localuser_bar @broken.com @@ -1,4 +1,2 @@ -mailing-list mlmmj -postmaster@broken.com me -@broken.com other -@ me +@broken.com localuser_foo +@ localuser_bar |