>    -----Original Message-----
>    From: owner-postfix-us...@postfix.org [mailto:owner-postfix-
>    us...@postfix.org] On Behalf Of mouss
>    Sent: Sunday, August 15, 2010 1:52 PM
>    To: postfix-users@postfix.org
>    Subject: Re: Problem with Postfix and LDAP...
>    
>      Le 15/08/2010 19:19, Christopher Kurtis Koeber a écrit :
>    > Thank you for your help. Here is:
>    
>    you're welcome.
>    Please do not top post: this is not much appreciated in this list.
>    instead, put your answers after the text your reply to.
[Christopher Kurtis Koeber] 

No Problem.

>    
>    
>    > [snip]
>    > mydestination = $virtual_mailbox_domains
>    
>    do not do this. a domain must belong to a single class. you can set
>    
>    mydestination =
>    
>    or
>    
>    mydestination = localhost
>    
>    when this is fixed, you will no more see the following error in your
>    logs:
>    ".... warning: do not list domain students.wesleyseminary.edu in
>    BOTH
>    mydestination and virtual_mailbox_domains"

[Christopher Kurtis Koeber] 

This has been done.

>    
>    
>    > mydomain = wts-zimbra.wesleysem.edu
>    > myhostname = wts-zimbra.wesleysem.edu
>    > [snip]
>    > virtual_alias_maps = ldap:/etc/postfix/ldap-aliases.cf
>    > virtual_gid_maps = static:$studentemail-gid
>    > virtual_mailbox_base = /home/studentemail/
>    > virtual_mailbox_domains = /etc/postfix/virtual_domains.cf
>    
>    what's in virtual_domains.cf? does this file contain the list of
>    virtual
>    mailbox domains or does it contain ldap specs/query? If the latter,
>    you
>    need to tell postfix the map type by adding "ldap:".

[Christopher Kurtis Koeber] 

The virtual_domains.cf file contains domains that I would like to send to.
Here 
is the contents:

------------------------------------
#
#  virtual_domains
#
students.wesleyseminary.edu
wesleyministrynetwork.com
wts-zimbra.wesleysem.edu
------------------------------------

>    
>    >> - full log lines. The error you show is incomplete at best (not
>    to say
>    > useless...).
>    >
>    > This is attached.
>    
>    verbose logs are hard to read. only send verbose logs when
>    explicitely
>    asked to do so.
>    anyway, I don't see the error you cited in your original post. I
>    only see
>         ... mail for wts-zimbra.wesleysem.edu loops back to myself
>    
>    which means wts-zimbra.wesleysem.edu is not in your
>    virtual_mailbox_maps.

[Christopher Kurtis Koeber] 

I turned on verbose debugging to pinpoint the error but what logging level
would you like me to use.

In any case, I made the changes you suggested and the error has reappeared.
I attached the log. The
log is verbose but if you tell me the level (or command that should be used
instead I will do so).

Also, here is a repost of postconf -n:

-------------------------------------------------------
alias_maps = hash:/etc/mail/aliases
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = //usr/lib64/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
default_destination_concurrency_limit = 20
home_mailbox = .Maildir/
html_directory = /usr/share/doc/postfix-2.6.6/html
inet_interfaces = all
local_destination_concurrency_limit = 2
local_recipient_maps = proxy:unix:passwd.byname $alias_maps
local_transport = virtual
mail_owner = postfix
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
mydestination =
mydomain = wts-zimbra.wesleysem.edu
myhostname = wts-zimbra.wesleysem.edu
mynetworks_style = subnet
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.6.6/readme
sample_directory = /etc/postfix
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
smtp_tls_note_starttls_offer = yes
smtp_use_tls = yes
smtpd_banner = $myhostname ESMTP $mail_name ($mail_version)
smtpd_recipient_restrictions = permit_sasl_authenticated,
permit_mynetworks,  reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain =
smtpd_sasl_security_options = noanonymous
smtpd_tls_CAfile = /etc/postfix/cacert.pem
smtpd_tls_cert_file = /etc/postfix/newcert.pem
smtpd_tls_key_file = /etc/postfix/newkey.pem
smtpd_tls_loglevel = 3
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
smtpd_use_tls = yes
tls_random_source = dev:/dev/urandom
unknown_local_recipient_reject_code = 550
virtual_alias_maps = ldap:/etc/postfix/ldap-aliases.cf
virtual_gid_maps = static:$studentemail-gid
virtual_mailbox_base = /home/studentemail/
virtual_mailbox_domains = /etc/postfix/virtual_domains.cf
virtual_mailbox_maps = ldap:/etc/postfix/ldap-maps.cf
virtual_minimum_uid = 1000
virtual_uid_maps = static:$studentemail-uid
--------------------------------------------------------


