|
|
|
|
||||||
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hi,
I have postfix 2.2.10 installed with pop-before-smtp But I got error in maillog,, any incoming mail will be rejected May 24 12:46:03 localhost postfix/smtpd[14621]: connect from bay103-f26.bay103.hotmail.com[65.54.174.36] May 24 12:46:04 localhost postfix/cleanup[14629]: 01CC81A380C8: message-id=<20060524194604.01CC81A380C8@mail.cn.yyyyy.com> May 24 12:46:04 localhost postfix/qmgr[14617]: 01CC81A380C8: from=<postmaster@cn.yyyyy.com>, size=275, nrcpt=1 (queue active) May 24 12:46:10 localhost postfix/smtpd[14621]: NOQUEUE: reject: RCPT from bay103-f26.bay103.hotmail.com[65.54.174.36]: 554 <xxxx.wu@cn.yyyyy.com>: Relay access denied; from=<kingxxxxwu@hotmail.com> to=<xxxx.wu@cn.yyyyy.com> proto=ESMTP helo=<hotmail.com> May 24 12:46:10 localhost postfix/smtpd[14621]: disconnect from bay103-f26.bay103.hotmail.com[65.54.174.36] My postconf -n: alias_maps = hash:/etc/postfix/aliases broken_sasl_auth_clients = yes command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/libexec/postfix debug_peer_level = 2 home_mailbox = mail/ html_directory = no inet_interfaces = all local_recipient_maps = $alias_maps $virtual_mailbox_maps unix:passwd.byname local_transport = maildrop mail_owner = postfix mailbox_transport = maildrop mailq_path = /usr/bin/mailq.postfix manpage_directory = /usr/share/man message_size_limit = 10000000 mydomain = cn.swabplus.com myhostname = mail.cn.swabplus.com mynetworks = 127.0.0.0/8, 192.168.7.0/24 mynetworks_style = class myorigin = $mydomain newaliases_path = /usr/bin/newaliases.postfix queue_directory = /var/spool/postfix readme_directory = /usr/share/doc/postfix-2.2.2/README_FILES recipient_delimiter = + relay_domains = $mydestination, $inet_interfaces relay_recipient_maps = hash:/etc/postfix/relay_recipients sample_directory = /usr/share/doc/postfix-2.2.2/samples sendmail_path = /usr/sbin/sendmail.postfix setgid_group = postdrop smtpd_client_restrictions = permit_mynetworks reject_multi_recipient_bounce smtpd_recipient_restrictions = permit_mynetworks, reject_non_fqdn_recipient, check_client_access hash:/etc/postfix/pop-before-smtp, reject_unauth_destination, permit smtpd_sasl_auth_enable = yes smtpd_sasl_local_domain = $mydomain smtpd_sasl_security_options = noanonymous smtpd_sender_restrictions = reject_invalid_hostname reject_unlisted_sender reject_unverified_sender reject_non_fqdn_sender reject_unknown_sender_domain reject_unknown_address permit_mynetworks check_sender_access hash:/etc/postfix/sender_access transport_maps = mysql:/etc/postfix/mysql_transport.cf unknown_local_recipient_reject_code = 550 virtual_create_maildirsize = yes virtual_gid_maps = static:1000 virtual_mailbox_base = / virtual_mailbox_limit = 500000000 virtual_mailbox_limit_inbox = no virtual_mailbox_limit_maps = mysql:/etc/postfix/mysql_quota.cf virtual_mailbox_limit_override = yes virtual_mailbox_maps = mysql:/etc/postfix/mysql_virtual.cf virtual_maildir_extended = yes virtual_transport = maildrop virtual_uid_maps = static:1000 |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
Try moving your pop-before-smtp statement from the recipients restriction to the client restriction area: smtpd_client_restrictions = permit_mynetworks, check_client_access hash:/etc/postfix/pop-before-smtp, ... ... -- Greg |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
Sorry, Still same error
|
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
kingdavidwu@hotmail.com wrote:
> Sorry, Still same error Was his IP address listed in the pop-before-smtp file ? |
|
![]() |
| Outils de la discussion | |
|
|