※ 引述《asho (阿信)》之铭言:
> 请问各位朋友,小弟在自己的Debian机器上架设postfix-tls
> 此postfix是支援cyrus-sasl的,而在设定上
> 小弟的方法如下
> 编辑/etc/postfix/main.cf
> ### SASL support
> # server
> smtpd_sasl_auth_enable = yes
> smtpd_sasl_local_domain = $myhostname
> smtpd_recipient_restrictions = permit_sasl_authenticated,
> permit_mynetworks,check_relay_domains
> smtpd_sasl_security_options = noanonymous
> broken_sasl_auth_clients = yes
> # client
> smtp_sasl_auth_enable = yes

  不需要这个,除非你要让外寄的信件能够使用 auth smtp 通过
  对方 mail server 认证才可以把信件寄到对方,这时候才需要
  smtp_sasl_auth_enable = yes。另外若是开启该项目,还需要
  另外设定对方主机名称,包含使用者帐号与密码,以便于知道
  寄到那一台主机时,要使用通过认证的帐号密码资讯。

--
※ Origin: SayYA 资讯站 <bbs.sayya.org> 
◆ From: localhost

-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

-- 
| This message was re-posted from [email protected]
| and converted from big5 to gb2312 by an automatic gateway.


回复