dovecot 1.2.9
---
I wanna know how the vacation script works.
I don't understand why it tries to find locally (using LDAP) a
recipient for the "vacation notification email". On the log,
"[email protected]" is the person sending email to
"[email protected]", which is on vacation. Deliver tries to find
locally "[email protected]", to send the vacation notification
message:
----
imap dovecot: deliver([email protected]): sieve:
msgid=<[email protected]>:
sent vacation response to <[email protected]>
imap dovecot: deliver([email protected]): Namespace :
Using permissions from
/var/mail/mailboxes/my.domain.org/lauro~my.domain.org: mode=0700 gid=-1
imap postfix/cleanup[21083]: 3E01140A59:
message-id=<dovecot-sieve-1285855441-22645...@imap>
imap postfix/qmgr[21051]: 3E01140A59: from=<>,
size=615, nrcpt=1 (queue active)
imap postfix/trivial-rewrite[21082]: dict_ldap_debug:
ldap_build_search_req ATTRS: associatedDomain
imap postfix/local[21089]: warning: dict_ldap_open:
/etc/postfix/ldap-domain-maps.cf: Fixed query_filter
(objectclass=domainRelatedObject) is probably useless
imap postfix/pipe[21090]: warning: dict_ldap_open:
/etc/postfix/ldap-domain-maps.cf: Fixed query_filter
(objectclass=domainRelatedObject) is probably useless
imap dovecot: deliver([email protected]): Loading
modules from directory: /usr/lib/dovecot/modules/lda
imap dovecot: deliver([email protected]): Module
loaded: /usr/lib/dovecot/modules/lda/lib10_quota_plugin.so
imap dovecot: deliver([email protected]): Module
loaded: /usr/lib/dovecot/modules/lda/lib90_sieve_plugin.so
imap dovecot: auth(default): master in:
user#0111#[email protected]#011service=deliver
imap dovecot: auth(default):
prefetch([email protected]): passdb didn't return userdb entries,
trying the next userdb
imap dovecot: auth(default): ldap([email protected]):
user search: base=ou=gmail.com,ou=mail,ou=services,dc=ufsc,dc=br
scope=subtree filter=(&
(cn=sender_email)(objectclass=nisMailAlias)(ContaAtiva=TRUE) )
fields=rfc822MailMember,EmailQuota,EmailQuotaSpecial,eduPersonPrincipalName
imap dovecot: auth(default): ldap([email protected]):
ldap_search((&
(cn=sender_email)(objectclass=nisMailAlias)(ContaAtiva=TRUE) )) failed: No
such object
:
Why is that?
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.