Re: Postfix accepts mails from valid user without password

2008-08-20 Thread Ralf Hildebrandt
* mouss <[EMAIL PROTECTED]>: > R Pradeepa wrote: >> I have configured the smtpd_sender_restrictions = >> reject_sender_login_mismatch,reject_authenticated_sender_login_mismatch,reject_unauthenticated_sender_login_mismatch >> > > you only need one. The most restrictive is reject_sender_login_misma

Re: Postfix accepts mails from valid user without password

2008-08-20 Thread mouss
R Pradeepa wrote: I have configured the smtpd_sender_restrictions = reject_sender_login_mismatch,reject_authenticated_sender_login_mismatch,reject_unauthenticated_sender_login_mismatch you only need one. The most restrictive is reject_sender_login_mismatch (it rejects whether the user authen

Re: Postfix accepts mails from valid user without password

2008-08-20 Thread R Pradeepa
I have configured the smtpd_sender_restrictions = reject_sender_login_mismatch,reject_authenticated_sender_login_mismatch,reject_unauthenticated_sender_login_mismatch Still without authentication it is able to accept mailswhat is wrong in my configuration i have provided the result of post

Re: Postfix accepts mails from valid user without password

2008-08-18 Thread mouss
R Pradeepa wrote: Dear All How to blocks mails in postfix when the valid user sents mail without password. I have enable SASL in postfix, it checks when the wrong password is provided. But when the mail is sent without password, postfix accepts the mails and delivers it. you may want to t

Re: Postfix accepts mails from valid user without password

2008-08-18 Thread Sandy Drobic
R Pradeepa wrote: Dear All How to blocks mails in postfix when the valid user sents mail without password. I have enable SASL in postfix, it checks when the wrong password is provided. But when the mail is sent without password, postfix accepts the mails and delivers it. You probably are

Postfix accepts mails from valid user without password

2008-08-18 Thread R Pradeepa
Dear All How to blocks mails in postfix when the valid user sents mail without password. I have enable SASL in postfix, it checks when the wrong password is provided. But when the mail is sent without password, postfix accepts the mails and delivers it. Please Help Pradeepa