Thanks again for the help.

>    
>    > I also changed the smtp_banner variable as requested.
>    
>    good.
>    

Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: match_string: 
smtpd_access_maps ~? qmqpd_authorized_clients
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: match_string: 
smtpd_access_maps ~? relay_domains
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: match_string: 
smtpd_access_maps ~? smtpd_access_maps
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: 
unknown_helo_hostname_tempfail_action = defer_if_permit
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: 
unknown_address_tempfail_action = defer_if_permit
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: 
unverified_recipient_tempfail_action = defer_if_permit
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: 
unverified_sender_tempfail_action = defer_if_permit
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: xsasl_cyrus_server_init: SASL 
config file is smtpd.conf
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: sql_select option missing
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: auxpropfunc error no mechanism 
available
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: _sasl_plugin_load failed on 
sasl_auxprop_plug_init for plugin: sql
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: auxpropfunc error invalid 
parameter supplied
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: _sasl_plugin_load failed on 
sasl_auxprop_plug_init for plugin: ldapdb
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: initializing the server-side 
TLS engine
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: dict_eval: const  
ALL:!EXPORT:!LOW:!MEDIUM:+RC4:@STRENGTH
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: dict_eval: const  
ALL:!EXPORT:!LOW:+RC4:@STRENGTH
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: dict_eval: const  
ALL:!EXPORT:+RC4:@STRENGTH
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: dict_eval: const  
ALL:+RC4:@STRENGTH
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: dict_eval: const  eNULL:!aNULL
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: dict_eval: const  prime256v1
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: dict_eval: const  secp384r1
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: auto_clnt_create: 
transport=local endpoint=private/tlsmgr
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: auto_clnt_open: connected to 
private/tlsmgr
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: send attr request = seed
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: send attr size = 32
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: private/tlsmgr: wanted 
attribute: status
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: input attribute name: status
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: input attribute value: 0
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: private/tlsmgr: wanted 
attribute: seed
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: input attribute name: seed
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: input attribute value: 
mI6Yt9G4Ir7z9u+1u3CAHUAB4uWBFnlQ9gg78lAYwEs=
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: private/tlsmgr: wanted 
attribute: (list terminator)
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: input attribute name: (end)
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: send attr request = policy
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: send attr cache_type = smtpd
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: private/tlsmgr: wanted 
attribute: status
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: input attribute name: status
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: input attribute value: 0
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: private/tlsmgr: wanted 
attribute: cachable
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: input attribute name: cachable
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: input attribute value: 0
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: private/tlsmgr: wanted 
attribute: (list terminator)
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: input attribute name: (end)
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: match_string: 
fast_flush_domains ~? debug_peer_list
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: match_string: 
fast_flush_domains ~? fast_flush_domains
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: auto_clnt_create: 
transport=local endpoint=private/anvil
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: connection established
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: master_notify: status 0
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: name_mask: resource
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: name_mask: software
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: connect from 
wts-termserver.wesleysem.edu[10.10.1.163]
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: match_list_match: 
wts-termserver.wesleysem.edu: no match
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: match_list_match: 10.10.1.163: 
no match
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: match_list_match: 
wts-termserver.wesleysem.edu: no match
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: match_list_match: 10.10.1.163: 
no match
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: match_hostname: 
wts-termserver.wesleysem.edu ~? 127.0.0.0/8
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: match_hostaddr: 10.10.1.163 ~? 
127.0.0.0/8
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: match_hostname: 
wts-termserver.wesleysem.edu ~? 10.10.1.0/24
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: match_hostaddr: 10.10.1.163 ~? 
10.10.1.0/24
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: > 
wts-termserver.wesleysem.edu[10.10.1.163]: 220 wts-zimbra.wesleysem.edu ESMTP 
Postfix (2.6.6)
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: xsasl_cyrus_server_create: 
SASL service=smtp, realm=(null)
Aug 15 13:56:55 WTS-ZIMBRA postfix/smtpd[17373]: name_mask: noanonymous
Aug 15 13:56:58 WTS-ZIMBRA postfix/smtpd[17373]: < 
wts-termserver.wesleysem.edu[10.10.1.163]: ????? ?????'?????????
Aug 15 13:56:58 WTS-ZIMBRA postfix/smtpd[17373]: match_string: ????? ~? CONNECT
Aug 15 13:56:58 WTS-ZIMBRA postfix/smtpd[17373]: match_string: ????? ~? GET
Aug 15 13:56:58 WTS-ZIMBRA postfix/smtpd[17373]: match_string: ????? ~? POST
Aug 15 13:56:58 WTS-ZIMBRA postfix/smtpd[17373]: match_list_match: ?????: no 
match
Aug 15 13:56:58 WTS-ZIMBRA postfix/smtpd[17373]: > 
wts-termserver.wesleysem.edu[10.10.1.163]: 502 5.5.2 Error: command not 
recognized
Aug 15 13:57:08 WTS-ZIMBRA postfix/smtpd[17373]: < 
wts-termserver.wesleysem.edu[10.10.1.163]: HELO wts-ckkoeber.wesleysem.edu
Aug 15 13:57:08 WTS-ZIMBRA postfix/smtpd[17373]: > 
wts-termserver.wesleysem.edu[10.10.1.163]: 250 wts-zimbra.wesleysem.edu
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: < 
wts-termserver.wesleysem.edu[10.10.1.163]: MAIL FROM:ckoe...@wesleyseminary.edu
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: extract_addr: input: 
ckoe...@wesleyseminary.edu
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: smtpd_check_addr: 
addr=ckoe...@wesleyseminary.edu
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: connect to subsystem 
private/rewrite
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: send attr request = rewrite
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: send attr rule = local
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: send attr address = 
ckoe...@wesleyseminary.edu
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: private/rewrite socket: wanted 
attribute: flags
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: input attribute name: flags
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: input attribute value: 0
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: private/rewrite socket: wanted 
attribute: address
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: input attribute name: address
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: input attribute value: 
ckoe...@wesleyseminary.edu
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: private/rewrite socket: wanted 
attribute: (list terminator)
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: input attribute name: (end)
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: rewrite_clnt: local: 
ckoe...@wesleyseminary.edu -> ckoe...@wesleyseminary.edu
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: send attr request = resolve
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: send attr sender =
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: send attr address = 
ckoe...@wesleyseminary.edu
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: private/rewrite socket: wanted 
attribute: flags
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: input attribute name: flags
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: input attribute value: 0
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: private/rewrite socket: wanted 
attribute: transport
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: input attribute name: transport
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: input attribute value: smtp
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: private/rewrite socket: wanted 
attribute: nexthop
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: input attribute name: nexthop
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: input attribute value: 
wesleyseminary.edu
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: private/rewrite socket: wanted 
attribute: recipient
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: input attribute name: recipient
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: input attribute value: 
ckoe...@wesleyseminary.edu
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: private/rewrite socket: wanted 
attribute: flags
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: input attribute name: flags
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: input attribute value: 4096
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: private/rewrite socket: wanted 
attribute: (list terminator)
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: input attribute name: (end)
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: resolve_clnt: `' -> 
`ckoe...@wesleyseminary.edu' -> transp=`smtp' host=`wesleyseminary.edu' 
rcpt=`ckoe...@wesleyseminary.edu' flags= class=default
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: ctable_locate: install entry 
key ckoe...@wesleyseminary.edu
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: extract_addr: in: 
ckoe...@wesleyseminary.edu, result: ckoe...@wesleyseminary.edu
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: fsspace: .: block size 4096, 
blocks free 28615480
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: smtpd_check_queue: blocks 4096 
avail 28615480 min_free 0 msg_size_limit 10240000
Aug 15 13:57:24 WTS-ZIMBRA postfix/smtpd[17373]: > 
wts-termserver.wesleysem.edu[10.10.1.163]: 250 2.1.0 Ok
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: < 
wts-termserver.wesleysem.edu[10.10.1.163]: RCPT 
TO:dbayasekara8...@students.wesleyseminary.edu
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: extract_addr: input: 
dbayasekara8...@students.wesleyseminary.edu
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: smtpd_check_addr: 
addr=dbayasekara8...@students.wesleyseminary.edu
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: send attr request = rewrite
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: send attr rule = local
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: send attr address = 
dbayasekara8...@students.wesleyseminary.edu
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: private/rewrite socket: wanted 
attribute: flags
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: input attribute name: flags
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: input attribute value: 0
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: private/rewrite socket: wanted 
attribute: address
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: input attribute name: address
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: input attribute value: 
dbayasekara8...@students.wesleyseminary.edu
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: private/rewrite socket: wanted 
attribute: (list terminator)
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: input attribute name: (end)
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: rewrite_clnt: local: 
dbayasekara8...@students.wesleyseminary.edu -> 
dbayasekara8...@students.wesleyseminary.edu
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: send attr request = resolve
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: send attr sender =
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: send attr address = 
dbayasekara8...@students.wesleyseminary.edu
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: private/rewrite socket: wanted 
attribute: flags
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: input attribute name: flags
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: input attribute value: 0
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: private/rewrite socket: wanted 
attribute: transport
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: input attribute name: transport
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: input attribute value: virtual
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: private/rewrite socket: wanted 
attribute: nexthop
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: input attribute name: nexthop
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: input attribute value: 
students.wesleyseminary.edu
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: private/rewrite socket: wanted 
attribute: recipient
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: input attribute name: recipient
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: input attribute value: 
dbayasekara8...@students.wesleyseminary.edu
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: private/rewrite socket: wanted 
attribute: flags
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: input attribute name: flags
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: input attribute value: 1024
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: private/rewrite socket: wanted 
attribute: (list terminator)
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: input attribute name: (end)
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: resolve_clnt: `' -> 
`dbayasekara8...@students.wesleyseminary.edu' -> transp=`virtual' 
host=`students.wesleyseminary.edu' 
rcpt=`dbayasekara8...@students.wesleyseminary.edu' flags= class=virtual
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: ctable_locate: install entry 
key dbayasekara8...@students.wesleyseminary.edu
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: extract_addr: in: 
dbayasekara8...@students.wesleyseminary.edu, result: 
dbayasekara8...@students.wesleyseminary.edu
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: send attr request = rewrite
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: send attr rule = local
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: send attr address = 
double-bounce
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: private/rewrite socket: wanted 
attribute: flags
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: input attribute name: flags
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: input attribute value: 0
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: private/rewrite socket: wanted 
attribute: address
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: input attribute name: address
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: input attribute value: 
double-bou...@wts-zimbra.wesleysem.edu
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: private/rewrite socket: wanted 
attribute: (list terminator)
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: input attribute name: (end)
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: rewrite_clnt: local: 
double-bounce -> double-bou...@wts-zimbra.wesleysem.edu
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: >>> START Recipient address 
RESTRICTIONS <<<
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: generic_checks: 
name=permit_sasl_authenticated
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: generic_checks: 
name=permit_sasl_authenticated status=0
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: generic_checks: 
name=permit_mynetworks
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: permit_mynetworks: 
wts-termserver.wesleysem.edu 10.10.1.163
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: match_hostname: 
wts-termserver.wesleysem.edu ~? 127.0.0.0/8
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: match_hostaddr: 10.10.1.163 ~? 
127.0.0.0/8
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: match_hostname: 
wts-termserver.wesleysem.edu ~? 10.10.1.0/24
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: match_hostaddr: 10.10.1.163 ~? 
10.10.1.0/24
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: generic_checks: 
name=permit_mynetworks status=1
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: >>> CHECKING RECIPIENT MAPS <<<
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: ctable_locate: leave existing 
entry key dbayasekara8...@students.wesleyseminary.edu
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: maps_find: 
recipient_canonical_maps: dbayasekara8...@students.wesleyseminary.edu: not found
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: match_list_match: 
students.wesleyseminary.edu: no match
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: maps_find: 
recipient_canonical_maps: @students.wesleyseminary.edu: not found
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: mail_addr_find: 
dbayasekara8...@students.wesleyseminary.edu -> (not found)
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: maps_find: canonical_maps: 
dbayasekara8...@students.wesleyseminary.edu: not found
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: match_list_match: 
students.wesleyseminary.edu: no match
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: maps_find: canonical_maps: 
@students.wesleyseminary.edu: not found
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: mail_addr_find: 
dbayasekara8...@students.wesleyseminary.edu -> (not found)
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: dict_ldap_lookup: In 
dict_ldap_lookup
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: dict_ldap_lookup: No existing 
connection for LDAP source /etc/postfix/ldap-aliases.cf, reopening
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: dict_ldap_connect: Connecting 
to server ldap://wts-studdir.wesleysem.edu:389
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: dict_ldap_connect: Actual 
Protocol version used is 3.
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: dict_ldap_connect: Binding to 
server ldap://wts-studdir.wesleysem.edu:389 as dn 
cn=Manager,dc=wesleyseminary,dc=edu
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: dict_ldap_connect: Successful 
bind to server ldap://wts-studdir.wesleysem.edu:389 as 
cn=Manager,dc=wesleyseminary,dc=edu
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: dict_ldap_connect: Cached 
connection handle for LDAP source /etc/postfix/ldap-aliases.cf
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: dict_ldap_lookup: 
/etc/postfix/ldap-aliases.cf: Searching with filter 
(mail=dbayasekara8...@students.wesleyseminary.edu)
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: dict_ldap_get_values[1]: 
Search found 1 match(es)
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: dict_ldap_get_values[1]: 
search returned 1 value(s) for requested result attribute cn
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: dict_ldap_get_values[1]: 
Leaving dict_ldap_get_values
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: dict_ldap_lookup: Search 
returned dbayasekara8469
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: maps_find: virtual_alias_maps: 
ldap:/etc/postfix/ldap-aliases.cf(0,lock|fold_fix): 
dbayasekara8...@students.wesleyseminary.edu = dbayasekara8469
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: mail_addr_find: 
dbayasekara8...@students.wesleyseminary.edu -> dbayasekara8469
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: smtpd_check_rewrite: trying: 
permit_inet_interfaces
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: permit_inet_interfaces: 
wts-termserver.wesleysem.edu 10.10.1.163
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: before input_transp_cleanup: 
cleanup flags = enable_header_body_filter enable_automatic_bcc 
enable_address_mapping enable_milters
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: after input_transp_cleanup: 
cleanup flags = enable_header_body_filter enable_automatic_bcc 
enable_address_mapping
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: connect to subsystem 
public/cleanup
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: public/cleanup socket: wanted 
attribute: queue_id
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: input attribute name: queue_id
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: input attribute value: 
608363220E1
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: public/cleanup socket: wanted 
attribute: (list terminator)
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: input attribute name: (end)
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: send attr flags = 178
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: 608363220E1: 
client=wts-termserver.wesleysem.edu[10.10.1.163]
Aug 15 13:57:45 WTS-ZIMBRA postfix/smtpd[17373]: > 
wts-termserver.wesleysem.edu[10.10.1.163]: 250 2.1.5 Ok
Aug 15 13:57:48 WTS-ZIMBRA postfix/smtpd[17373]: < 
wts-termserver.wesleysem.edu[10.10.1.163]: DATA
Aug 15 13:57:48 WTS-ZIMBRA postfix/smtpd[17373]: > 
wts-termserver.wesleysem.edu[10.10.1.163]: 354 End data with <CR><LF>.<CR><LF>
Aug 15 13:58:00 WTS-ZIMBRA postfix/cleanup[17377]: 608363220E1: message-id=<>
Aug 15 13:58:00 WTS-ZIMBRA postfix/smtpd[17373]: public/cleanup socket: wanted 
attribute: status
Aug 15 13:58:00 WTS-ZIMBRA postfix/smtpd[17373]: input attribute name: status
Aug 15 13:58:00 WTS-ZIMBRA postfix/smtpd[17373]: input attribute value: 0
Aug 15 13:58:00 WTS-ZIMBRA postfix/smtpd[17373]: public/cleanup socket: wanted 
attribute: reason
Aug 15 13:58:00 WTS-ZIMBRA postfix/smtpd[17373]: input attribute name: reason
Aug 15 13:58:00 WTS-ZIMBRA postfix/smtpd[17373]: input attribute value: (end)
Aug 15 13:58:00 WTS-ZIMBRA postfix/smtpd[17373]: public/cleanup socket: wanted 
attribute: (list terminator)
Aug 15 13:58:00 WTS-ZIMBRA postfix/smtpd[17373]: input attribute name: (end)
Aug 15 13:58:00 WTS-ZIMBRA postfix/smtpd[17373]: > 
wts-termserver.wesleysem.edu[10.10.1.163]: 250 2.0.0 Ok: queued as 608363220E1
Aug 15 13:58:00 WTS-ZIMBRA postfix/qmgr[17370]: 608363220E1: 
from=<ckoe...@wesleyseminary.edu>, size=306, nrcpt=1 (queue active)
Aug 15 13:58:00 WTS-ZIMBRA postfix/virtual[17378]: 608363220E1: 
to=<dbayasekara8...@wts-zimbra.wesleysem.edu>, 
orig_to=<dbayasekara8...@students.wesleyseminary.edu>, relay=virtual, delay=36, 
delays=36/0.03/0/0.06, dsn=5.1.1, status=bounced (unknown user: 
"dbayasekara8...@wts-zimbra.wesleysem.edu")
Aug 15 13:58:00 WTS-ZIMBRA postfix/cleanup[17377]: 5F2793220E2: 
message-id=<20100815175800.5f279322...@wts-zimbra.wesleysem.edu>
Aug 15 13:58:00 WTS-ZIMBRA postfix/bounce[17379]: 608363220E1: sender 
non-delivery notification: 5F2793220E2
Aug 15 13:58:00 WTS-ZIMBRA postfix/qmgr[17370]: 5F2793220E2: from=<>, 
size=2398, nrcpt=1 (queue active)
Aug 15 13:58:00 WTS-ZIMBRA postfix/qmgr[17370]: 608363220E1: removed
Aug 15 13:58:01 WTS-ZIMBRA postfix/smtp[17380]: 5F2793220E2: 
to=<ckoe...@wesleyseminary.edu>, relay=mail.wesleyseminary.edu[10.10.1.154]:25, 
delay=1.3, delays=0.03/0.03/0.01/1.2, dsn=2.6.0, status=sent (250 2.6.0 
<20100815175800.5f279322...@wts-zimbra.wesleysem.edu> Queued mail for delivery)
Aug 15 13:58:01 WTS-ZIMBRA postfix/qmgr[17370]: 5F2793220E2: removed
Aug 15 13:58:03 WTS-ZIMBRA postfix/smtpd[17373]: < 
wts-termserver.wesleysem.edu[10.10.1.163]: EXIT
Aug 15 13:58:03 WTS-ZIMBRA postfix/smtpd[17373]: match_string: EXIT ~? CONNECT
Aug 15 13:58:03 WTS-ZIMBRA postfix/smtpd[17373]: match_string: EXIT ~? GET
Aug 15 13:58:03 WTS-ZIMBRA postfix/smtpd[17373]: match_string: EXIT ~? POST
Aug 15 13:58:03 WTS-ZIMBRA postfix/smtpd[17373]: match_list_match: EXIT: no 
match
Aug 15 13:58:03 WTS-ZIMBRA postfix/smtpd[17373]: > 
wts-termserver.wesleysem.edu[10.10.1.163]: 502 5.5.2 Error: command not 
recognized
Aug 15 13:58:06 WTS-ZIMBRA postfix/smtpd[17373]: < 
wts-termserver.wesleysem.edu[10.10.1.163]: QUIT
Aug 15 13:58:06 WTS-ZIMBRA postfix/smtpd[17373]: > 
wts-termserver.wesleysem.edu[10.10.1.163]: 221 2.0.0 Bye
Aug 15 13:58:06 WTS-ZIMBRA postfix/smtpd[17373]: match_hostname: 
wts-termserver.wesleysem.edu ~? 127.0.0.0/8
Aug 15 13:58:06 WTS-ZIMBRA postfix/smtpd[17373]: match_hostaddr: 10.10.1.163 ~? 
127.0.0.0/8
Aug 15 13:58:06 WTS-ZIMBRA postfix/smtpd[17373]: match_hostname: 
wts-termserver.wesleysem.edu ~? 10.10.1.0/24
Aug 15 13:58:06 WTS-ZIMBRA postfix/smtpd[17373]: match_hostaddr: 10.10.1.163 ~? 
10.10.1.0/24
Aug 15 13:58:06 WTS-ZIMBRA postfix/smtpd[17373]: disconnect from 
wts-termserver.wesleysem.edu[10.10.1.163]
Aug 15 13:58:06 WTS-ZIMBRA postfix/smtpd[17373]: master_notify: status 1
Aug 15 13:58:06 WTS-ZIMBRA postfix/smtpd[17373]: connection closed
Aug 15 13:58:06 WTS-ZIMBRA postfix/smtpd[17373]: proxymap stream disconnect
Aug 15 13:58:06 WTS-ZIMBRA postfix/smtpd[17373]: auto_clnt_close: disconnect 
private/tlsmgr stream
Aug 15 13:58:06 WTS-ZIMBRA postfix/smtpd[17373]: rewrite stream disconnect

Reply via email to