Re: SMTP commands Auth

2012-03-18 Thread /dev/rob0
On Sun, Mar 18, 2012 at 06:51:03PM +, Rachid Abdelkhalak wrote: > On Sun, 18 Mar 2012, Reindl Harald wrote: > >Am 18.03.2012 19:27, schrieb Rachid Abdelkhalak: > If it's not possible, Is there any additional filters can i > apply authenticate users trying to use SMTP Commands to send

Re: SMTP commands Auth

2012-03-18 Thread Reindl Harald
Am 18.03.2012 19:51, schrieb Rachid Abdelkhalak: >> you are NOT prompted if the RCPT is in your own domains >> this is because you are not try to relay >> that way mail delivery works from other MTA's > > The RCPT is not in my domain. > > For example, if i connect to my server > > telnet myser

Re: SMTP commands Auth

2012-03-18 Thread Rachid Abdelkhalak
On Sun, 18 Mar 2012, Reindl Harald wrote: Am 18.03.2012 19:27, schrieb Rachid Abdelkhalak: If it's not possible, Is there any additional filters can i apply authenticate users trying to use SMTP Commands to send emails from the server using Telnet port 25? there is simply no differnce bet

Re: SMTP commands Auth

2012-03-18 Thread Patrick Ben Koetter
* Rachid Abdelkhalak : > Can i force users to SMTP-Auth when they use SMTP commands (Telnet > 25 port of my server) to send emails from my domain? Yes, you can. The SASL_README mentions filters around smtpd_sender_login_maps. Also, if you can, you may simply split incoming and ougoing traffic by

Re: SMTP commands Auth

2012-03-18 Thread Reindl Harald
Am 18.03.2012 19:27, schrieb Rachid Abdelkhalak: >>> If it's not possible, Is there any additional filters can i apply >>> authenticate users trying to use SMTP Commands to >>> send emails from the server using Telnet port 25? >> >> there is simply no differnce between telnet and any other MUA >

Re: SMTP commands Auth

2012-03-18 Thread Rachid Abdelkhalak
On Sun, 18 Mar 2012, Reindl Harald wrote: Am 18.03.2012 19:14, schrieb Rachid Abdelkhalak: Hello List, Can i force users to SMTP-Auth when they use SMTP commands (Telnet 25 port of my server) to send emails from my domain? If it's not possible, Is there any additional filters can i appl

Re: SMTP commands Auth

2012-03-18 Thread Reindl Harald
Am 18.03.2012 19:14, schrieb Rachid Abdelkhalak: > > Hello List, > > Can i force users to SMTP-Auth when they use SMTP commands (Telnet 25 port of > my server) to send emails from my > domain? > > If it's not possible, Is there any additional filters can i apply > authenticate users trying t

SMTP commands Auth

2012-03-18 Thread Rachid Abdelkhalak
Hello List, Can i force users to SMTP-Auth when they use SMTP commands (Telnet 25 port of my server) to send emails from my domain? If it's not possible, Is there any additional filters can i apply authenticate users trying to use SMTP Commands to send emails from the server using Telnet po