Vconvert Backend: Difference between revisions
Jump to navigation
Jump to search
m (Ebroch moved page Migrate Backend to Vconvert Backend) |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
''' | [[Migrate|Back]] | ||
'''Migrate''' | |||
[[EL7_to_EL_8_or_9|Instructions]] | |||
1) On destination host | |||
# Convert vpasswd files to mysql vpopmail db, aliases must be handled manually | # Convert vpasswd files to mysql vpopmail db, aliases must be handled manually | ||
/home/vpopmail/bin/vconvert -c -m | /home/vpopmail/bin/vconvert -c -m | ||
Line 11: | Line 9: | ||
2) In place conversion* | 2) In place conversion* | ||
# qmailctl stop && systemctl stop dovecot | # qmailctl stop && systemctl stop dovecot | ||
# yum install -y yum-utils | # yum install -y yum-utils |
Latest revision as of 18:40, 16 June 2025
Migrate Instructions
1) On destination host # Convert vpasswd files to mysql vpopmail db, aliases must be handled manually /home/vpopmail/bin/vconvert -c -m qmailctl cdb && qmailctl start && sleep 2s && systemctl start dovecot && toaststat
2) In place conversion* # qmailctl stop && systemctl stop dovecot # yum install -y yum-utils # yum-config-manager --enable qmt-current # yum reinstall qmail qmailadmin dovecot* ezmlm* vpopmail vqadmin # /home/vpopmail/bin/vconvert -c -m # qmailctl start && sleep 2s && systemctl start dovecot && toaststat * Aliases must be done manually. Will convert to many domain format if vpopamil was compiled with this option
Questions, comments, suggestions, corrections...contact Eric on the QMT list