Install the postfix mail server using the following command $ apt-get install postfix In case you want to use MySQL for accounts storage, use the following command. (Remember MySQL should already be installed and configured) $ apt-get install postfix-mysql (Not required for HC9 or HC10). To configure postfix to run on server boot, use the following command $ update-rc.d postfix defaults To run the postfix mail server service, run the following command $ service postfix start To install dovecot imap/pop3 server, use following commands $ apt-get install dovecot-common $ apt-get install dovecot-imapd $ apt-get install dovecot-pop3d To configure Dovecot to run on server boot use the following command $ update-rc.d dovecot defaults To run the dovecot service use the following command $ service dovecot start In case you want to use SMTP-AUTH, use the following command $ apt-get install sasl2-bin
Trouble logging in? Simply enter your email address OR username in order to reset your password.
For faster and more reliable delivery, add support@hostingcontroller.com to your trusted senders list in your email software.