Hi,
Noticed the ./config provides the following options for openssl:
--with-libssl='/usr/lib/openssl-1.0' \
--with-cflags='-I/usr/include/openssl-1.0'
What I could not figure from the man pages or wiki or the source package
is whether that tells smptd only the path to the openssl libraries on
th
Hi,
been looking for guidance on PAM authentication. The spread is rather
thin/sparse when searching the net for [ opensmtpd pam ] and basically
boils down to
https://github.com/OpenSMTPD/OpenSMTPD/issues/712.
Another hint appears to be [ compile ] from the source package:
[ --with-auth-pam=SERV
On Jul 31, 2018 5:54 AM, ѽ҉ᶬḳ℠ wrote:
>
> > listen on eth0 inet4 port 587 smtps hostname mail mask-source tag lan
> >
> >
> > Either you trimmed this config line or you're missing "auth". Otherwise I
> > suspect you're running without authentication.
>
>
> Uhum well, is there no PAM authenticati
> listen on eth0 inet4 port 587 smtps hostname mail mask-source tag lan
>
>
> Either you trimmed this config line or you're missing "auth". Otherwise I
> suspect you're running without authentication.
Uhum well, is there no PAM authentication? I was under the impression
that it gets PAM authenti
On Jul 31, 2018 1:54 AM, Reio Remma wrote:
>
> On 31.07.18 6:43, ѽ҉ᶬḳ℠ wrote:
> >> From cli it is a different ip. Just add a relay via dkim to the line in
> >>question then and see if that works.
> >>
> > So it is but why makes that difference considering the directives -
> > particularly the [
On 31.07.18 10:11, ѽ҉ᶬḳ℠ wrote:
From cli it is a different ip. Just add a relay via dkim to the
line in question then and see if that works.
So it is but why makes that difference considering the directives -
particularly the [ any ] part should cover any (as in 172.25.120.2 for
instance), or
>>> From cli it is a different ip. Just add a relay via dkim to the
>>> line in question then and see if that works.
>>>
>> So it is but why makes that difference considering the directives -
>> particularly the [ any ] part should cover any (as in 172.25.120.2 for
>> instance), or should it not?