|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Fw: (SOLVED)How to permit some hosts sending message without checking Authentication.
From: Truong Tan Son (sontt
fcv.fujitsu.com)
Date: Tue Jul 12 2005 - 21:18:03 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Dear Sir,
Very sorry about my carelessness, I solved error myself.
regards,
--
> I install postfix 2.2.4 + Cyrus 2.1 +MySQL on RH 7.3 to authen SMTP
> resquest username & password for sending message.
>
> I permit some hosts sending message without checking SASL authen but
> server
> doesn't accept
>
> There is my config:
>
> #tail -20 /etc/postfix/main.cf
> ...
> readme_directory = no
> smtpd_sasl_auth_enable = yes
> smtp_sasl_auth_enable = no
> smtpd_sasl_authenticated_header = yes
> smtpd_reject_unlisted_recipient = yes
> broken_sasl_auth_clients = yes
>
> smtp_sasl_security_options =
> smtpd_sender_login_maps = hash:/etc/postfix/login_maps
> smtpd_sender_restrictions = check_sender_access hash:/etc/postfix/access \
^^^^^^^^^^^^^^^
check_client_access
> reject_unlisted_sender,reject_sender_login_mismatch \
> reject_unauthenticated_sender_login_mismatch \
> permit_sasl_authenticated
> ...
>
>
> #/etc/postfix/access
>
> 172.16.134.21/32 OK
172.16.134.21 OK
(needless /32 )
> mail02.virtualdomain.com OK
> ..
> Error when sending mail from host:172.16.134.21
> ------------------
> Jul 13 08:28:15 mail postfix/smtpd[6704]: NOQUEUE: reject: RCPT from
> mail[127.0.
> 0.1]: 553 <user1
domain.com>: Sender address rejected: not logged in; fro
> m=<user1
domain.com> to=<user1
domain.com> proto=ESMTP helo=<172.1
> 6.134.21>
> ------------------
>
>
> What is wrong on my config ?
>
> Please help me to solve this error
>
> Thanks you and best regards,
> ----
>
>
>
>
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]