Results 1 to 1 of 1
HI,
I have on my RH a postfix version 2.1.5-2.3
I have for some malformed domains the message in maillog :
warning: Illegal address syntax from localhost[127.0.0.1] in RCPT command: ...
- 12-23-2008 #1Just Joined!
- Join Date
- Dec 2008
- Posts
- 1
Postfix - Warning illegal....
HI,
I have on my RH a postfix version 2.1.5-2.3
I have for some malformed domains the message in maillog :
warning: Illegal address syntax from localhost[127.0.0.1] in RCPT command: [EMAIL PROTECTED]/C=
This malformed domain (/C=) bloked Lotus Notes (broken routing)...
Is-it normal ?
I test the parameter :strict_rfc821_envelopes but nothing
Have you an idea ???
Best regards
Thanks a lot
David FR
Postfix configuration :
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
smtpd_banner = $myhostname ESMTP $mail_name
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
append_at_myorigin = no
# Base de données des alias
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
# Informations d'identificaton du serveur
myhostname = mail.domain.eu
mydestination =$myhostname localhost
# Restriction de relay pour le réseau interne
mynetworks = 127.0.0.0/8 w.x.y.z/16
# Limites de réception
message_size_limit = 10485760
smtpd_error_sleep_time = 1s
smtpd_soft_error_limit = 10
smtpd_hard_error_limit = 20
# Ré-écriture d'adresses
masquerade_domains = domain.eu
masquerade_exceptions = root admin
# Livraisons locales
mail_spool_directory = /var/spool/mail/
# Relai de mail
relay_domains = domain.eu
relay_recipient_maps = hash:/etc/postfix/relay_recipients ldap:ldapdominomail ldap:ldapdominouid ldap:ldapdominomailall ldap:ldapdominouidall
transport_maps = hash:/etc/postfix/transport
# Restrictions anti-spam
smtpd_helo_required = yes
smtpd_sender_restrictions = check_sender_access hash:/etc/postfix/sender_access, reject_non_fqdn_sender
smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination, reject_unauth_pipelining
smtpd_data_restrictions = reject_unauth_pipelining
# Recherche LDAP dans Domino
ldapdominomail_server_host = server
ldapdominomail_search_base = OU=test, O=test1
ldapdominomail_scope = sub
ldapdominomail_query_filter = mail=%s
ldapdominomail_result_attribute = mail
ldapdominomail_bind_dn = ldap
ldapdominomail_bind_pw = pwd
ldapdominouid_server_host = server
ldapdominouid_search_base = OU=test, O=test1
ldapdominouid_scope = sub
ldapdominouid_query_filter = uid=%s
ldapdominouid_result_attribute = mail
ldapdominouid_bind_dn = ldap
ldapdominouid_bind_pw = pwd
ldapdominomailall_server_host = server
ldapdominomailall_search_base =
ldapdominomailall_scope = sub
ldapdominomailall_query_filter = mail=%s
ldapdominomailall_result_attribute = mail
ldapdominomailall_bind_dn = ldap
ldapdominomailall_bind_pw = pwd
ldapdominouidall_server_host = server
ldapdominouidall_search_base =
ldapdominouidall_scope = sub
ldapdominouidall_query_filter = uid=%s
ldapdominouidall_result_attribute = mail
ldapdominouidall_bind_dn = ldap
ldapdominouidall_bind_pw = pwd
virtual_alias_maps = hash:/etc/postfix/virtual
recipient_delimiter =
proxy_interfaces = w.x.y.z
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
inet_interfaces = all


Reply With Quote
