Ssmtp Adding Aritic Mail as an SMTP relay for ssmtp is easy. Edit /etc/ssmtp/ssmtp.conf and add the following: 1 2 3 4 mailhub=mail.ariticmail.com:25 AuthUser=ariticmailusername AuthPass=ariticmailpassword UseSTARTTLS=YES Your changes will come into effect as soon as the next message is sent ..
Category : Integrate Mail Servers with Aritic Mail
Microsoft IIS 7.5 This document was written using Windows Server 2008 R2 running IIS version 7.5 and ASP.NET scripting technology for sending email. If you require SSL/TLS, you will need to configure those elements separately. IIS 7.5 Configuration Before you get going, you’ll need to set up IIS in order to support Aritic Mail integration. ..
Exim 4 Versions of Exim prior to the current major release are considered obsolete. If you are using Exim 3.x or earlier it is suggested by the Exim development team that you upgrade to the current release. The following configuration file, which can be found at /etc/exim4/update-exim4.conf.conf, was pulled from Ubuntu Server 10.x and is ..
Exchange 2010 If your organization is using Microsoft’s Exchange 2010 for email services, this document outlines the basics required in order to use Aritic Mail for SMTP. This requires the configuration of a send connector in the Exchange Management Console. This documentation assumes that you already have a working installation of Exchange 2010 that is configured ..
Sendmail requires libsasl in order to properly send authentication requests to Aritic Mail servers. The saslauthd server daemon is not required unless you plan to receive authentication requests to the same server. For more information on configuring sendmail for SASL support, check the official documentation. Set the authorization credentials in /etc/mail/access We have had reports ..
Qmail does not come with SMTP authentication functionality installed. However, you can add the netqmail TLS+SMTPauth patch. Alternately, you can take a look at Fehcom’s very complete description of authentication on mail servers, or just jump down to the section about configuring SMTPAUTH for qmail. In general, you will need to add the following to ..
Updating the Postfix configuration to use AriticMail as a relay host is easy. For more advanced configuration scenarios, you’ll need to refer to the Postfix documentation. Some implementations of Postfix only allow passwords to contain letters and numbers, meaning you may need to ensure your AriticMail password is only alphanumeric. Find your Postfix config file, ..