Re: [qmailtoaster] Talk_faster_next_time

2024-02-11 Thread Jeff Koch

Thanks Remo - I'll give it a try.   Jeff

On 2/11/2024 1:55 PM, Remo Mattei wrote:
My guess is lookup try to add or change dns server or put something in 
the host file see what happen.


--
Sent from iPhone

On sabato, feb 10, 2024 at 19:53, Jeff Koch
 wrote:
Hi List:

Maybe you can advise on this.

I am sending an email with a 23MB attachment from one QMT
mailserver to another. Both QMT server are on the same AWS
network. However, the email gets deferred with:

21:03:30.201449500 starting delivery 513699: msg 397530692

21:04:10.328736500 delivery 513699:

deferral:..failed_after_I_sent_the_message./Remote_host_said:_421_Tim
eout._Talk_faster_next_time./


Any idea what I should look at? It's only 40 seconds from the
start of the delivery to the 'Timeout'.

Spamdyke timeout settings on the receiving server:

idle-timeout-secs=30
connection-timeout-secs=1800

Thanks,  Jeff Koch



Re: [qmailtoaster] Authentication on new qmailtoaster

2024-02-11 Thread Eric Broch
cat /etc/letsencrypt/live/'fqdn'/privkey.pem 
/etc/letsencrypt/live/'fqdn'/fullchain.pem > ./servercert.pem


On 2/11/2024 2:05 PM, Eric Broch wrote:
cat /etc/letsencrypt/live/m/privkey.pem 
/etc/letsencrypt/live/'fqdn'/fullchain.pem > ./servercert.pem


-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] Authentication on new qmailtoaster

2024-02-11 Thread Eric Broch

My Thunderbird settings for Rocky9

IMAP (993)

SMTP (465)


QMT settings

 cat /etc/letsencrypt/live/micahbrochtalk.com/privkey.pem 
/etc/letsencrypt/live/'fqdn'/fullchain.pem > ./servercert.pem


cp servercert.pem /var/qmail/control


Dovecot settings

ssl = yes
ssl_cert=

-BEGIN DH PARAMETERS-
MIICCAKCAgEA1svzhAmfaIgJ8HSZQvqSAeCPG00qBDZT4XscLNullh4Ns4/P/3bV
1kyhjRddfwuQzSN1K+OmfMgMKTTG3BkE2hwNWX8vf3thGaJykbEO4e6DmigrT7pS
yBn0ArP7AhDx+k2gHaAboNmclDN3HeDRoq53Ub3o5vK3JaCXMcQKldX5ELo/Iofo
vRiKcuah+cU/HEWMmB45cbeqC3SvzInB4z6xJb9ngYlyleYB6KIQHpe/UPEpwR8e
YZlOB96MHJoOcNs1jsBmuqB+0qexMfYMwN4o6sM9PQHbdynvvvH8qX19D0XLNYxN
2IQRfl8BrxCezOVVFZNdIfLgzUYEZxJJ3VBuPzn+S1aAODzDkc3McyD3UnOh0dnD
VgmZfnuY/G3ptV2i/mpTOjEUw7Gof6P9rToPLVJJelokYuEB/RYtjV5NV6jody0+
lJgL9lu3hB2oOnlquimKyYt19v+pjprGqnFtu/SZBq0b3H+TfR5Xx5T03n64FoPl
Jgj9agqJUzhidMMGrVhmPw+uBKQZ0TuF8/o/lc8/fmdSXq1bQPEkROgREvXi12qa
+R4SDFg6nFXaqmlmBnn+WWCaSJ3Dc+MHNXWBWbm0nVWlzEsyV8N1URnYwAi+cYJK
EmWTU0nMe8INaPjrzGjr2CbX3hW5AB8LXZjKJ6JxWyRW9SfBtpoCudsCAQI=
-END DH PARAMETERS-




Check Dovecot & SMTPS log, tail -f 'log'


Eric


On 2/11/2024 12:54 PM, Peter Peterse wrote:

Hi list,

On my new mail server AlmaLinux 9.2 the authentication doesn't work.

While trying to get the message from my server thunderbird reply

The incommingserver (IMAP) mymailserver.example.com does not seem to 
support encrypted passwords. If you just set up the account, try 
changing the 'Authentication method' in 'Account settings | Outgoing 
server (SMTP)' to 'Normal password'.


I've migrate the server with the procedure described on 
http://www.qmailtoaster.com/migrate.html


Did I've done something wrong?

When I change my configuration in Thunderbird so that it uses 
plaintext passwords it looks like it works, but than all my users 
needs to change there configfiles.


Thanks for helping me.

Regards,

Peter



-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com


[qmailtoaster] Authentication on new qmailtoaster

2024-02-11 Thread Peter Peterse

Hi list,

On my new mail server AlmaLinux 9.2 the authentication doesn't work.

While trying to get the message from my server thunderbird reply

The incommingserver (IMAP) mymailserver.example.com does not seem to 
support encrypted passwords. If you just set up the account, try 
changing the 'Authentication method' in 'Account settings | Outgoing 
server (SMTP)' to 'Normal password'.


I've migrate the server with the procedure described on 
http://www.qmailtoaster.com/migrate.html


Did I've done something wrong?

When I change my configuration in Thunderbird so that it uses plaintext 
passwords it looks like it works, but than all my users needs to change 
there configfiles.


Thanks for helping me.

Regards,

Peter



-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] Talk_faster_next_time

2024-02-11 Thread Remo Mattei
My guess is lookup try to add or change dns server or put something in the host 
file see what happen.

--
Sent from iPhone

> On sabato, feb 10, 2024 at 19:53, Jeff Koch  (mailto:jeffk...@intersessions.com)> wrote:
> Hi List:
>
> Maybe you can advise on this.
>
> I am sending an email with a 23MB attachment from one QMT mailserver to 
> another. Both QMT server are on the same AWS network. However, the email gets 
> deferred with:
>
> 21:03:30.201449500 starting delivery 513699: msg 397530692
>
> 21:04:10.328736500 delivery 513699: 
> deferral:..failed_after_I_sent_the_message./Remote_host_said:_421_Tim
> eout._Talk_faster_next_time./
>
>
> Any idea what I should look at? It's only 40 seconds from the start of the 
> delivery to the 'Timeout'.
>
> Spamdyke timeout settings on the receiving server:
>
> idle-timeout-secs=30
> connection-timeout-secs=1800
>
> Thanks, Jeff Koch