postfix不能够用outlook接受邮件
时间:2008-10-09
来源:互联网
我配置postfix后,将smtp和imap配置好后,用telnet的方式发信和收信都是可以的。
也可以用其它的邮件比如hotmail来发信,但是不能够用outlook收信,请问是什么问题,main.cf的内容如下:
1 # See /usr/share/postfix/main.cf.dist for a commented, more complete ver sion
2
3
4 # Debian specific: Specifying a file name will cause the first
5 # line of that file to be used as the name. The Debian default
6 # is /etc/mailname.
7 #myorigin = /etc/mailname
8
9 smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
10 biff = no
11
12 # appending .domain is the MUA's job.
13 append_dot_mydomain = no
14
15 # Uncomment the next line to generate "delayed mail" warnings
16 #delay_warning_time = 4h
17
18 readme_directory = no
19
20 # TLS parameters
21 smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
22 smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
23 smtpd_use_tls=yes
"/etc/postfix/main.cf" 51L, 1688C
1 # See /usr/share/postfix/main.cf.dist for a commented, more complete version
2
3
4 # Debian specific: Specifying a file name will cause the first
5 # line of that file to be used as the name. The Debian default
6 # is /etc/mailname.
7 #myorigin = /etc/mailname
8
9 smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
10 biff = no
11
12 # appending .domain is the MUA's job.
13 append_dot_mydomain = no
14
15 # Uncomment the next line to generate "delayed mail" warnings
16 #delay_warning_time = 4h
17
18 readme_directory = no
19
20 # TLS parameters
21 smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
22 smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
23 smtpd_use_tls=yes
24 smtpd_tls_session_cache_database = btree{data_directory}/smtpd_scache=700) window.open('http://linux.chinaunix.net/bbs/images/smilies/shy.gif');" onload="if(this.offsetWidth>'700')this.width='700';if(this.offsetHeight>'700')this.height='700';" >
25 smtp_tls_session_cache_database = btree{data_directory}/smtp_scache=700) window.open('http://linux.chinaunix.net/bbs/images/smilies/shy.gif');" onload="if(this.offsetWidth>'700')this.width='700';if(this.offsetHeight>'700')this.height='700';" >
26
27 # See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
28 # information on enabling SSL in the smtp client.
29
30 myhostname = www.kikacn.com
31 alias_maps = hash:/etc/aliases
32 alias_database = hash:/etc/aliases
33 mydestination = www.kikacn.com, kikacn.com, www.kikacn.net,kikacn.net, localhost.kikacn.com, localhost.kikacn.net, localhost
34 relayhost =
35 mynetworks = 127.0.0.0/8
36 mailbox_command = procmail -a "$EXTENSION"
37 mailbox_size_limit = 0
38 recipient_delimiter = +
39 inet_interfaces = all
40 inet_protocols = all
41 myorigin = /etc/mailname
42 smtpd_sasl_local_domain =
43 smtpd_sasl_auth_enable = yes
44 smtpd_sasl_security_opti**** = noanonymous
45 broken_sasl_auth_clients = yes
46 smtpd_recipient_restricti**** = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination
47
48 home_mailbox=Maildir/
49 smtpd_tls_received_header = yes
50 smtpd_tls_session_cache_timeout = 3600s
51 tls_random_source = dev:/dev/urandom
请问该如何解决。谢谢。
也可以用其它的邮件比如hotmail来发信,但是不能够用outlook收信,请问是什么问题,main.cf的内容如下:
1 # See /usr/share/postfix/main.cf.dist for a commented, more complete ver sion
2
3
4 # Debian specific: Specifying a file name will cause the first
5 # line of that file to be used as the name. The Debian default
6 # is /etc/mailname.
7 #myorigin = /etc/mailname
8
9 smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
10 biff = no
11
12 # appending .domain is the MUA's job.
13 append_dot_mydomain = no
14
15 # Uncomment the next line to generate "delayed mail" warnings
16 #delay_warning_time = 4h
17
18 readme_directory = no
19
20 # TLS parameters
21 smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
22 smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
23 smtpd_use_tls=yes
"/etc/postfix/main.cf" 51L, 1688C
1 # See /usr/share/postfix/main.cf.dist for a commented, more complete version
2
3
4 # Debian specific: Specifying a file name will cause the first
5 # line of that file to be used as the name. The Debian default
6 # is /etc/mailname.
7 #myorigin = /etc/mailname
8
9 smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
10 biff = no
11
12 # appending .domain is the MUA's job.
13 append_dot_mydomain = no
14
15 # Uncomment the next line to generate "delayed mail" warnings
16 #delay_warning_time = 4h
17
18 readme_directory = no
19
20 # TLS parameters
21 smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
22 smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
23 smtpd_use_tls=yes
24 smtpd_tls_session_cache_database = btree{data_directory}/smtpd_scache=700) window.open('http://linux.chinaunix.net/bbs/images/smilies/shy.gif');" onload="if(this.offsetWidth>'700')this.width='700';if(this.offsetHeight>'700')this.height='700';" >
25 smtp_tls_session_cache_database = btree{data_directory}/smtp_scache=700) window.open('http://linux.chinaunix.net/bbs/images/smilies/shy.gif');" onload="if(this.offsetWidth>'700')this.width='700';if(this.offsetHeight>'700')this.height='700';" >
26
27 # See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
28 # information on enabling SSL in the smtp client.
29
30 myhostname = www.kikacn.com
31 alias_maps = hash:/etc/aliases
32 alias_database = hash:/etc/aliases
33 mydestination = www.kikacn.com, kikacn.com, www.kikacn.net,kikacn.net, localhost.kikacn.com, localhost.kikacn.net, localhost
34 relayhost =
35 mynetworks = 127.0.0.0/8
36 mailbox_command = procmail -a "$EXTENSION"
37 mailbox_size_limit = 0
38 recipient_delimiter = +
39 inet_interfaces = all
40 inet_protocols = all
41 myorigin = /etc/mailname
42 smtpd_sasl_local_domain =
43 smtpd_sasl_auth_enable = yes
44 smtpd_sasl_security_opti**** = noanonymous
45 broken_sasl_auth_clients = yes
46 smtpd_recipient_restricti**** = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination
47
48 home_mailbox=Maildir/
49 smtpd_tls_received_header = yes
50 smtpd_tls_session_cache_timeout = 3600s
51 tls_random_source = dev:/dev/urandom
请问该如何解决。谢谢。
作者: fglive 发布时间: 2008-10-09
一派胡言,postfix是标准的邮件服务器,还有一个就是qmail了,都是标准的smtp,pop3,imap,怎么会不能接收和发送呢。自己安装肯定有问题
作者: chujian 发布时间: 2008-10-30
postfix是支持IMAP和SMTP的。你的postfix设置不正确,有些软件包安装不全。
作者: afericazebra 发布时间: 2008-10-30
相关阅读 更多
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28