我的服务器运行ubuntu服务器10.04与后缀dovecot(IMAP,IMAPs)PAM-LDAP(opends)。
我公司的用户想在自己的笔记本电脑上查看并发送自己的thunderbird邮件,这时候我的服务器只提供本地检查和发送,当他们来自公司外时,他们必须login到webmail。 他们可以检查外部的电子邮件,但他们不能发送..错误是中继访问被拒绝!
我的问题是如何configuration邮件服务器的authentication用户可以通过电子邮件客户端软件如Thunderbird / Evolution发送和接收来自内部和外部。
先谢谢了!
smtpd_recipient_restrictions = check_sender_access hash:/ etc / postfix / maps / access-allowed-outside-senders,reject_unknown_recipient_domain,reject_non_fqdn_recipient,reject_unauth_pipelining,permit_mynetworks,reject_unauth_destination,reject
/ etc / postfix / maps / access-allowed-outside-senders:[email protected]确定
这样,[email protected]被允许在你的域外发送邮件,即使他不在你的networking中。
您应该configurationSMTP AUTH。 阅读这个 ,你可以从那里开始。