Steve Ankeny
2015-01-19 22:57:30 UTC
I am having trouble sending mail from Thunderbird to outside recipients.
I have no problems receiving mail or sending internally, and I have no
problems sending mail from the SOGo web interface whether inside or
outside the mail domain. I am using a Samba AD with virtual mailboxes.
Thunderbird 31.1.2, SOGo Integrator/Connector 31.0.1
Here are the contents of "postconf -n" . . .
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
config_directory = /etc/postfix
dovecot_destination_recipient_limit = 1
inet_interfaces = all
mailbox_size_limit = 0
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
myhostname = sogo.sambaAD.com
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
myorigin = $mydomain
readme_directory = no
recipient_delimiter = +
relayhost =
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated
defer_unauth_destination
smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtpd_use_tls = yes
virtual_alias_maps = ldap:/etc/postfix/ldap_aliases.cf
virtual_gid_maps = static:5000
virtual_mailbox_domains = virtual.domain.local
virtual_transport = dovecot
virtual_uid_maps = static:5000
I am using Dovecot with virtual domains (/var/vmail/user/)
I am not using SASL (mentioned in "smtpd_relay_restrictions") but I am
using STARTTLS in TB
"ldap_alias.cf" points to users in the Samba AD
Here are the relevant lines in "/var/log/mail.log" . . .
Jan 19 17:27:32 sogo postfix/master[15410]: terminating on signal 15
Jan 19 17:27:32 sogo postfix/master[15601]: daemon started -- version
2.11.0, configuration /etc/postfix
Jan 19 17:27:41 sogo postfix/smtpd[15606]: connect from
unknown[192.168.121.179]
Jan 19 17:27:41 sogo postfix/smtpd[15606]: E4E9B2102F:
client=unknown[192.168.121.179]
Jan 19 17:27:41 sogo postfix/smtpd[15606]: E4E9B2102F: reject: RCPT from
unknown[192.168.121.179]: 454 4.7.1 <***@outsidedomain.net>: Relay
access denied; from=<***@sambaAD.com> to=<***@outsidedomain.net>
proto=ESMTP helo=<[192.168.121.179]>
Jan 19 17:27:47 sogo postfix/smtpd[15606]: disconnect from
unknown[192.168.121.179]
The line that seems incongruent contains "unknown[192.168.121.179]"
which is our Windows Server.
It's as though SOGo can correctly use Postfix to send mail internally or
externally, and SOGo can correctly receive mail, but when I use
Thunderbird, it cannot recognize my the Windows Server as an "origin"
Any suggestions would be helpful. Thx.
I am working from
http://www.postfix.org/BASIC_CONFIGURATION_README.html#myorigin
I have no problems receiving mail or sending internally, and I have no
problems sending mail from the SOGo web interface whether inside or
outside the mail domain. I am using a Samba AD with virtual mailboxes.
Thunderbird 31.1.2, SOGo Integrator/Connector 31.0.1
Here are the contents of "postconf -n" . . .
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
config_directory = /etc/postfix
dovecot_destination_recipient_limit = 1
inet_interfaces = all
mailbox_size_limit = 0
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
myhostname = sogo.sambaAD.com
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
myorigin = $mydomain
readme_directory = no
recipient_delimiter = +
relayhost =
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated
defer_unauth_destination
smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtpd_use_tls = yes
virtual_alias_maps = ldap:/etc/postfix/ldap_aliases.cf
virtual_gid_maps = static:5000
virtual_mailbox_domains = virtual.domain.local
virtual_transport = dovecot
virtual_uid_maps = static:5000
I am using Dovecot with virtual domains (/var/vmail/user/)
I am not using SASL (mentioned in "smtpd_relay_restrictions") but I am
using STARTTLS in TB
"ldap_alias.cf" points to users in the Samba AD
Here are the relevant lines in "/var/log/mail.log" . . .
Jan 19 17:27:32 sogo postfix/master[15410]: terminating on signal 15
Jan 19 17:27:32 sogo postfix/master[15601]: daemon started -- version
2.11.0, configuration /etc/postfix
Jan 19 17:27:41 sogo postfix/smtpd[15606]: connect from
unknown[192.168.121.179]
Jan 19 17:27:41 sogo postfix/smtpd[15606]: E4E9B2102F:
client=unknown[192.168.121.179]
Jan 19 17:27:41 sogo postfix/smtpd[15606]: E4E9B2102F: reject: RCPT from
unknown[192.168.121.179]: 454 4.7.1 <***@outsidedomain.net>: Relay
access denied; from=<***@sambaAD.com> to=<***@outsidedomain.net>
proto=ESMTP helo=<[192.168.121.179]>
Jan 19 17:27:47 sogo postfix/smtpd[15606]: disconnect from
unknown[192.168.121.179]
The line that seems incongruent contains "unknown[192.168.121.179]"
which is our Windows Server.
It's as though SOGo can correctly use Postfix to send mail internally or
externally, and SOGo can correctly receive mail, but when I use
Thunderbird, it cannot recognize my the Windows Server as an "origin"
Any suggestions would be helpful. Thx.
I am working from
http://www.postfix.org/BASIC_CONFIGURATION_README.html#myorigin
--
***@sogo.nu
https://inverse.ca/sogo/lists
***@sogo.nu
https://inverse.ca/sogo/lists