Hi list, I am struggling to find a solution for a problem I have when relaying mails from Postfix to Exchange server 2010. The problem is that although messages are correctly sent, they do not show up in the Sent Items folder of Exchange, I have tried many options, Exchange administrators, say that should be the Postfix client to manage this. Mail relay to google apps, works perfectly instead with the same main.cf configuration.
Is there any setting I could use in my postfix configuration to manage this problem? I should say that now Exchange does not allow LOGIN as authentication mechanisms, but only GSSAPI and NTLM, but I did not notice any change for what concerns the above mentioned problem. Thanks in advance for any help. Kind regards, Simone --telnet response to mail server---- 250-SIZE 112885760 250-PIPELINING 250-DSN 250-ENHANCEDSTATUSCODES 250-STARTTLS 250-AUTH GSSAPI NTLM 250-8BITMIME 250-BINARYMIME 250 CHUNKING -------------------------------------------- -extract from my main.cf configuration file myhostname = localhost alias_maps = hash:/etc/aliases alias_database = hash:/etc/aliases mydestination = localhost.localdomain, localhost mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mailbox_size_limit = 0 recipient_delimiter = + inet_interfaces = loopback-only inet_protocols = all ########################################## ##### non debconf entries start here ##### ##### client TLS parameters ##### smtp_tls_loglevel=1 smtp_tls_security_level=encrypt smtp_sasl_auth_enable=yes smtp_sasl_password_maps=hash:/etc/postfix/sasl/passwd smtp_sasl_security_options = noanonymous smtp_sasl_mechanism_filter = LOGIN smtp_generic_maps=hash:/etc/postfix/generic relayhost=[mail-server.net]:587 ------mail.log ------- Feb 10 14:41:33 rt01-test-cag postfix/smtp[29132]: warning: mail-server.net[10.222.96.30]:587 offered no supported AUTH mechanisms: 'GSSAPI NTLM' Feb 10 14:41:33 rt01-test-cag postfix/smtp[29132]: setting up TLS connection to mail-server.net[10.222.96.30]:587 Feb 10 14:41:33 rt01-test-cag postfix/smtp[29132]: certificate verification failed for mail-server.net[10.222.96.30]:587: untrusted issuer /C=US/O=The Go Daddy Group, Inc./OU=Go Daddy Class 2 Certification Authority Feb 10 14:41:33 rt01-test-cag postfix/smtp[29132]: Untrusted TLS connection established to mail-server.net[10.222.96.30]:587: TLSv1 with cipher AES128-SHA (128/128 bits) Feb 10 14:41:35 rt01-test-cag postfix/smtp[29132]: A9A0E78B: to=<not-disclosed>, relay=mail-server.net[10.222.96.30]:587, delay=31, delays=28/0.37/2.3/0.28, dsn=2.6.0, status=sent (250 2.6.0 <20120210134132.A9A0E78B@localhost> [InternalId=2221164] Queued mail for delivery) Feb 10 14:41:35 rt01-test-cag postfix/qmgr[29127]: A9A0E78B: removed ----header of mail received----- Received: from localhost (10.222.96.6) by mhub02-pro-company.domain (10.222.96.32) with Microsoft SMTP Server (TLS) id 14.1.355.2; Fri, 10 Feb 2012 14:41:01 +0100 Received: by localhost (Postfix, from userid 0) id A9A0E78B; Fri, 10 Feb 2012 14:41:32 +0100 (CET) From: <sender> Subject: hello Message-ID: <20120210134132.A9A0E78B@localhost> Date: Fri, 10 Feb 2012 14:41:05 +0100 To: undisclosed-recipients:; MIME-Version: 1.0 Content-Type: text/plain Return-Path: recipient X-MS-Exchange-Organization-AuthSource: mhub02-pro-company.domain X-MS-Exchange-Organization-AuthAs: Anonymou