search for: 283b2cmdccdu

Displaying 2 results from an estimated 2 matches for "283b2cmdccdu".

2019 Mar 03
2
migrating/cloning 2.2 > 2.3?
I have 2.2 installation on Centos 7, and, I'm trying to setup a new server, and, 'clone' existing setup: Dovecot/Postfix/Mysql on new Centos 7 installed from RPM 2.3.4.1 (3c0b8769e) I then copied/overwrote from old to new /etc/dovecot/*.conf (but not conf.d files), created self certs in place of old server certs and, started Dovecot is that totally dumb, and, how should I do this,
2019 Mar 03
0
migrating/cloning 2.2 > 2.3?
...You can generate it with: dd if=/var/lib/doveco t/ssl-parameters.dat bs=1 skip=88 | openssl dhparam -inform der > /etc/dovecot/d h.pem Mar 03 16:23:57 imap-login: Info: Login: user=<voytek at sbt.net.au>, method=PLAIN, rip=110.175.246.167, lip=103.106.168.106, mpid=2757, TLS, session=<283B2CmDccdu r/an> I'll do the dh.pem next //these are SQL mods I've done ALTER TABLE mailbox ADD COLUMN enableimaptls TINYINT(1) NOT NULL DEFAULT 1; ALTER TABLE mailbox ADD INDEX (enableimaptls); ALTER TABLE mailbox ADD COLUMN enablepop3tls TINYINT(1) NOT NULL DEFAULT 1; ALTER TABLE mailbox ADD I...