nothingelse
July 17th, 2007, 06:27 AM
Dear everybody,
Postfix had a problem. In my company, I sent mail to *@yahoo.com everything ok but i went to home i use outlook express i only sent *@domain.com no sent *@yahoo.com. postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
content_filter = scan:127.0.0.1:10026
home_mailbox = Maildir/
inet_interfaces = all
inet_protocols = ipv4
mailbox_size_limit = 0
mydestination = mail.domain.com, localhost.localdomain, , localhost, mail
myhostname = localhost
mynetworks = 127.0.0.0/8, 10.10.10.0/24
myorigin = localhost
receive_override_options = no_address_mappings
recipient_delimiter = +
smtp_tls_note_starttls_offer = yes
smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
smtp_use_tls = yes
smtpd_banner = $myhostname ESMTP $mail_name
smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject _unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain =
smtpd_sasl_security_options = noanonymous
smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
smtpd_tls_auth_only = no
smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
smtpd_tls_session_cache_timeout = 3600s
smtpd_use_tls = yes
tls_random_source = dev:/dev/urandom
virtual_alias_maps = hash:/etc/postfix/virtual
virtual_gid_maps = static:5000
virtual_mailbox_base = /home/vmail
virtual_mailbox_domains = /etc/postfix/vhosts
virtual_mailbox_maps = hash:/etc/postfix/vmaps
virtual_minimum_uid = 1000
virtual_uid_maps = static:5000
file /var/log/mail.log
Jul 17 02:15:55 localhost postfix/smtpd[12446]: NOQUEUE: reject: RCPT from unkno wn[10.10.10.1]: 554 5.7.1 <user@yahoo.com>: Relay access denied;from=<user@domain.com> to=<user@yahoo.com> proto=SMTP helo=<sptcdc8a4a5b85>
Jul 17 02:15:55 localhost postfix/smtpd[12446]: disconnect from unknown[10.10.10.1]
Sorry about not real domain. I scared spam mail.
Please troubleshoot for me. Thank you so much.
Postfix had a problem. In my company, I sent mail to *@yahoo.com everything ok but i went to home i use outlook express i only sent *@domain.com no sent *@yahoo.com. postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
content_filter = scan:127.0.0.1:10026
home_mailbox = Maildir/
inet_interfaces = all
inet_protocols = ipv4
mailbox_size_limit = 0
mydestination = mail.domain.com, localhost.localdomain, , localhost, mail
myhostname = localhost
mynetworks = 127.0.0.0/8, 10.10.10.0/24
myorigin = localhost
receive_override_options = no_address_mappings
recipient_delimiter = +
smtp_tls_note_starttls_offer = yes
smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
smtp_use_tls = yes
smtpd_banner = $myhostname ESMTP $mail_name
smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject _unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain =
smtpd_sasl_security_options = noanonymous
smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
smtpd_tls_auth_only = no
smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
smtpd_tls_session_cache_timeout = 3600s
smtpd_use_tls = yes
tls_random_source = dev:/dev/urandom
virtual_alias_maps = hash:/etc/postfix/virtual
virtual_gid_maps = static:5000
virtual_mailbox_base = /home/vmail
virtual_mailbox_domains = /etc/postfix/vhosts
virtual_mailbox_maps = hash:/etc/postfix/vmaps
virtual_minimum_uid = 1000
virtual_uid_maps = static:5000
file /var/log/mail.log
Jul 17 02:15:55 localhost postfix/smtpd[12446]: NOQUEUE: reject: RCPT from unkno wn[10.10.10.1]: 554 5.7.1 <user@yahoo.com>: Relay access denied;from=<user@domain.com> to=<user@yahoo.com> proto=SMTP helo=<sptcdc8a4a5b85>
Jul 17 02:15:55 localhost postfix/smtpd[12446]: disconnect from unknown[10.10.10.1]
Sorry about not real domain. I scared spam mail.
Please troubleshoot for me. Thank you so much.