Re: TLS not being advertised or not running?

2010-07-14 Thread Ralf Hildebrandt
* Theodore Durst tdu...@durstmedia.com:
  I think I have a configuration issue, but it looks like a strange one
 on this end. Before going line by line, I thought I would throw this out
 to the list.
 
 I am attempting to set up postfix (send only) with TLS support. TLS was
 compiled in and postfix does run, it does send mail in the clear.
 However, we need it to send via TLS. I am wondering if there is a line
 in main.cf that tells postfix to advertis/offer TLS authentication that
 is not set. Is there a command to ask postfix if TLS is running?

postconf -n

-- 
Ralf Hildebrandt
  Geschäftsbereich IT | Abteilung Netzwerk
  Charité - Universitätsmedizin Berlin
  Campus Benjamin Franklin
  Hindenburgdamm 30 | D-12203 Berlin
  Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
  ralf.hildebra...@charite.de | http://www.charite.de



Re: TLS not being advertised or not running?

2010-07-14 Thread markus reichelt
* Theodore Durst tdu...@durstmedia.com wrote:

 Any hints?

When I started I found this quite useful: 

http://souptonuts.sourceforge.net/postfix_tutorial.html

-- 
left blank, right bald


pgpQO8XkJLp9C.pgp
Description: PGP signature


Re: TLS not being advertised or not running?

2010-07-14 Thread Jerry
On Wed, 14 Jul 2010 20:09:37 +0200
markus reichelt m...@mareichelt.com articulated:


 When I started I found this quite useful: 
 
 http://souptonuts.sourceforge.net/postfix_tutorial.html

The tutorial, while useful, is nevertheless dated.

-- 
Jerry ✌
postfix-u...@seibercom.net

_
TO REPORT A PROBLEM see http://www.postfix.org/DEBUG_README.html#mail
TO (UN)SUBSCRIBE see http://www.postfix.org/lists.html

If I were to walk on water, the press would say I'm only doing it
because I can't swim.


Bob Stanfield


signature.asc
Description: PGP signature


Re: TLS not being advertised or not running?

2010-07-14 Thread Jeroen Geilman


On 07/14/2010 08:09 PM, markus reichelt wrote:

* Theodore Dursttdu...@durstmedia.com  wrote:

   

Any hints?
 

When I started I found this quite useful:

http://souptonuts.sourceforge.net/postfix_tutorial.html

   


Please stick to the actual documentation, to avoid misunderstandings : 
http://www.postfix.org/TLS_README.html



J.



Re: TLS not being advertised or not running?

2010-07-14 Thread Noel Jones

On 7/14/2010 1:02 PM, Theodore Durst wrote:

  I think I have a configuration issue, but it looks like a strange one
on this end. Before going line by line, I thought I would throw this out
to the list.

I am attempting to set up postfix (send only) with TLS support. TLS was
compiled in and postfix does run, it does send mail in the clear.
However, we need it to send via TLS. I am wondering if there is a line
in main.cf that tells postfix to advertis/offer TLS authentication that
is not set. Is there a command to ask postfix if TLS is running?


The sending site doesn't offer/advertise TLS; only the 
receiving site can do that.


Your sending site won't initiate TLS if the receiver doesn't 
offer it.  Also note that some network security devices, 
notably PIX, will interfere with TLS and other SMTP features.


If the command
# postconf smtp_tls_security_level
shows anything other than unknown parameter, then TLS 
support is compiled into postfix.





Like I said above, this sounds like something is amiss with one of the
config files, but I am not sure where to look.

Any hints?



Here's the docs for enabling TLS while sending mail:
http://www.postfix.org/TLS_README.html#client_tls
http://www.postfix.org/TLS_README.html#client_tls_levels
http://www.postfix.org/postconf.5.html#smtp_tls_security_level



  -- Noel  Jones