In master.cf I have enabled port 587:
submission inet n - n - - smtpd
-o smtpd_tls_security_level=encrypt
-o smtpd_sasl_auth_enable=yes
-o
smtpd_client_restrictions=permit_sasl_authenticated,permit_mynetworks,reject
However, when I telnet, AUTH does not seem to
On 10/31/2010 01:20 PM, Janos Dohanics wrote:
In master.cf I have enabled port 587:
submission inet n - n - - smtpd
-o smtpd_tls_security_level=encrypt
-o smtpd_sasl_auth_enable=yes
-o
smtpd_client_restrictions=permit_sasl_authenticated,permit_mynetworks,re
Janos Dohanics:
> In master.cf I have enabled port 587:
>
> submission inet n - n - - smtpd
> -o smtpd_tls_security_level=encrypt
> -o smtpd_sasl_auth_enable=yes
> -o
> smtpd_client_restrictions=permit_sasl_authenticated,permit_mynetworks,reject
>
> However, wh
On our Linux RHES4.x box, I've seen a vendor issuing
"telnet localhost 25"
helo ...
subject...
... content ...
quit (or exit or end?)
to send out mails to say a yahoo addr from our Linux box.
I'll need the exact commands in a Shell script to send email
to x...@yahoo.com & y...@gmail.com with a l
On 10/31/2010 03:21 PM, sunhux G wrote:
On our Linux RHES4.x box, I've seen a vendor issuing
"telnet localhost 25"
helo ...
subject...
... content ...
quit (or exit or end?)
to send out mails to say a yahoo addr from our Linux box.
I'll need the exact commands in a Shell script to send email
Le 31/10/2010 13:20, Janos Dohanics a écrit :
In master.cf I have enabled port 587:
submission inet n - n - - smtpd
-o smtpd_tls_security_level=encrypt
-o smtpd_sasl_auth_enable=yes
-o
smtpd_client_restrictions=permit_sasl_authenticated,permit_mynetworks,re
sunhux G writes:
> On our Linux RHES4.x box, I've seen a vendor issuing
> "telnet localhost 25"
> helo ...
> subject...
> ... content ...
> quit (or exit or end?)
>
> to send out mails to say a yahoo addr from our Linux box.
>
> I'll need the exact commands in a Shell script to send email
> to x
On Sun, 31 Oct 2010 10:08:02 -0400 (EDT)
Wietse Venema wrote:
> Janos Dohanics:
> > In master.cf I have enabled port 587:
> >
> > [...]
>
> This is not a TLS connection, so your claim is invalid.
> You should instead look at the EHLO response AFTER the
> STARTTLS command.
>
> Wietse
Tha
On Sun, Oct 31, 2010 at 2:13 AM, Stan Hoeppner wrote:
> Reinaldo de Carvalho put forth on 10/30/2010 3:39 PM:
>
> > From Cyrus mailling list:
> >
> > "Now that Cyrus 2.4 has been released with a lot of the groundwork for
> > bandwidth efficient replication in place, Max is going to be working
> >