WIKI使用導(dǎo)航
站長百科導(dǎo)航
站長專題
- 網(wǎng)站推廣
- 網(wǎng)站程序
- 網(wǎng)站賺錢
- 虛擬主機
- cPanel
- 網(wǎng)址導(dǎo)航專題
- 云計算
- 微博營銷
- 虛擬主機管理系統(tǒng)
- 開放平臺
- WIKI程序與應(yīng)用
- 美國十大主機
編輯“CentOS/SMTP服務(wù)器的構(gòu)建”
該編輯可以被撤銷。 請檢查下面的對比以核實您想要撤銷的內(nèi)容,然后發(fā)布下面的更改以完成撤銷。
最后版本 | 您的文本 | ||
第126行: | 第126行: | ||
smtpd_sasl_local_domain = $myhostname ← 指定SMTP認證的本地域名(主機名) | smtpd_sasl_local_domain = $myhostname ← 指定SMTP認證的本地域名(主機名) | ||
smtpd_sasl_security_options = noanonymous ← 不允許匿名的方式認證 | smtpd_sasl_security_options = noanonymous ← 不允許匿名的方式認證 | ||
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, ? | smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination ? | ||
reject_unauth_destination ? | |||
message_size_limit = 15728640 ← 規(guī)定郵件最大尺寸為15MB</pre> | message_size_limit = 15728640 ← 規(guī)定郵件最大尺寸為15MB</pre> | ||
第189行: | 第188行: | ||
2 /usr/sbin/sendmail.postfix | 2 /usr/sbin/sendmail.postfix | ||
Enter to keep the current selection[+], or type selection number: 2 ← | Enter to keep the current selection[+], or type selection number: 2 ← 在這里輸入2,使Postfix成為默認MTA</pre> | ||
==啟動相應(yīng)服務(wù)== | ==啟動相應(yīng)服務(wù)== |