[Postfixbuch-users] Problem mit 'User unknown in local recipient table'
Rico Koerner
rico at netbreaker.de
Mi Dez 20 18:26:56 CET 2006
Hallo Liste,
aus mir noch nicht erklärbaren Zusammenhängen wird die eine Mail
zugestellt, die andere jedoch mit dem Fehler quittiert:
Recipient address rejected: User unknown in local recipient table
Beide Mailadressen sind als Virtuelle Adressen im LDAP hinterlegt und
gehören den entsprechenden Bentuzern, die ebenfalls als PosixAccount im
LDAP liegen.
Ebenso liegt die zugehörige Domain als Virtuelle Domain im LDAP.
Versuch 1 (erfolgreich):
mail to: test1 at VirtDomain.de -> user1 at MyDomain.de
Versuch 2 (fehlerhaft):
mail to: test2 at VirtDomain.de -> user2 at MyDomain.de
scheinbar sind beide Accounts identisch.
Die Umsetzung der virtuellen Domain in die lokale funktioniert in beiden
Fällen. Danach trennen sich allerdings die Wege.
Im erfolgreichen Versuch wird ein PosixAccount im LDAP abgefragt,
was ich nicht nachvollziehen kann, denn meiner LDAP-Definitionen im
Postfix fragt nach einem PosixAccount.
Woher kommt diese Abfrage?
Im Fehlerfall wird an dieser Stelle versucht, ein Alias aufzulösen.
Aliase für beide Fälle sind weder in /etc/aliases noch im LDAP hinterlegt.
Ursprünglich war lediglich user1 als PosixAccount angelegt und
user2 nur als "inetOrgPerson", aber auch das hinzufügen der ObjektKlasse
ändert nichts daran.
Ebenso wundern mich die sasl-sql-Meldungen.
Hat hier jemand irgendwelche Hinweise?
Danke.
Rico Körner
System:
Debian Sarge amd64
Postfix 2.1.5-9
LDAP 2.1.30-8
Cyrus 2.1.18-1+sarge2
SASL 2.1.19.dfsg1-0sarge2
---------------------------------------
~# postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases,ldap:/etc/postfix/aliases.ldap
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
content_filter = smtp-amavis:[127.0.0.1]:10024
home_mailbox = Maildir/
inet_interfaces = all
mailbox_size_limit = 0
mailbox_transport = lmtp:unix:public/lmtp
mydestination = $myhostname, $mydomain, localhost, localhost.localdomain
mydomain = MYDOMAIN # ersetzt
myhostname = MYHOSTNAME # ersetzt
mynetworks = 127.0.0.0/8
myorigin = /etc/mailname
recipient_delimiter = +
relayhost =
smtp_tls_CAfile = /etc/postfix/ssl/smtpd.cert
smtp_tls_cert_file = /etc/postfix/ssl/smtpd.cert
smtp_tls_key_file = /etc/postfix/ssl/smtpd.key
smtp_use_tls = yes
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_recipient_restrictions = reject_unknown_sender_domain,
reject_non_fqdn_sender, permit_mynetworks,
reject_unauth_destination, check_policy_service inet:127.0.0.1:60000,
reject_rbl_client relays.ordb.org , reject_rbl_client
cbl.abuseat.org, reject_rbl_client list.dsbl.org, reject_rbl_client
opm.blitzed.org, reject_rbl_client sbl.spamhaue.org,
reject_rhsbl_client blackhole.securitysage.com, reject_rhsbl_sender
blackhole.securitysage.com, permit
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_security_options = noanonymous
smtpd_tls_auth_only = no
smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.cert
smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
smtpd_use_tls = yes
tls_random_source = dev:/dev/urandom
virtual_alias_domains = ldap:/etc/postfix/virtual_alias_domains.ldap
virtual_alias_maps = ldap:/etc/postfix/virtual_alias_maps.ldap
------
/etc/postfix/aliases.ldap
server_host= 127.0.0.1
server_port= 389
bind= no
timeout= 20
search_base= ou=mail,dc=MyDomain
query_filter= (|(alias=%s)(&(fn=%s)(objectclass=SuSEIMAPFolderObject)))
result_attribute= uid,mailDeliveryProgram,deliverToUID
scope= one
------
/etc/postfix/virtual_alias_domains.ldap
server_host= 127.0.0.1
server_port= 389
bind= no
timeout= 20
search_base= ou=DNS,dc=MyDomain
query_filter= (&(objectclass=dNSDomain)(dc=@)(associatedDomain=%s))
result_attribute= associatedDomain
scope= sub
------
/etc/postfix/virtual_alias_maps.ldap
server_host= 127.0.0.1
server_port= 389
bind= no
timeout= 20
search_base= ou=mail,dc=MyDomain
query_filter= (&(objectclass=SuSEVirtUserObject)(vaddress=%s))
result_attribute= uid
scope= sub
------------------------------------
Und die Logfiles als Anhang.
-------------- nächster Teil --------------
erfolgreich von absender at SenderDomain an test1 at VirtDomain -> user1 at MyDomain
/var/log/auth.log
# telnet connect
Dec 20 13:39:16 postfix/smtpd[13317]: sql_select option missing
Dec 20 13:39:16 postfix/smtpd[13317]: auxpropfunc error no mechanism available
Dec 20 13:39:16 postfix/smtpd[13317]: _sasl_plugin_load failed on sasl_auxprop_plug_init for plugin: sql
# message complete
Dec 20 13:40:59 postfix/smtpd[13352]: sql_select option missing
Dec 20 13:40:59 postfix/smtpd[13352]: auxpropfunc error no mechanism available
Dec 20 13:40:59 postfix/smtpd[13352]: _sasl_plugin_load failed on sasl_auxprop_plug_init for plugin: sql
# return from amavis -> lmtp -> cyrus
Dec 20 13:41:00 cyrus/lmtpd[13355]: sql_select option missing
Dec 20 13:41:00 cyrus/lmtpd[13355]: auxpropfunc error no mechanism available
Dec 20 13:41:00 cyrus/lmtpd[13355]: _sasl_plugin_load failed on sasl_auxprop_plug_init for plugin: sql
/var/log/mail.info
# telnet connect
Dec 20 13:39:16 postfix/smtpd[13317]: connect from localhost[127.0.0.1]
Dec 20 13:40:39 postfix/smtpd[13317]: 46698688419: client=localhost[127.0.0.1]
# message complete
Dec 20 13:40:59 postfix/cleanup[13342]: 46698688419: message-id=<20061220123946.46698688419 at MyHost>
Dec 20 13:40:59 postfix/qmgr[21118]: 46698688419: from=<absender at SenderDomain>, size=383, nrcpt=1 (queue active)
Dec 20 13:40:59 postfix/smtpd[13352]: connect from localhost[127.0.0.1]
Dec 20 13:40:59 postfix/smtpd[13352]: E462168854E: client=localhost[127.0.0.1]
Dec 20 13:40:59 postfix/cleanup[13342]: E462168854E: message-id=<20061220123946.46698688419 at MyHost>
Dec 20 13:40:59 postfix/qmgr[21118]: E462168854E: from=<absender at SenderDomain>, size=850, nrcpt=1 (queue active)
Dec 20 13:41:00 amavis[20944]: (20944-08) Passed, <absender at SenderDomain> -> <user1 at MyDomain>, Message-ID: <20061220123946.46698688419 at MyHost>, Hits: -1.31
# return from amavis -> lmtp -> cyrus
Dec 20 13:41:00 postfix/smtp[13349]: 46698688419: to=<user1 at MyDomain>, orig_to=<test1 at VirtDomain>, relay=127.0.0.1[127.0.0.1], delay=74, status=sent (250 2.6.0 Ok, id=20944-08, from MTA: 250 Ok: queued as E462168854E)
Dec 20 13:41:00 postfix/smtpd[13352]: disconnect from localhost[127.0.0.1]
Dec 20 13:41:00 postfix/qmgr[21118]: 46698688419: removed
Dec 20 13:41:00 postfix/lmtp[13354]: E462168854E: to=<user1 at MyDomain>, relay=public/lmtp[public/lmtp], delay=1, status=sent (250 2.1.5 Ok)
Dec 20 13:41:00 postfix/qmgr[21118]: E462168854E: removed
-------------- nächster Teil --------------
erfolgreich von absender at SenderDomain an test1 at VirtDomain -> user1 at MyDomain
/var/log/debug
# telnet connect
# mail from:
Dec 20 13:39:46 slapd[16905]: conn=1831 op=0 SRCH base="ou=DNS,dc=MyDomain" scope=2 deref=0 filter="(&(objectClass=dNSDomain)(dc=@)(associatedDomain=SenderDomain))"
Dec 20 13:39:46 slapd[16905]: conn=1831 op=0 SRCH attr=associatedDomain
Dec 20 13:39:46 slapd[16905]: conn=1831 op=0 SEARCH RESULT tag=101 err=0 nentries=0 text=
# rcpt to:
Dec 20 13:40:39 slapd[16905]: conn=1831 op=1 SRCH base="ou=DNS,dc=MyDomain" scope=2 deref=0 filter="(&(objectClass=dNSDomain)(dc=@)(associatedDomain=VirtDomain))"
Dec 20 13:40:39 slapd[16905]: conn=1831 op=1 SRCH attr=associatedDomain
Dec 20 13:40:39 slapd[16905]: conn=1831 op=1 SEARCH RESULT tag=101 err=0 nentries=1 text=
Dec 20 13:40:39 slapd[16905]: conn=1832 op=0 SRCH base="ou=mail,dc=MyDomain" scope=2 deref=0 filter="(&(objectClass=SuSEVirtUserObject)(vaddress=test1 at VirtDomain))"
Dec 20 13:40:39 slapd[16905]: conn=1832 op=0 SRCH attr=uid
Dec 20 13:40:39 slapd[16905]: conn=1832 op=0 SEARCH RESULT tag=101 err=0 nentries=1 text=
Dec 20 13:40:39 slapd[16905]: conn=1834 op=0 SRCH base="ou=mail,dc=MyDomain" scope=2 deref=0 filter="(&(objectClass=SuSEVirtUserObject)(vaddress=test1 at VirtDomain))"
Dec 20 13:40:39 slapd[16905]: conn=1834 op=0 SRCH attr=uid
Dec 20 13:40:39 slapd[16905]: conn=1834 op=0 SEARCH RESULT tag=101 err=0 nentries=1 text=
Dec 20 13:40:39 slapd[16905]: conn=1834 op=1 SRCH base="ou=mail,dc=MyDomain" scope=2 deref=0 filter="(&(objectClass=SuSEVirtUserObject)(vaddress=user1 at MyDomain))"
Dec 20 13:40:39 slapd[16905]: conn=1834 op=1 SRCH attr=uid
Dec 20 13:40:39 slapd[16905]: conn=1834 op=1 SEARCH RESULT tag=101 err=0 nentries=0 text=
Dec 20 13:40:39 slapd[16905]: conn=1834 op=2 SRCH base="ou=mail,dc=MyDomain" scope=2 deref=0 filter="(&(objectClass=SuSEVirtUserObject)(vaddress=user1))"
Dec 20 13:40:39 slapd[16905]: conn=1834 op=2 SRCH attr=uid
Dec 20 13:40:39 slapd[16905]: conn=1834 op=2 SEARCH RESULT tag=101 err=0 nentries=0 text=
Dec 20 13:40:39 slapd[16905]: conn=1834 op=3 SRCH base="ou=mail,dc=MyDomain" scope=2 deref=0 filter="(&(objectClass=SuSEVirtUserObject)(vaddress=@MyDomain))"
Dec 20 13:40:39 slapd[16905]: conn=1834 op=3 SRCH attr=uid
Dec 20 13:40:39 slapd[16905]: conn=1834 op=3 SEARCH RESULT tag=101 err=0 nentries=0 text=
Dec 20 13:40:59 slapd[16905]: conn=1831 op=2 SRCH base="ou=DNS,dc=MyDomain" scope=2 deref=0 filter="(&(objectClass=dNSDomain)(dc=@)(associatedDomain=SenderDomain))"
Dec 20 13:40:59 slapd[16905]: conn=1831 op=2 SRCH attr=associatedDomain
Dec 20 13:40:59 slapd[16905]: conn=1831 op=2 SEARCH RESULT tag=101 err=0 nentries=0 text=
Dec 20 13:40:59 slapd[16905]: conn=1831 op=3 SRCH base="ou=DNS,dc=MyDomain" scope=2 deref=0 filter="(&(objectClass=dNSDomain)(dc=@)(associatedDomain=MyDomain))"
Dec 20 13:40:59 slapd[16905]: conn=1831 op=3 SRCH attr=associatedDomain
Dec 20 13:40:59 slapd[16905]: conn=1831 op=3 SEARCH RESULT tag=101 err=0 nentries=0 text=
Dec 20 13:40:59 slapd[16905]: conn=1837 op=0 SRCH base="ou=mail,dc=MyDomain" scope=2 deref=0 filter="(&(objectClass=SuSEVirtUserObject)(vaddress=user1 at MyDomain))"
Dec 20 13:40:59 slapd[16905]: conn=1837 op=0 SRCH attr=uid
Dec 20 13:40:59 slapd[16905]: conn=1837 op=0 SEARCH RESULT tag=101 err=0 nentries=0 text=
Dec 20 13:40:59 slapd[16905]: conn=1837 op=1 SRCH base="ou=mail,dc=MyDomain" scope=2 deref=0 filter="(&(objectClass=SuSEVirtUserObject)(vaddress=user1))"
Dec 20 13:40:59 slapd[16905]: conn=1837 op=1 SRCH attr=uid
Dec 20 13:40:59 slapd[16905]: conn=1837 op=1 SEARCH RESULT tag=101 err=0 nentries=0 text=
Dec 20 13:40:59 slapd[16905]: conn=1837 op=2 SRCH base="ou=mail,dc=MyDomain" scope=2 deref=0 filter="(&(objectClass=SuSEVirtUserObject)(vaddress=@MyDomain))"
Dec 20 13:40:59 slapd[16905]: conn=1837 op=2 SRCH attr=uid
Dec 20 13:40:59 slapd[16905]: conn=1837 op=2 SEARCH RESULT tag=101 err=0 nentries=0 text=
Dec 20 13:40:59 slapd[16905]: conn=120 op=10535 SRCH base="dc=MyDomain" scope=2 deref=0 filter="(&(objectClass=posixAccount)(uid=user1 at MyDomain))"
Dec 20 13:40:59 slapd[16905]: conn=120 op=10535 SRCH attr=uid userPassword uidNumber gidNumber cn homeDirectory loginShell gecos description objectClass
Dec 20 13:40:59 slapd[16905]: conn=120 op=10535 SEARCH RESULT tag=101 err=0 nentries=0 text=
Dec 20 13:40:59 slapd[16905]: conn=1837 op=3 SRCH base="ou=mail,dc=MyDomain" scope=1 deref=0 filter="(|(alias=user1 at MyDomain)(&(fn=user1 at MyDomain)(objectClass=SuSEIMAPFolderObject)))"
Dec 20 13:40:59 slapd[16905]: conn=1837 op=3 SRCH attr=uid mailDeliveryProgram deliverToUID
Dec 20 13:40:59 slapd[16905]: conn=1837 op=3 SEARCH RESULT tag=101 err=0 nentries=0 text=
Dec 20 13:40:59 slapd[16905]: conn=120 op=10536 SRCH base="dc=MyDomain" scope=2 deref=0 filter="(&(objectClass=posixAccount)(uid=user1))"
Dec 20 13:40:59 slapd[16905]: conn=120 op=10536 SRCH attr=uid userPassword uidNumber gidNumber cn homeDirectory loginShell gecos description objectClass
Dec 20 13:40:59 slapd[16905]: conn=120 op=10536 SEARCH RESULT tag=101 err=0 nentries=1 text=
Dec 20 13:40:59 slapd[16905]: conn=1834 op=4 SRCH base="ou=mail,dc=MyDomain" scope=2 deref=0 filter="(&(objectClass=SuSEVirtUserObject)(vaddress=user1 at MyDomain))"
Dec 20 13:40:59 slapd[16905]: conn=1834 op=4 SRCH attr=uid
Dec 20 13:40:59 slapd[16905]: conn=1834 op=4 SEARCH RESULT tag=101 err=0 nentries=0 text=
Dec 20 13:40:59 slapd[16905]: conn=1834 op=5 SRCH base="ou=mail,dc=MyDomain" scope=2 deref=0 filter="(&(objectClass=SuSEVirtUserObject)(vaddress=user1))"
Dec 20 13:40:59 slapd[16905]: conn=1834 op=5 SRCH attr=uid
Dec 20 13:40:59 slapd[16905]: conn=1834 op=5 SEARCH RESULT tag=101 err=0 nentries=0 text=
Dec 20 13:40:59 slapd[16905]: conn=1834 op=6 SRCH base="ou=mail,dc=MyDomain" scope=2 deref=0 filter="(&(objectClass=SuSEVirtUserObject)(vaddress=@MyDomain))"
Dec 20 13:40:59 slapd[16905]: conn=1834 op=6 SRCH attr=uid
Dec 20 13:40:59 slapd[16905]: conn=1834 op=6 SEARCH RESULT tag=101 err=0 nentries=0 text=
Dec 20 13:40:59 slapd[16905]: conn=1831 op=4 SRCH base="ou=DNS,dc=MyDomain" scope=2 deref=0 filter="(&(objectClass=dNSDomain)(dc=@)(associatedDomain=MyDomain))"
Dec 20 13:40:59 slapd[16905]: conn=1831 op=4 SRCH attr=associatedDomain
Dec 20 13:41:00 slapd[16905]: conn=1831 op=4 SEARCH RESULT tag=101 err=0 nentries=0 text=
Dec 20 13:41:00 slapd[16905]: conn=1838 op=0 SRCH base="ou=mail,dc=MyDomain" scope=1 deref=0 filter="(|(alias=user1)(&(fn=user1)(objectClass=SuSEIMAPFolderObject)))"
Dec 20 13:41:00 slapd[16905]: conn=1838 op=0 SRCH attr=uid mailDeliveryProgram deliverToUID
Dec 20 13:41:00 slapd[16905]: conn=1838 op=0 SEARCH RESULT tag=101 err=0 nentries=0 text=
-------------- nächster Teil --------------
Zustellfehler von absender at SenderDomain an test2 at VirtDomain -> user2 at mydomain
/var/log/auth.log
# telnet connect
Dec 20 15:38:22 postfix/smtpd[13962]: sql_select option missing
Dec 20 15:38:22 postfix/smtpd[13962]: auxpropfunc error no mechanism available
Dec 20 15:38:22 postfix/smtpd[13962]: _sasl_plugin_load failed on sasl_auxprop_plug_init for plugin: sql
Dec 20 15:39:01 CRON[13964]: (pam_unix) session opened for user root by (uid=0)
Dec 20 15:39:01 CRON[13964]: (pam_unix) session closed for user root
# helo
# mail from:
# rcpt to:
# data
# sent
Dec 20 15:41:17 postfix/smtpd[13979]: sql_select option missing
Dec 20 15:41:17 postfix/smtpd[13979]: auxpropfunc error no mechanism available
Dec 20 15:41:17 postfix/smtpd[13979]: _sasl_plugin_load failed on sasl_auxprop_plug_init for plugin: sql
# gesendet
/var/log/mail.info
# telnet connect
Dec 20 15:38:22 postfix/smtpd[13962]: connect from localhost[127.0.0.1]
# helo
# mail from:
# rcpt to:
Dec 20 15:40:12 postfix/smtpd[13962]: 47687688419: client=localhost[127.0.0.1]
# data
# sent
Dec 20 15:41:16 postfix/cleanup[13975]: 47687688419: message-id=<20061220143924.47687688419 at MyHost>
Dec 20 15:41:16 postfix/qmgr[21118]: 47687688419: from=<absender at SenderDomain>, size=398, nrcpt=1 (queue active)
Dec 20 15:41:17 postfix/smtpd[13979]: connect from localhost[127.0.0.1]
Dec 20 15:41:17 postfix/smtpd[13979]: NOQUEUE: reject: RCPT from localhost[127.0.0.1]: 550 <user2 at mydomain>: Recipient address rejected: User unknown in local recipient table; from=<absender at SenderDomain> to=<user2 at mydomain> proto=ESMTP helo=<localhost>
Dec 20 15:41:17 postfix/smtpd[13979]: disconnect from localhost[127.0.0.1]
Dec 20 15:41:17 amavis[20979]: (20979-08) mail_via_smtp: 550 5.1.0 <user2 at mydomain>: Recipient address rejected: User unknown in local recipient table
Dec 20 15:41:17 amavis[20979]: (20979-08) Not-Delivered, <absender at SenderDomain> -> <user2 at mydomain>, Message-ID: <20061220143924.47687688419 at MyHost>, Hits: -1.31
Dec 20 15:41:17 postfix/smtp[13978]: 47687688419: to=<user2 at mydomain>, orig_to=<test2 at VirtDomain>, relay=127.0.0.1[127.0.0.1], delay=113, status=bounced (host 127.0.0.1[127.0.0.1] said: 550 5.1.0 <user2 at mydomain>: Recipient address rejected: User unknown in local recipient table (in reply to end of DATA command))
Dec 20 15:41:17 postfix/cleanup[13975]: 2040B688559: message-id=<20061220144117.2040B688559 at MyHost>
Dec 20 15:41:17 postfix/qmgr[21118]: 2040B688559: from=<>, size=2496, nrcpt=1 (queue active)
Dec 20 15:41:17 postfix/qmgr[21118]: 47687688419: removed
Dec 20 15:41:17 postfix/smtp[13982]: 2040B688559: to=<absender at SenderDomain>, relay=mail.SenderDomain[xxx.xxx.xxx.xxx], delay=0, status=sent (250 Ok: queued as 97A328002D2)
Dec 20 15:41:17 postfix/qmgr[21118]: 2040B688559: removed
# gesendet
-------------- nächster Teil --------------
Zustellfehler von absender at SenderDomain an test2 at VirtDomain -> user2 at MyDomain
/var/log/debug
# telnet connect
# helo
# mail from:
Dec 20 15:39:24 piripiri225 slapd[16905]: conn=1893 op=0 SRCH base="ou=DNS,dc=MyDomain" scope=2 deref=0 filter="(&(objectClass=dNSDomain)(dc=@)(associatedDomain=SenderDomain))"
Dec 20 15:39:24 piripiri225 slapd[16905]: conn=1893 op=0 SRCH attr=associatedDomain
Dec 20 15:39:24 piripiri225 slapd[16905]: conn=1893 op=0 SEARCH RESULT tag=101 err=0 nentries=0 text=
# rcpt to:
Dec 20 15:40:12 piripiri225 slapd[16905]: conn=1893 op=1 SRCH base="ou=DNS,dc=MyDomain" scope=2 deref=0 filter="(&(objectClass=dNSDomain)(dc=@)(associatedDomain=VirtDomain))"
Dec 20 15:40:12 piripiri225 slapd[16905]: conn=1893 op=1 SRCH attr=associatedDomain
Dec 20 15:40:12 piripiri225 slapd[16905]: conn=1893 op=1 SEARCH RESULT tag=101 err=0 nentries=1 text=
Dec 20 15:40:12 piripiri225 slapd[16905]: conn=1894 op=0 SRCH base="ou=mail,dc=MyDomain" scope=2 deref=0 filter="(&(objectClass=SuSEVirtUserObject)(vaddress=test2 at VirtDomain))"
Dec 20 15:40:12 piripiri225 slapd[16905]: conn=1894 op=0 SRCH attr=uid
Dec 20 15:40:12 piripiri225 slapd[16905]: conn=1894 op=0 SEARCH RESULT tag=101 err=0 nentries=1 text=
Dec 20 15:40:12 piripiri225 slapd[16905]: conn=1896 op=0 SRCH base="ou=mail,dc=MyDomain" scope=2 deref=0 filter="(&(objectClass=SuSEVirtUserObject)(vaddress=test2 at VirtDomain))"
Dec 20 15:40:12 piripiri225 slapd[16905]: conn=1896 op=0 SRCH attr=uid
Dec 20 15:40:12 piripiri225 slapd[16905]: conn=1896 op=0 SEARCH RESULT tag=101 err=0 nentries=1 text=
Dec 20 15:40:12 piripiri225 slapd[16905]: conn=1896 op=1 SRCH base="ou=mail,dc=MyDomain" scope=2 deref=0 filter="(&(objectClass=SuSEVirtUserObject)(vaddress=user2 at MyDomain))"
Dec 20 15:40:12 piripiri225 slapd[16905]: conn=1896 op=1 SRCH attr=uid
Dec 20 15:40:12 piripiri225 slapd[16905]: conn=1896 op=1 SEARCH RESULT tag=101 err=0 nentries=0 text=
Dec 20 15:40:12 piripiri225 slapd[16905]: conn=1896 op=2 SRCH base="ou=mail,dc=MyDomain" scope=2 deref=0 filter="(&(objectClass=SuSEVirtUserObject)(vaddress=user2))"
Dec 20 15:40:12 piripiri225 slapd[16905]: conn=1896 op=2 SRCH attr=uid
Dec 20 15:40:12 piripiri225 slapd[16905]: conn=1896 op=2 SEARCH RESULT tag=101 err=0 nentries=0 text=
Dec 20 15:40:12 piripiri225 slapd[16905]: conn=1896 op=3 SRCH base="ou=mail,dc=MyDomain" scope=2 deref=0 filter="(&(objectClass=SuSEVirtUserObject)(vaddress=@MyDomain))"
Dec 20 15:40:12 piripiri225 slapd[16905]: conn=1896 op=3 SRCH attr=uid
Dec 20 15:40:12 piripiri225 slapd[16905]: conn=1896 op=3 SEARCH RESULT tag=101 err=0 nentries=0 text=
# data
# sent
Dec 20 15:41:17 piripiri225 slapd[16905]: conn=1893 op=2 SRCH base="ou=DNS,dc=MyDomain" scope=2 deref=0 filter="(&(objectClass=dNSDomain)(dc=@)(associatedDomain=SenderDomain))"
Dec 20 15:41:17 piripiri225 slapd[16905]: conn=1893 op=2 SRCH attr=associatedDomain
Dec 20 15:41:17 piripiri225 slapd[16905]: conn=1893 op=2 SEARCH RESULT tag=101 err=0 nentries=0 text=
Dec 20 15:41:17 piripiri225 slapd[16905]: conn=1893 op=3 SRCH base="ou=DNS,dc=MyDomain" scope=2 deref=0 filter="(&(objectClass=dNSDomain)(dc=@)(associatedDomain=MyDomain))"
Dec 20 15:41:17 piripiri225 slapd[16905]: conn=1893 op=3 SRCH attr=associatedDomain
Dec 20 15:41:17 piripiri225 slapd[16905]: conn=1893 op=3 SEARCH RESULT tag=101 err=0 nentries=0 text=
Dec 20 15:41:17 piripiri225 slapd[16905]: conn=1899 op=0 SRCH base="ou=mail,dc=MyDomain" scope=2 deref=0 filter="(&(objectClass=SuSEVirtUserObject)(vaddress=user2 at MyDomain))"
Dec 20 15:41:17 piripiri225 slapd[16905]: conn=1899 op=0 SRCH attr=uid
Dec 20 15:41:17 piripiri225 slapd[16905]: conn=1899 op=0 SEARCH RESULT tag=101 err=0 nentries=0 text=
Dec 20 15:41:17 piripiri225 slapd[16905]: conn=1899 op=1 SRCH base="ou=mail,dc=MyDomain" scope=2 deref=0 filter="(&(objectClass=SuSEVirtUserObject)(vaddress=user2))"
Dec 20 15:41:17 piripiri225 slapd[16905]: conn=1899 op=1 SRCH attr=uid
Dec 20 15:41:17 piripiri225 slapd[16905]: conn=1899 op=1 SEARCH RESULT tag=101 err=0 nentries=0 text=
Dec 20 15:41:17 piripiri225 slapd[16905]: conn=1899 op=2 SRCH base="ou=mail,dc=MyDomain" scope=2 deref=0 filter="(&(objectClass=SuSEVirtUserObject)(vaddress=@MyDomain))"
Dec 20 15:41:17 piripiri225 slapd[16905]: conn=1899 op=2 SRCH attr=uid
Dec 20 15:41:17 piripiri225 slapd[16905]: conn=1899 op=2 SEARCH RESULT tag=101 err=0 nentries=0 text=
Dec 20 15:41:17 piripiri225 slapd[16905]: conn=1899 op=3 SRCH base="ou=mail,dc=MyDomain" scope=1 deref=0 filter="(|(alias=user2 at MyDomain)(&(fn=user2 at MyDomain)(objectClass=SuSEIMAPFolderObject)))"
Dec 20 15:41:17 piripiri225 slapd[16905]: conn=1899 op=3 SRCH attr=uid mailDeliveryProgram deliverToUID
Dec 20 15:41:17 piripiri225 slapd[16905]: conn=1899 op=3 SEARCH RESULT tag=101 err=0 nentries=0 text=
Dec 20 15:41:17 piripiri225 slapd[16905]: conn=1899 op=4 SRCH base="ou=mail,dc=MyDomain" scope=1 deref=0 filter="(|(alias=user2)(&(fn=user2)(objectClass=SuSEIMAPFolderObject)))"
Dec 20 15:41:17 piripiri225 slapd[16905]: conn=1899 op=4 SRCH attr=uid mailDeliveryProgram deliverToUID
Dec 20 15:41:17 piripiri225 slapd[16905]: conn=1899 op=4 SEARCH RESULT tag=101 err=0 nentries=0 text=
Dec 20 15:41:17 piripiri225 slapd[16905]: conn=1899 op=5 SRCH base="ou=mail,dc=MyDomain" scope=1 deref=0 filter="(|(alias=@MyDomain)(&(fn=@MyDomain)(objectClass=SuSEIMAPFolderObject)))"
Dec 20 15:41:17 piripiri225 slapd[16905]: conn=1899 op=5 SRCH attr=uid mailDeliveryProgram deliverToUID
Dec 20 15:41:17 piripiri225 slapd[16905]: conn=1899 op=5 SEARCH RESULT tag=101 err=0 nentries=0 text=
Dec 20 15:41:17 piripiri225 slapd[16905]: conn=1896 op=4 SRCH base="ou=mail,dc=MyDomain" scope=2 deref=0 filter="(&(objectClass=SuSEVirtUserObject)(vaddress=absender at SenderDomain))"
Dec 20 15:41:17 piripiri225 slapd[16905]: conn=1896 op=4 SRCH attr=uid
Dec 20 15:41:17 piripiri225 slapd[16905]: conn=1896 op=4 SEARCH RESULT tag=101 err=0 nentries=0 text=
Dec 20 15:41:17 piripiri225 slapd[16905]: conn=1896 op=5 SRCH base="ou=mail,dc=MyDomain" scope=2 deref=0 filter="(&(objectClass=SuSEVirtUserObject)(vaddress=@SenderDomain))"
Dec 20 15:41:17 piripiri225 slapd[16905]: conn=1896 op=5 SRCH attr=uid
Dec 20 15:41:17 piripiri225 slapd[16905]: conn=1896 op=5 SEARCH RESULT tag=101 err=0 nentries=0 text=
# gesendet
Mehr Informationen über die Mailingliste Postfixbuch-users