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
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Reselling overview

Learn more about how to resell the Elastic Email service to your own clients. One of the great...

How do the shared IPs work

Your new VMA Emailer account is configured to send mail via free shared IP pools. These IP pools...

How to change your account's credentials

Modification of account's profile information You have the ability to change your account's...

How to configure Exchange 2010 with VMA Emailer

VMA Emailer offers this documentation to put simply the fundamental of SMTP connection with...

How to configure Outlook with VMA Emailer

These are the step by step procedures to add an SMTP server to an existing Outlook 2016 setup....