On Thu, Oct 11, 2012 at 10:53:09AM +0200, Reindl Harald wrote:
> Am 11.10.2012 10:40, schrieb Frank Bonnet:
> > I would like to set up a small auxiliary mail server.
> > 
> > I would like it use STARTTLS + SASL AUTH to send
> > and SMTP without STARTTLS to receive emails.
> > 
> > Do I have to use
> > 
> > smtp_use_tls = yes
> > 
> > and
> > 
> > smtpd_use_tls = no
> 
> smtp_* is always the smtp-client of your server
> delivering messages to MX of the RCPT
> 
> smtpd_* is your smtpd

And both of those are deprecated. smtp_use_tls is replaced by 
smtp_tls_security_level, and smtpd_tls_security_level replaced 
smtpd_use_tls.

http://www.postfix.org/TLS_README.html

As for the real question, the OP has not adequately described the 
problem and goal, so we can't help with that.
-- 
  http://rob0.nodns4.us/ -- system administration and consulting
  Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

Reply via email to