Upgrade programs

From The Network People, Inc. - Wiki
Jump to navigation Jump to search

In a separate terminal window, run the following two commands:

tail -F /var/log/maillog &
tail -F /var/log/mail/send/current &

See the watching logs page for more details.

Put that terminal window somewhere you can see it and keep an eye on it. While that is not expressly necessary, it is a recommended practice. You want to know if you break something before the phone starts ringing.

toaster_setup.pl -s pre
toaster_setup.pl -s ssl
toaster_setup.pl -s ucspi
toaster_setup.pl -s vpopmail
toaster_setup.pl -s qmailadmin

toaster_setup.pl -s courier  or
toaster_setup.pl -s dovecot

toaster_setup.pl -s apache (optional)
toaster_setup.pl -s webmail (optional)
toaster_setup.pl -s lighttpd (optional)

If toaster_setup.pl has any problems running, fix what it complains about and then run it again with the same parameter. It will resume and finish that section.

toaster_setup.pl -s qmail

patch info: http://www.tnpi.net/internet/mail/toaster/patches/


Courier Notes

If you are upgrading from a version of Mail::Toaster that created startup files for Courier-IMAP (v3, back when the port did not), you will need to remove both the old startup files and the symlinks to them. Go into /usr/local/etc/rc.d/ and remove anything that says pop or imap in the name. Also remove the symlinks to those files as follows:

cd /usr/local/sbin; rm imap imapssl pop3 pop3ssl


Migrating to Dovecot

If you are Migrating to Dovecot, make sure to read this page.