|
From: Rob M. <rob...@gm...> - 2009-09-09 15:39:48
|
On Wed, Sep 9, 2009 at 13:04, Gerard<ge...@se...> wrote:
> fetchmail release 6.3.11+RPA+SDPS+SSL+OPIE+NLS.
>
> I have a questing regarding Fetchmail with Postfix.
>
> If I have the following entry in the Postfix 'main.cf'
>
> smtpd_tls_security_level = encrypt
>
> Fetchmail will fail with this error message in the log file:
>
> fetchmail: SMTP error: 530 5.7.0 Must issue a STARTTLS command first
> fetchmail: SMTP server requires STARTTLS, keeping message.
> fetchmail: not flushed
>
> However, if I use this in the postfix 'main.cf' file fetchmail does not
> complain.
>
> smtpd_tls_security_level = may
>
> I want to enforce mandatory authentication on the server. Is there
> anyway to make Fetchmail work in that environment?
For authentication you want SASL - TLS, unless you're issuing and
validating client certificates, is not about authentication.
That said, I do not believe that Fetchmail supports authentication to
the SMTP server. You should consider not requiring it for loopback
and then configuring fetchmail to use that interface to talk to
postfix.
--
Please keep list traffic on the list.
Rob MacGregor
Whoever fights monsters should see to it that in the process he
doesn't become a monster. Friedrich Nietzsche
|