由 Anakin 在 07-17-2004 19:24 发表:
postfix不能收发邮件,大家帮忙看看我的main.cf
装完postfix后在本机上连自己发给自己也不行。
我是通过学校的局域网上网的,似乎没有域名,有固定ip,是不是postfix一定要域名啊?
不知道应该怎么写main.cf,贴出来大家帮我看看吧
See /usr/share/postfix/main.cf.dist for a commented, more complete version
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no
appending .domain is the MUA's job.
append_dot_mydomain = yes
Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h
myorigin = localdomain
myhostname = wm979.localdomain
mydomain = localdomain
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
mydestination = $myhostname, localhost.$mydomain, localdomain, localhost
relayhost =
mynetworks = 127.0.0.0/8
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
recipient_delimiter = +
由 Snoopy 在 07-17-2004 23:02 发表:
postfix不熟悉,看看其他兄弟能否帮到你
And then in the evening light, when the bars of freedom fall
I watch the two of you in the shadows on the wall
How in the darkness steals some of the choices from my hand
Then will I begin to under
由 redsos 在 07-18-2004 10:06 发表:
1.ntsysv 启动 pop3,postfix,然后,停止 sendmail(必须).
2.修改 /etc/postfix/main.cf 文件,内容如下:
myhos