I am trying to set up auth for postfix so I can send mail to addresses
on the internet through my server. Here is the output from EHLO:
$ nc example.com 25
220 example.com ESMTP Postfix
ehlo example.com
250-example.com
250-PIPELINING
250-SIZE 1024
250-VRFY
250-ETRN
250-STARTTLS
250-ENHANCEDS
On Thu, Apr 5, 2012 at 2:29 PM, Scott Kitterman wrote:
> What documentation specifically have you been following?
>
> Scott K
Primarily http://www.postfix.org/SASL_README.html#server_dovecot and
http://www.postfix.org/SASL_README.html#server_sasl_enable
Thanks,
mwjones
On Thu, Apr 5, 2012 at 2:32 PM, Wietse Venema wrote:
> You forgot to look at all the warning messages in the mail logfile.
> http://www.postfix.org/DEBUG_README.html#logging
>
> Wietse
Good note, I forgot to mention that there were none. I've been
tailing mail.{err,info,log,warn} and ther
On Thu, Apr 5, 2012 at 2:38 PM, Noel Jones wrote:
> You've told postfix to only offer AUTH after you connect with TLS,
> either STARTTLS or via smtps. For testing, either turn this setting
> off or use
> openssl s_client -connect example.com:25 -starttls smtp
>
> There may or may not be other iss
Hello everyone,
I am trying to get postfix set up on my Debian system such that an
authenticated virtual user can send email to any public address on the
internet. All the solutions I have found while googling suggest
inflexible solutions such as adding 'gmail.com' to mydestination.
Could you ple
I have dovecot serving up imaps with virtual users delivering to a
maildir and authenticating against a flat file. Now I am trying to
get postfix to use sasl to authenticate a virtual user and allow the
virtual user to send mail to an address on the public internet via
smtps.
I recall reading in
> The common thing I'm seeing is a poor description of the problem and
> goal. :) Try to clarify, in non-technical terms, what you want.
Thanks for the reply. Here goes for the non-technical description:
For sending, I want to be able to send email through my server over an
encrypted channel usi