How to configure Send Mail with VMA Emailer

How to configure Send Mail with VMA Emailer

Find out more about Send Mail settings for VMA Emailer.

To properly send authentication requests to VMA Emailer servers Send Mail requires libsasl. The saslauthd server daemon is not required unless you plan to receive authentication requests to the same server.
Set the authorization credentials in /etc/mail/access

Some may need to installcyrus-sasl-plain order to avoid authentication issues. We have not validated this requirement, so please make sure your system administrators, Ops, and/or InfoSec people approve this change before you make it!

AuthInfo:smtp.elasticemail.com "U:yourUserName" "P:yourPassword" "M:PLAIN"

Define the Smart Host in /etc/mail/elasticemail.mc You should add these lines just after the commented “#dnl define(‘SMART_HOST', ‘smtp.your.provider')dnl” line in the file:

define(`SMART_HOST', `smtp.elasticemail.com')dnl 

FEATURE(`access_db')dnl

define(`RELAY_MAILER_ARGS', `TCP $h 587')dnl

define(`ESMTP_MAILER_ARGS', `TCP $h 587')dnl

Update sendmail.cf and access.db files:
(You will need to run these commands as ‘su' or ‘root')

$ cd /etc/mail 

$ m4 sendmail.mc >sendmail.cf

$ makemap hash access < access

On older distros, you can run restart Send Mail like so:

$ /etc/init.d/sendmail restart

If, however, you're using a newer version, do the following to restart:

$ service sendmail restart
    • Related Articles

    • How to configure Mautic with VMA Emailer

      Learn how to configure Mautic software with VMA Emailer. In order to send emails via VMA Emailer servers while using Mautic software - you will need to properly configure your Mautic. Navigate to Email Settings under Configuration panel inside Mautic ...
    • How to configure Sendy with VMA Emailer

      Find out more about configuring Sendy with VMA Emailer. If this is the first time you're setting up Sendy with VMA Emailer you need to click the Add New Brand button. You can enter the necessary company details in the New Brand section. SMTP ...
    • How to configure Thunderbird with VMA Emailer

      Learn more about how to send mail using Thunderbird. To send mail using Thunderbird you need to modify your outgoing server settings in Thunderbird accordingly. Additionally, you can modify settings in Thunderbird that will allow you to include a ...
    • How to properly configure Microsoft IIS 7.5 with VMA Emailer

      Windows 2008 R2 runs IIS version 7.5 and ASP.NET script that sends an email. If you use SSL/TLS, you will need separate configuration. First what you'll need to configure is IIS in order to support VMA Emailer integration. This documentation assumes ...
    • How to configure Exchange 2010 with VMA Emailer

      VMA Emailer offers this documentation to put simply the fundamental of SMTP connection with Exchange Management console. This documentation assumes that Exchange 2010 is outlined for client access. This way you will not encounter any error messages ...