- 已加入
- 3/22/06
- 訊息
- 618
- 互動分數
- 0
- 點數
- 16
最近剛架好的mail server
是freebsd6.2 stable+openwebmail+apache22+php5+mysql組起來的
過濾信件則是使用nopam+clamav
但是用openwebmail寄信時
信都會被退回
並且寫說
This is the mail system at host xxx.xxx.xxx.edu.tw
I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.
For further assistance, please send mail to postmaster.
If you do so, please include this problem report. You can
delete your own text from the attached returned message.
The mail system
<xxx@xxx.xxx.xxx.edu.tw>: Host or domain name not found. Name service
error for name=localhost type=A: Host not found
Final-Recipient: rfc822; xxx@xxx.xxx.xxx.edu.tw
Original-Recipient: rfc822;xxx@xxx.xxx.xxx.edu.tw
Action: failed
Status: 5.4.4
Diagnostic-Code: X-Postfix; Host or domain name not found. Name service error
for name=localhost type=A: Host not found
而且由於是配合nopam但是只需要將一個地方關閉
就不會出現這訊息
但是關閉之後nopam似乎就不會啟動
關閉的關閉postfix裡
main.cf檔案中的
#content_filter = smtp:[localhost]:10024
master.cf檔案中的
#127.0.0.1:10023 inet n - - - - smtpd
#-o content_filter= -o local_recipient_maps= -o myhostname=localhost
所有的收信跟寄信都在同一台主機上
nopam跟clamav也在同主機上面
都只有在一台主機上實現功能
DNS也有加上別名
但不知道為什麼會有上面那文件出現
是freebsd6.2 stable+openwebmail+apache22+php5+mysql組起來的
過濾信件則是使用nopam+clamav
但是用openwebmail寄信時
信都會被退回
並且寫說
This is the mail system at host xxx.xxx.xxx.edu.tw
I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.
For further assistance, please send mail to postmaster.
If you do so, please include this problem report. You can
delete your own text from the attached returned message.
The mail system
<xxx@xxx.xxx.xxx.edu.tw>: Host or domain name not found. Name service
error for name=localhost type=A: Host not found
Final-Recipient: rfc822; xxx@xxx.xxx.xxx.edu.tw
Original-Recipient: rfc822;xxx@xxx.xxx.xxx.edu.tw
Action: failed
Status: 5.4.4
Diagnostic-Code: X-Postfix; Host or domain name not found. Name service error
for name=localhost type=A: Host not found
而且由於是配合nopam但是只需要將一個地方關閉
就不會出現這訊息
但是關閉之後nopam似乎就不會啟動
關閉的關閉postfix裡
main.cf檔案中的
#content_filter = smtp:[localhost]:10024
master.cf檔案中的
#127.0.0.1:10023 inet n - - - - smtpd
#-o content_filter= -o local_recipient_maps= -o myhostname=localhost
所有的收信跟寄信都在同一台主機上
nopam跟clamav也在同主機上面
都只有在一台主機上實現功能
DNS也有加上別名
但不知道為什麼會有上面那文件出現