Search All content
1. Postfix & Dovecot Mail Agent in tutorial Amazon Web Services - AWS EC2 - Ubuntu 14.04 Linux Server
Installation and configuration of Postfix MTA (Mail Transfer Agent) on AWS EC2 - Ubuntu instance. Postfix is used as a SMTP server for sending emails. Other Mail Transport Agent (MTA) Servers: Sendmail, Postfix, Qmail, Exim ...
Permission(PGU):447, Lang:EnglishCreated:2015-06-25 04:46:08, Modified:2015-06-26 09:45:10, Status:in work, Version:1.0
2. OpenDKIM in tutorial Amazon Web Services - AWS EC2 - Ubuntu 14.04 Linux Server
OpenDKIM Configure OpenDKIM Configure Postfix Configure BIND Tests 1. CONFIGURE OpenDKIM If our sent email doesn't have DKIM signature it wi...
Permission(PGU):447, Lang:EnglishCreated:2015-06-26 10:15:57, Modified:2015-06-26 17:47:17, Status:in work, Version:1.0
3. Postfix Configuration in tutorial Amazon Web Services - AWS EC2 - Ubuntu 14.04 Linux Server
CONFIGURE Postfix # vim /etc/postfix/main.cf smtpd_milters = inet:127.0.0.1:8891...
Permission(PGU):447, Lang:EnglishCreated:2015-06-26 14:49:27, Modified:2015-06-26 16:04:32, Status:in work, Version:1.0
4. Bind 9 Configuration in tutorial Amazon Web Services - AWS EC2 - Ubuntu 14.04 Linux Server
CONFIGURE BIND9 Get the DKIM key info # cat /etc/opendkim/keys/mikosofter.net/default.txt default._domainkey IN TXT ( "v=DKIM1; k=rsa; "
Permission(PGU):447, Lang:EnglishCreated:2015-06-26 14:50:41, Modified:2015-06-26 16:05:33, Status:in work, Version:1.0
5. Shell script to associate DKIM to domain in tutorial Amazon Web Services - AWS EC2 - Ubuntu 14.04 Linux Server
#! /bin/bash#This script is adding DKIM key to domain## Usage: $source /etc/opendkim/bin/dkim2domain.sh############################################echo "This script will add DKIM key to DNS zone file (/etc/bind/db.domai...
Permission(PGU):447, Lang:EnglishCreated:2015-06-27 07:44:16, Modified:2015-06-27 08:43:56, Status:in work, Version:1.0