User Tools

Site Tools


internet:hosting:virtualmin_spam_filter_providers

Virtualmin Spam Filter Providers

Virtualmin → <domain> → Server Configuration → E-Mail Settings → Cloud mail filtering provider

Add a New Provider

Edit feature-mail.pl:

vim /usr/share/webmin/virtual-server/feature-mail.pl

For a new provider, add something like this under list_cloud_mail_providers (near the bottom):

         { 'name' => 'Mail Assure',
           'url' => 'https://www.solarwindsmsp.com/products/mail',
           'id' => 0,
           'mx' => [ 'mx1.mtaroutes.com',
                     'mx2.mtaroutes.com', ],
         },

Then restart the webmin service:

service webmin restart
internet/hosting/virtualmin_spam_filter_providers.txt · Last modified: 2024/02/23 16:14 by gcooper