|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: Postfix smtp auth local users
From: Hector . (hmontalvo
linuxmail.org)
Date: Wed Dec 01 2004 - 16:27:47 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Ok, but, for example, if someone know all my accounts, He can to send mail each one, for example, I did a test from other host
telnet my.postfix.com 25
250-PIPELINING
250-SIZE 10240000
250-ETRN
250-AUTH PLAIN LOGIN
250-AUTH=PLAIN LOGIN
250 8BITMIME
250-my.postfix.com
250-PIPELINING
250-SIZE 10240000
250-ETRN
250-AUTH PLAIN LOGIN
250-AUTH=PLAIN LOGIN
250 8BITMIME
mail from:ggg
my.postfix.com
250 Ok
rcpt to:ggg
my.postfix.com
250 Ok
data
354 End data with <CR><LF>.<CR><LF>
Send All mail your want
.
250 Ok: queued as 5C9C165D52
I want all mail that use my smtp server, require Auth.
Thanks!
----- Original Message -----
From: "Charles Quesenberry" <quesenberry
peak.org>
To: postfix-users
postfix.org
Subject: Re: Postfix smtp auth local users
Date: Wed, 01 Dec 2004 12:35:08 -0800
>
> On Wed, 2004-12-01 at 14:16 -0600, Hector . wrote:
> > Hello ,
> >
> > I am reading some Faq about SMTP AUTH and I have followed the
> > steps in the document, but have a problem,
> >
> > I use virtual domain in Ldap and PAM AUTH (sasl), my problem is
> > if I am a valid user (ldap user) and send a email to valid users
> > in ldap, postfix dont need AUTH, I can send email free. I was
> > looking for any mistake or directive in main.cf but dont found
> > nothing.
> >
>
> This is correct behavior.
>
> > Do you know What is happening?
> >
>
> SMTPD AUTH is used to permit relaying, i.e. sending mail to a
> destination not listed in "mydestination". Postfix will accept mail for
> your own users without requiring the sender to authenticate. Otherwise,
> every single person who wished to send you an email would be required to
> authenticate to your server (more precisely, the sending server would
> have to authenticate to your server). How would you receive messages
> from this list?
>
> But that sure would cut down on spam (and all email originating outside
> your domain). ;)
>
> Chuck
--
______________________________________________
Check out the latest SMS services
http://www.linuxmail.org
This allows you to send and receive SMS through your mailbox.
Powered by Outblaze
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]