Where Mailwizz configuration file located?
Mailwizz configuration file located at apps/common/config/main-custom.php When you migrate a MailWizz installation, you need to update this file and change Database credentials.…
Mailwizz configuration file located at apps/common/config/main-custom.php When you migrate a MailWizz installation, you need to update this file and change Database credentials.…
To find the Zimbra version, log in to the server using SSH, then run the following commands. Switch to the user “zimbra”…
To flush the mail queue, run the command Force another queue run Force another queue run and attempt to flush the frozen…
Exchange admin center URL https://admin.cloud.microsoft/exchange#/homepage Login to webmail https://outlook.office365.com Admin Area https://admin.microsoft.com Domain DNS settings (MX/SPF) https://admin.microsoft.com/Adminportal/Home#/Domains SPF record for Microsoft 365…
Add message to footer of outgoing mails. Edit config/defaults.inc.php Add $config[‘generic_message_footer’] = ‘message_footer.txt’; $config[‘generic_message_footer_html’] = ‘message_footer.txt’; Now in root folder of roundcube,…
Edit config/main.inc.php Find // Set identities access level: // 0 – many identities with possibility to edit all params // 1 -…
To enable debug mode in roundcube webmail, edit file /config/main.inc.php Update the vairable $rcmail_config[‘imap_debug’] See Roundcube
Roundcube Webmail Logs in Cpanel Server Enable debug mode in Roundcube webmail Roundcube disable multiple identities Roundcube add generic message in footer
Install the requirments yum install unzip net-tools telnet git gdb -y If you already have a mail server remove it. yum remove…
To test PowerMTA using telnet, run telnet localhost 25 Now paste following content ehlo localhost mail from: admin@smtp1.serverok.in rcpt to: you@your-domain.com data…
To setup IP rotation in PowerMTA, configure multiple IP on the server. Setup rDNS for each of these IP, point a sub…
If you want to route emils from PowerMTA though another SMTP server, you can use following config. In this example, all outgoing…