ich such mich DUMM und Dämmmlich

Ich muss drigend einen Server Umzug machen, dafür nutze ich das Tool IMAPCOPY ^^
Leider habe ich ein Problem mit TLS Zwang!
Wo kann ich das Abschalten ? Ja nur Temporär ....
Danke für eure Hilfe ...
Code: Select all
apt-get install stunnel
Code: Select all
stunnel -c -f -d 1143 -r 127.0.0.1:993 -P ''
stunnel -c -f -d 1144 -r REMOTE-ADRESSE:993 -P ''
Code: Select all
## Server
SourceServer localhost
SourcePort 1143
DestServer localhost
DestPort 1144
DenyFlags "\Recent"
## Acounts
Copy USER-ALT PW-ALT USER-NEU PW-NEU
Code: Select all
## Dovecot configuration file
##
## This file was generated by KeyHelp.
## Do not modify this file due it may be may be overridden by future releases
## You can use 'additional_custom.conf' for your own configuration
##
## debug
#auth_debug=yes
#mail_debug=yes
## available protocols
protocols = imap pop3 lmtp sieve
## listen for connections on all IPv4 & IPv6 interfaces
listen = *, [::]
## ssl settings
ssl = no
ssl_cert = </etc/ssl/keyhelp/mail.pem
ssl_key = </etc/ssl/keyhelp/mail.pem
ssl_ca = </etc/ssl/keyhelp/mail-ca.crt
ssl_protocols = !SSLv2 !SSLv3
## authentication processes
auth_mechanisms = login plain
disable_plaintext_auth = no