Hi to all. I have two servers, in one Zimbra and in another Postfix. I want that zimbra use that postfix to send and receive. It seems working because im receiving mails and sending mails, I doubt if the mails are coming out of zimbra or postfix
zimbra : 192.168.1.120 This is the log from postfix. Nov 6 09:51:50 postfix postfix/smtpd[6820]: connect from email.mydomain.org.ar[192.168.1.120] Nov 6 09:51:50 postfix postfix/smtpd[6820]: EE376AFC12: client=email.mydomain.org.ar[192.168.1.120] Nov 6 09:51:50 postfix postfix/cleanup[6824]: EE376AFC12: message-id=<1420352300.140.1509972711518.javamail.zim...@mydomain.org.ar> Nov 6 09:51:50 postfix postfix/qmgr[6818]: EE376AFC12: from=<ad...@mydomain.org.ar>, size=1200, nrcpt=1 (queue active) Nov 6 09:51:50 postfix postfix/smtpd[6820]: disconnect from email.mydomain.org.ar[192.168.1.120] Nov 6 09:51:51 postfix postfix/smtp[6825]: EE376AFC12: to=<pablo...@gmail.com>, relay=192.168.1.120[192.168.1.120]:25, delay=0.1, delays=0.02/0.01/0/0.07, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as B03E9411809E) Nov 6 09:51:51 postfix postfix/qmgr[6818]: EE376AFC12: removed Nov 6 09:52:45 postfix postfix/smtpd[6820]: connect from mail-pg0-f53.google.com[74.125.83.53] Nov 6 09:52:45 postfix postfix/smtpd[6820]: B5B82AFC12: client=mail-pg0-f53.google.com[74.125.83.53] Nov 6 09:52:45 postfix postfix/cleanup[6824]: B5B82AFC12: message-id=<CAMU5q3cPe5p-mH=-ku=p_9oro9bmvohk9nxsn+8jgejzdeq...@mail.gmail.com> Nov 6 09:52:45 postfix postfix/qmgr[6818]: B5B82AFC12: from=<pablo...@gmail.com>, size=3576, nrcpt=1 (queue active) Nov 6 09:52:45 postfix postfix/smtp[6829]: B5B82AFC12: to=<ad...@mydomain.org.ar>, relay=192.168.1.120[192.168.1.120]:25, delay=0.23, delays=0.19/0.01/0/0.03, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 984DF41180B4) Nov 6 09:52:45 postfix postfix/qmgr[6818]: B5B82AFC12: removed Nov 6 09:52:46 postfix postfix/smtpd[6820]: disconnect from mail-pg0-f53.google.com[74.125.83.53] (END) This is working as i want?? I mean Zimbra using the external postfix to send and receive mails??? Postconf -n broken_sasl_auth_clients = yes command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/libexec/postfix data_directory = /var/lib/postfix debug_peer_level = 2 debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $daemon_directory/$process_name $process_id & sleep 5 html_directory = no inet_interfaces = all inet_protocols = all mail_owner = postfix mailq_path = /usr/bin/mailq.postfix manpage_directory = /usr/share/man mydomain = mydomain.org.ar myhostname = postfix.mydomain.org.ar mynetworks = mydomain.org.ar myorigin = $mydomain newaliases_path = /usr/bin/newaliases.postfix queue_directory = /var/spool/postfix readme_directory = /usr/share/doc/postfix-2.10.1/README_FILES relay_domains = mydomain.org.ar relayhost = 192.168.1.120 sample_directory = /usr/share/doc/postfix-2.10.1/samples sendmail_path = /usr/sbin/sendmail.postfix setgid_group = postdrop smtpd_banner = $myhostname ESMTP $mail_name ($mail_version) smtpd_recipient_restrictions = permit_mynetworks,permit_sasl_authenticated,reject_unauth_destination smtpd_sasl_auth_enable = yes smtpd_sasl_local_domain = mydomain.org.ar smtpd_sasl_path = /etc/sasl2/smtpd.conf smtpd_sasl_security_options = noanonymous unknown_local_recipient_reject_code = 550 Thanks to all!!!!!!! -- Sent from: http://postfix.1071664.n5.nabble.com/Postfix-Users-f2.html