Thank you for your help. Here is: > - the output of 'postconf -n' instead of main.cf (postconf -n tells you > what postfix sees. main.cf may contain typos or may have changed without postfix reload... etc).
---------------------------------------------------------------------------- ---- 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 = $virtual_mailbox_domains 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 ---------------------------------------------------------------------------- ---- > - full log lines. The error you show is incomplete at best (not to say useless...). This is attached. I also changed the smtp_banner variable as requested. Also, on this: > now to the crystall ball:) if the adress you're trying to send mail > to is usern...@mydomain and mydomain is in mydestination, then the list of > valid addresses is specified by local_recipient_maps, which doesn't use LDAP in your config. I did look at that and the address I am trying to send to is NOT in the local list of aliases. Regards, Christopher Koeber From: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] On Behalf Of mouss Sent: Sunday, August 15, 2010 5:59 AM To: postfix-users@postfix.org Subject: Re: Problem with Postfix and LDAP... Le 14/08/2010 23:48, Christopher Koeber a écrit : I am having problems setting up Postfix with LDAP. I have a valid OpenLDAP database with users that I would like to have mailboxes. The problem is that I get this error when I send mail to all users besides the root/postmaster/etc. mailboxes: ---------------------------------------------------------------------------- -------------------------------------------------------- #< #5.1.1 X-Postfix; unknown user: "username"> #SMTP# ---------------------------------------------------------------------------- -------------------------------------------------------- Eash user entry looks like the following: [snip] What do I need to fix or change to get this working? Please show - the output of 'postconf -n' instead of main.cf (postconf -n tells you what postfix sees. main.cf may contain typos or may have changed without postfix reload... etc). - full log lines. The error you show is incomplete at best (not to say useless...). now to the crystall ball:) if the adress you're trying to send mail to is usern...@mydomain and mydomain is in mydestination, then the list of valid addresses is specified by local_recipient_maps, which doesn't use LDAP in your config. PS. Remove your smtpd_banner setting. the default is good and your is not (not only it doesn't do what you think, but if it did, it would be horrible). (note: I didn't check all your main.cf. so don't assume I "validated" your other settings. I prefer reading "postconf -n", because it comes in alpha order...).
Aug 15 13:10:06 WTS-ZIMBRA postfix/smtpd[17269]: < wts-termserver.wesleysem.edu[10.10.1.163]: HELO wts-ckkoeber.wesleysem.edu Aug 15 13:10:06 WTS-ZIMBRA postfix/smtpd[17269]: > wts-termserver.wesleysem.edu[10.10.1.163]: 250 wts-zimbra.wesleysem.edu Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: < wts-termserver.wesleysem.edu[10.10.1.163]: MAIL FROM:ckoe...@wesleyseminary.edu Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: extract_addr: input: ckoe...@wesleyseminary.edu Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: smtpd_check_addr: addr=ckoe...@wesleyseminary.edu Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: connect to subsystem private/rewrite Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: send attr request = rewrite Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: send attr rule = local Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: send attr address = ckoe...@wesleyseminary.edu Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: private/rewrite socket: wanted attribute: flags Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: input attribute name: flags Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: input attribute value: 0 Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: private/rewrite socket: wanted attribute: address Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: input attribute name: address Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: input attribute value: ckoe...@wesleyseminary.edu Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: private/rewrite socket: wanted attribute: (list terminator) Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: input attribute name: (end) Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: rewrite_clnt: local: ckoe...@wesleyseminary.edu -> ckoe...@wesleyseminary.edu Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: send attr request = resolve Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: send attr sender = Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: send attr address = ckoe...@wesleyseminary.edu Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: private/rewrite socket: wanted attribute: flags Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: input attribute name: flags Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: input attribute value: 0 Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: private/rewrite socket: wanted attribute: transport Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: input attribute name: transport Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: input attribute value: smtp Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: private/rewrite socket: wanted attribute: nexthop Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: input attribute name: nexthop Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: input attribute value: wesleyseminary.edu Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: private/rewrite socket: wanted attribute: recipient Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: input attribute name: recipient Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: input attribute value: ckoe...@wesleyseminary.edu Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: private/rewrite socket: wanted attribute: flags Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: input attribute name: flags Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: input attribute value: 4096 Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: private/rewrite socket: wanted attribute: (list terminator) Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: input attribute name: (end) Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: resolve_clnt: `' -> `ckoe...@wesleyseminary.edu' -> transp=`smtp' host=`wesleyseminary.edu' rcpt=`ckoe...@wesleyseminary.edu' flags= class=default Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: ctable_locate: install entry key ckoe...@wesleyseminary.edu Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: extract_addr: in: ckoe...@wesleyseminary.edu, result: ckoe...@wesleyseminary.edu Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: fsspace: .: block size 4096, blocks free 28615497 Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: smtpd_check_queue: blocks 4096 avail 28615497 min_free 0 msg_size_limit 10240000 Aug 15 13:10:23 WTS-ZIMBRA postfix/smtpd[17269]: > wts-termserver.wesleysem.edu[10.10.1.163]: 250 2.1.0 Ok Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: < wts-termserver.wesleysem.edu[10.10.1.163]: RCPT TO:dbayasekara8...@students.wesleyseminary.edu Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: extract_addr: input: dbayasekara8...@students.wesleyseminary.edu Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: smtpd_check_addr: addr=dbayasekara8...@students.wesleyseminary.edu Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: send attr request = rewrite Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: send attr rule = local Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: send attr address = dbayasekara8...@students.wesleyseminary.edu Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: private/rewrite socket: wanted attribute: flags Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: input attribute name: flags Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: input attribute value: 0 Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: private/rewrite socket: wanted attribute: address Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: input attribute name: address Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: input attribute value: dbayasekara8...@students.wesleyseminary.edu Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: private/rewrite socket: wanted attribute: (list terminator) Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: input attribute name: (end) Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: rewrite_clnt: local: dbayasekara8...@students.wesleyseminary.edu -> dbayasekara8...@students.wesleyseminary.edu Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: send attr request = resolve Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: send attr sender = Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: send attr address = dbayasekara8...@students.wesleyseminary.edu Aug 15 13:10:31 WTS-ZIMBRA postfix/trivial-rewrite[17284]: warning: do not list domain students.wesleyseminary.edu in BOTH mydestination and virtual_mailbox_domains Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: private/rewrite socket: wanted attribute: flags Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: input attribute name: flags Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: input attribute value: 0 Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: private/rewrite socket: wanted attribute: transport Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: input attribute name: transport Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: input attribute value: virtual Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: private/rewrite socket: wanted attribute: nexthop Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: input attribute name: nexthop Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: input attribute value: students.wesleyseminary.edu Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: private/rewrite socket: wanted attribute: recipient Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: input attribute name: recipient Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: input attribute value: dbayasekara8...@students.wesleyseminary.edu Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: private/rewrite socket: wanted attribute: flags Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: input attribute name: flags Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: input attribute value: 256 Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: private/rewrite socket: wanted attribute: (list terminator) Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: input attribute name: (end) Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: resolve_clnt: `' -> `dbayasekara8...@students.wesleyseminary.edu' -> transp=`virtual' host=`students.wesleyseminary.edu' rcpt=`dbayasekara8...@students.wesleyseminary.edu' flags= class=local Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: ctable_locate: install entry key dbayasekara8...@students.wesleyseminary.edu Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: extract_addr: in: dbayasekara8...@students.wesleyseminary.edu, result: dbayasekara8...@students.wesleyseminary.edu Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: send attr request = rewrite Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: send attr rule = local Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: send attr address = double-bounce Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: private/rewrite socket: wanted attribute: flags Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: input attribute name: flags Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: input attribute value: 0 Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: private/rewrite socket: wanted attribute: address Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: input attribute name: address Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: input attribute value: double-bou...@wts-zimbra.wesleysem.edu Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: private/rewrite socket: wanted attribute: (list terminator) Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: input attribute name: (end) Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: rewrite_clnt: local: double-bounce -> double-bou...@wts-zimbra.wesleysem.edu Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: >>> START Recipient address RESTRICTIONS <<< Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: generic_checks: name=permit_sasl_authenticated Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: generic_checks: name=permit_sasl_authenticated status=0 Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: generic_checks: name=permit_mynetworks Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: permit_mynetworks: wts-termserver.wesleysem.edu 10.10.1.163 Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: match_hostname: wts-termserver.wesleysem.edu ~? 127.0.0.0/8 Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: match_hostaddr: 10.10.1.163 ~? 127.0.0.0/8 Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: match_hostname: wts-termserver.wesleysem.edu ~? 10.10.1.0/24 Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: match_hostaddr: 10.10.1.163 ~? 10.10.1.0/24 Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: generic_checks: name=permit_mynetworks status=1 Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: >>> CHECKING RECIPIENT MAPS <<< Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: ctable_locate: leave existing entry key dbayasekara8...@students.wesleyseminary.edu Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: maps_find: recipient_canonical_maps: dbayasekara8...@students.wesleyseminary.edu: not found Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: match_string: students.wesleyseminary.edu ~? students.wesleyseminary.edu Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: maps_find: recipient_canonical_maps: dbayasekara8469: not found Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: maps_find: recipient_canonical_maps: @students.wesleyseminary.edu: not found Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: mail_addr_find: dbayasekara8...@students.wesleyseminary.edu -> (not found) Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: maps_find: canonical_maps: dbayasekara8...@students.wesleyseminary.edu: not found Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: match_string: students.wesleyseminary.edu ~? students.wesleyseminary.edu Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: maps_find: canonical_maps: dbayasekara8469: not found Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: maps_find: canonical_maps: @students.wesleyseminary.edu: not found Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: mail_addr_find: dbayasekara8...@students.wesleyseminary.edu -> (not found) Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: dict_ldap_lookup: In dict_ldap_lookup Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: dict_ldap_lookup: No existing connection for LDAP source /etc/postfix/ldap-aliases.cf, reopening Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: dict_ldap_connect: Connecting to server ldap://wts-studdir.wesleysem.edu:389 Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: dict_ldap_connect: Actual Protocol version used is 3. Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: dict_ldap_connect: Binding to server ldap://wts-studdir.wesleysem.edu:389 as dn cn=Manager,dc=wesleyseminary,dc=edu Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: dict_ldap_connect: Successful bind to server ldap://wts-studdir.wesleysem.edu:389 as cn=Manager,dc=wesleyseminary,dc=edu Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: dict_ldap_connect: Cached connection handle for LDAP source /etc/postfix/ldap-aliases.cf Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: dict_ldap_lookup: /etc/postfix/ldap-aliases.cf: Searching with filter (mail=dbayasekara8...@students.wesleyseminary.edu) Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: dict_ldap_get_values[1]: Search found 1 match(es) Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: dict_ldap_get_values[1]: search returned 1 value(s) for requested result attribute cn Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: dict_ldap_get_values[1]: Leaving dict_ldap_get_values Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: dict_ldap_lookup: Search returned dbayasekara8469 Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: maps_find: virtual_alias_maps: ldap:/etc/postfix/ldap-aliases.cf(0,lock|fold_fix): dbayasekara8...@students.wesleyseminary.edu = dbayasekara8469 Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: mail_addr_find: dbayasekara8...@students.wesleyseminary.edu -> dbayasekara8469 Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: smtpd_check_rewrite: trying: permit_inet_interfaces Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: permit_inet_interfaces: wts-termserver.wesleysem.edu 10.10.1.163 Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: before input_transp_cleanup: cleanup flags = enable_header_body_filter enable_automatic_bcc enable_address_mapping enable_milters Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: after input_transp_cleanup: cleanup flags = enable_header_body_filter enable_automatic_bcc enable_address_mapping Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: connect to subsystem public/cleanup Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: public/cleanup socket: wanted attribute: queue_id Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: input attribute name: queue_id Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: input attribute value: 573533220E1 Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: public/cleanup socket: wanted attribute: (list terminator) Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: input attribute name: (end) Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: send attr flags = 178 Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: 573533220E1: client=wts-termserver.wesleysem.edu[10.10.1.163] Aug 15 13:10:31 WTS-ZIMBRA postfix/smtpd[17269]: > wts-termserver.wesleysem.edu[10.10.1.163]: 250 2.1.5 Ok Aug 15 13:10:35 WTS-ZIMBRA postfix/smtpd[17269]: < wts-termserver.wesleysem.edu[10.10.1.163]: DATA Aug 15 13:10:35 WTS-ZIMBRA postfix/smtpd[17269]: > wts-termserver.wesleysem.edu[10.10.1.163]: 354 End data with <CR><LF>.<CR><LF> Aug 15 13:10:48 WTS-ZIMBRA postfix/cleanup[17285]: 573533220E1: message-id=<> Aug 15 13:10:48 WTS-ZIMBRA postfix/qmgr[17267]: 573533220E1: from=<ckoe...@wesleyseminary.edu>, size=302, nrcpt=1 (queue active) Aug 15 13:10:48 WTS-ZIMBRA postfix/smtpd[17269]: public/cleanup socket: wanted attribute: status Aug 15 13:10:48 WTS-ZIMBRA postfix/smtpd[17269]: input attribute name: status Aug 15 13:10:48 WTS-ZIMBRA postfix/smtpd[17269]: input attribute value: 0 Aug 15 13:10:48 WTS-ZIMBRA postfix/smtpd[17269]: public/cleanup socket: wanted attribute: reason Aug 15 13:10:48 WTS-ZIMBRA postfix/smtpd[17269]: input attribute name: reason Aug 15 13:10:48 WTS-ZIMBRA postfix/smtpd[17269]: input attribute value: (end) Aug 15 13:10:48 WTS-ZIMBRA postfix/smtpd[17269]: public/cleanup socket: wanted attribute: (list terminator) Aug 15 13:10:48 WTS-ZIMBRA postfix/smtpd[17269]: input attribute name: (end) Aug 15 13:10:48 WTS-ZIMBRA postfix/smtpd[17269]: > wts-termserver.wesleysem.edu[10.10.1.163]: 250 2.0.0 Ok: queued as 573533220E1 Aug 15 13:10:48 WTS-ZIMBRA postfix/smtp[17286]: 573533220E1: to=<dbayasekara8...@wts-zimbra.wesleysem.edu>, orig_to=<dbayasekara8...@students.wesleyseminary.edu>, relay=none, delay=25, delays=25/0.03/0/0, dsn=5.4.6, status=bounced (mail for wts-zimbra.wesleysem.edu loops back to myself) Aug 15 13:10:48 WTS-ZIMBRA postfix/cleanup[17285]: 9227C3220E2: message-id=<20100815171048.9227c322...@wts-zimbra.wesleysem.edu> Aug 15 13:10:48 WTS-ZIMBRA postfix/bounce[17287]: 573533220E1: sender non-delivery notification: 9227C3220E2 Aug 15 13:10:48 WTS-ZIMBRA postfix/qmgr[17267]: 9227C3220E2: from=<>, size=2390, nrcpt=1 (queue active) Aug 15 13:10:48 WTS-ZIMBRA postfix/qmgr[17267]: 573533220E1: removed Aug 15 13:10:48 WTS-ZIMBRA postfix/qmgr[17267]: 9227C3220E2: removed Aug 15 13:10:48 WTS-ZIMBRA postfix/smtp[17286]: 9227C3220E2: to=<ckoe...@wesleyseminary.edu>, relay=mail.wesleyseminary.edu[10.10.1.154]:25, delay=0.36, delays=0.05/0.01/0.01/0.29, dsn=2.6.0, status=sent (250 2.6.0 <20100815171048.9227c322...@wts-zimbra.wesleysem.edu> Queued mail for delivery) Aug 15 13:10:53 WTS-ZIMBRA postfix/smtpd[17269]: < wts-termserver.wesleysem.edu[10.10.1.163]: QUIT Aug 15 13:10:53 WTS-ZIMBRA postfix/smtpd[17269]: > wts-termserver.wesleysem.edu[10.10.1.163]: 221 2.0.0 Bye Aug 15 13:10:53 WTS-ZIMBRA postfix/smtpd[17269]: match_hostname: wts-termserver.wesleysem.edu ~? 127.0.0.0/8 Aug 15 13:10:53 WTS-ZIMBRA postfix/smtpd[17269]: match_hostaddr: 10.10.1.163 ~? 127.0.0.0/8 Aug 15 13:10:53 WTS-ZIMBRA postfix/smtpd[17269]: match_hostname: wts-termserver.wesleysem.edu ~? 10.10.1.0/24 Aug 15 13:10:53 WTS-ZIMBRA postfix/smtpd[17269]: match_hostaddr: 10.10.1.163 ~? 10.10.1.0/24 Aug 15 13:10:53 WTS-ZIMBRA postfix/smtpd[17269]: disconnect from wts-termserver.wesleysem.edu[10.10.1.163] Aug 15 13:10:53 WTS-ZIMBRA postfix/smtpd[17269]: master_notify: status 1 Aug 15 13:10:53 WTS-ZIMBRA postfix/smtpd[17269]: connection closed Aug 15 13:10:53 WTS-ZIMBRA postfix/smtpd[17269]: proxymap stream disconnect Aug 15 13:10:53 WTS-ZIMBRA postfix/smtpd[17269]: auto_clnt_close: disconnect private/tlsmgr stream Aug 15 13:10:53 WTS-ZIMBRA postfix/smtpd[17269]: rewrite stream disconnect