[pfx] TLS handshaking: SSL_accept() failed: error:0A000412:SSL routines::sslv3 alert bad certificate: SSL alert number 42

2024-11-10 Thread Scott K via Postfix-users
My mail server stopped working with this error:

TLS handshaking: SSL_accept() failed: error:0A000412:SSL routines::sslv3
alert bad certificate: SSL alert number 42
___
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org


[pfx] Postfix not listening?

2025-01-12 Thread Scott K via Postfix-users
I was told that postfix isn't listening on my mail server at
mail.servicemouse.com
___
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org


[pfx] Re: Postfix not listening?

2025-01-12 Thread Scott K via Postfix-users
Yes they're open then

On Sun, Jan 12, 2025 at 9:27 AM Jack Raats  wrote:

> Oep. Type error. Yes indeed port 465
>
> Gr.,
> Jack Raats
>
>
> Op 12-01-2025 om 12:16 schreef Scott K:
>
> Not 464 Did you mean 465?
>
> On Sun, Jan 12, 2025 at 5:44 AM Jack Raats via Postfix-users <
> postfix-users@postfix.org> wrote:
>
>> Port 25, 464 and 587 open on your firewall?
>>
>> Greetings!
>> Jack Raats
>>
>> Op 12-01-2025 om 11:29 schreef Gary R. Schmidt via Postfix-users:
>> > On 12/1/25 21:19, Scott K via Postfix-users wrote:
>> >> I was told that postfix isn't listening on my mail server at
>> >> mail.servicemouse.com <http://mail.servicemouse.com>
>> >>
>> > Yep.
>> >
>> > $ telnet mail.servicemouse.com 25
>> > Trying 45.79.79.188...
>> > telnet: Unable to connect to remote host: Connection refused
>> >
>> > What's in yer logs...
>> >
>> > Cheers,
>> > GaryB-)
>> > ___
>> > Postfix-users mailing list -- postfix-users@postfix.org
>> > To unsubscribe send an email to postfix-users-le...@postfix.org
>> ___
>> Postfix-users mailing list -- postfix-users@postfix.org
>> To unsubscribe send an email to postfix-users-le...@postfix.org
>>
>
___
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org


[pfx] Postfix with Dovecot which should be listening on port 587?

2025-01-12 Thread Scott K via Postfix-users
Postfix with Dovecot which should be listening on port 587?
___
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org


[pfx] Thunderbird says certificate is self signed

2025-01-12 Thread Scott K via Postfix-users
>From my main.cf:
smtpd_tls_security_level=may
smtpd_tls_cert_file=/etc/letsencrypt/live/
mail.servicemouse.com/fullchain.pem
smtpd_tls_key_file=/etc/letsencrypt/live/mail.servicemouse.com/privkey.pem
#smtp_tls_CApath=/etc/ssl/certs
smtpd_tls_CApath=/etc/letsencrypt/live/mail.servicemouse.com
smtp_tls_security_level=may
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
___
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org


[pfx] Re: Postfix with Dovecot which should be listening on port 587?

2025-01-13 Thread Scott K via Postfix-users
Yes, Dovecot should be listening on port 587 if using "submission" service
After I read that I tried uncommenting the submission line in master.cf but
then Postfix wouldn't start so I commented it out again and restarted
Postfix The last of these problems doesn't show in the log just Thunderbird
says it couldn't connect to the relay server and I should check to make
sure my email address is correct

On Sun, Jan 12, 2025 at 6:06 PM Tomasz Pala via Postfix-users <
postfix-users@postfix.org> wrote:

> On 2025-01-12 20:59, Scott K via Postfix-users wrote:
> > Postfix with Dovecot which should be listening on port 587?
>
> Let your admin decide, both require a lot of understanding and
> configuration to match system requirements.
> Both have comprehensive docs, covering most important aspects
> (SASL/AUTH, subsystems, milters, sieves etc.)
>
> If you start SMTP server before you're familiar with that you'll
> probably end up being open relay harming yourself and entire net,
> so until you're ready just keep you firewall selective.
> ___
> Postfix-users mailing list -- postfix-users@postfix.org
> To unsubscribe send an email to postfix-users-le...@postfix.org
>
___
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org


[pfx] Re: root user on Linux?

2025-01-14 Thread Scott K via Postfix-users
Thanks

On Tue, Jan 14, 2025 at 9:59 AM Bill Cole via Postfix-users <
postfix-users@postfix.org> wrote:

> On 2025-01-14 at 09:30:03 UTC-0500 (Tue, 14 Jan 2025 09:30:03 -0500)
> Scott K via Postfix-users 
> is rumored to have said:
>
> > I was watching mail being delivered to root in my log so I decided to try
> > to create a root account in my email client but I wasn't able to, I was
> > getting username password error
>
> Dovecot has a setting for the minimum UID for a user specifically to
> prevent email access for root and other system role accounts. Typically one
> would redirect root mail with an alias to some real user.
>
>
> --
> Bill Cole
> ___
> Postfix-users mailing list -- postfix-users@postfix.org
> To unsubscribe send an email to postfix-users-le...@postfix.org
>
___
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org


[pfx] Re: root user on Linux?

2025-01-14 Thread Scott K via Postfix-users
That's what I thought but forgot thanks

On Tue, Jan 14, 2025 at 9:59 AM Bill Cole via Postfix-users <
postfix-users@postfix.org> wrote:

> On 2025-01-14 at 09:30:03 UTC-0500 (Tue, 14 Jan 2025 09:30:03 -0500)
> Scott K via Postfix-users 
> is rumored to have said:
>
> > I was watching mail being delivered to root in my log so I decided to try
> > to create a root account in my email client but I wasn't able to, I was
> > getting username password error
>
> Dovecot has a setting for the minimum UID for a user specifically to
> prevent email access for root and other system role accounts. Typically one
> would redirect root mail with an alias to some real user.
>
>
> --
> Bill Cole
> ___
> Postfix-users mailing list -- postfix-users@postfix.org
> To unsubscribe send an email to postfix-users-le...@postfix.org
>
___
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org


[pfx] Re: Postfix with Dovecot which should be listening on port 587?

2025-01-14 Thread Scott K via Postfix-users
So after I disable Dovecot submission (by renaming
/etc/dovecot/protocols.d/submissiond.protocol to
submission.protocol.renamed) will Postfix then listen on 587 automatically?
It was previously said that Dovecot was listening on 587 and Postfix
listening on 25

On Tue, Jan 14, 2025 at 1:59 AM Tomasz Pala via Postfix-users <
postfix-users@postfix.org> wrote:

> On 2025-01-14 05:38, Peter via Postfix-users wrote:
> >
> > Dovecot submission is just a proxy, it still has to pass the submitted
> > message to postfix so there is little reason to use dovecot submission
> > unless you need BURL support.  Note that if you don't know what BURL is
> > then you don't need it and aren't using it.
>
> Side note: when relaying between own servers (of any kind) avoid using
> standard port (up to 1024/net.ipv4.ip_unprivileged_port_start) and bind
> to some local/interconnect socket only (127/8 or dedicated VLAN/VxLAN).
> ___
> Postfix-users mailing list -- postfix-users@postfix.org
> To unsubscribe send an email to postfix-users-le...@postfix.org
>
___
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org


[pfx] root user on Linux?

2025-01-14 Thread Scott K via Postfix-users
I was watching mail being delivered to root in my log so I decided to try
to create a root account in my email client but I wasn't able to, I was
getting username password error
___
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org