Setting Up Mail Server Operation for CentOS Web Panel Web Hosting Control Panel on Amazon AWS Cloud
Turritopsis Dohrnii Teo En Ming <[email protected]> Tue, 25 Feb 2020 14:26:20 +0000
| Newsgroups | gmane.linux.lfs.general |
|---|---|
| Message-ID | <SG2PR01MB2141356C4CCBE2A213ABF68487ED0@SG2PR01MB2141.apcprd01.prod.exchangelabs.com> |
--===============1462865320864585905==
Content-Language: en-US
Content-Type: multipart/alternative;
boundary="_000_SG2PR01MB2141356C4CCBE2A213ABF68487ED0SG2PR01MB2141apcp_"
--_000_SG2PR01MB2141356C4CCBE2A213ABF68487ED0SG2PR01MB2141apcp_
Content-Type: text/plain; charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable
Subject: Setting Up Mail Server Operation for CentOS Web Panel Web Hosting =
Control Panel on Amazon AWS Cloud
Author: Mr. Turritopsis Dohrnii Teo En Ming, Singapore
Date: 25 Feb 2020 Tuesday
PREREQUISITES
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Before embarking on this guide, you should read the following guide first.
Guide: Mr. Teo En Ming's Guide to Deploying CentOS Web Panel (CWP) Web Host=
ing Control Panel on Amazon AWS Cloud
Redundant blog links:
[1] https://tdtemcerts.blogspot.com/2020/02/mr-teo-en-mings-guide-to-deploy=
ing.html
[2] https://tdtemcerts.wordpress.com/2020/02/23/mr-teo-en-mings-guide-to-de=
ploying-centos-web-panel-cwp-web-hosting-control-panel-on-amazon-aws-cloud/
EXTREMELY DETAILED INSTRUCTIONS OF TEO EN MING'S GUIDE
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
Teo En Ming's DNS Zone File for domain teo-en-ming.com on Primary DNS Serve=
r
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D
$TTL 300
@ IN SOA ns1.teo-en-ming.com. ceo.teo-en-ming.com. (
2020022502 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
; name servers - NS records
IN NS ns1.teo-en-ming.com.
IN NS ns2.teo-en-ming.com.
; mail servers - MX records
IN MX 0 mail.teo-en-ming.com.
; name servers - A records
ns1.teo-en-ming.com. IN A 13.58.253.162
ns2.teo-en-ming.com. IN A 3.20.186.205
; mail servers - A records
mail.teo-en-ming.com. IN A 3.21.30.127
; Additional A records
www.teo-en-ming.com. IN A 3.21.30.127
teo-en-ming.com. IN A 3.21.30.127
; Sender Policy Framework (SPF) TXT records
teo-en-ming.com. IN TXT "v=3Dspf1 ip4:3.21.30.127 -all"
=3D=3D=3DEOF=3D=3D=3D
REFERENCE
=3D=3D=3D=3D=3D=3D=3D=3D=3D
Guide: Mail Exchange Record (MX)
Link: https://www.zytrax.com/books/dns/ch8/mx.html
REFERENCE
=3D=3D=3D=3D=3D=3D=3D=3D=3D
Guide: How To: Lowering Your DNS TTLs
Link: https://www.liquidweb.com/kb/how-to-lowering-your-dns-ttls/
REFERENCE
=3D=3D=3D=3D=3D=3D=3D=3D=3D
Discussion: Postfix: =93Connection timed out=94 on all outbound email [clos=
ed]
Link: https://serverfault.com/questions/585503/postfix-connection-timed-out=
-on-all-outbound-email
QUOTE:
"For anyone who found this question but is on AWS EC2: outgoing SMTP intent=
ionally rate limited, but you can ask to have it relaxed."
REFERENCE
=3D=3D=3D=3D=3D=3D=3D=3D=3D
Discussion: Intermittent exim gmail smtp connection timeout
Link: https://forums.cpanel.net/threads/intermittent-exim-gmail-smtp-connec=
tion-timeout.523911/
QUOTE:
"Just an update for anyone with a similar issue - with some fresh eyes and =
some more googling it sounds like this may be caused by some SMTP rate limi=
tations built into the AWS EC2 network as Spam prevention.
They have a form to register to remove outgoing smtp connection limitations=
here:
https://aws.amazon.com/forms/ec2-email-limit-rdns-request
I've submitted and will update if this resolves the issues I was seeing."
QUOTE:
"Amazon SMTP traffic management indeed seems to have been the cause. Within=
a couple of hours of filling out the above form, I got an email confirmati=
on from AWS that "traffic restrictions had been removed" and normal functio=
n resumed immediately.
Confusing the matters is that this SMTP traffic management is not documente=
d well (and sometimes with contradicting information). It does not appear t=
o be a hard cap limit, nor does it trigger any notification when it's appli=
ed - it actually appears to be a *throttle* on common SMTP ports, triggered=
by a very small number of connections, beyond which it allows a certain nu=
mber of connections per/hour - which would absolutely create the kind of "i=
ntermittent" connectivity issues I saw (and the odd delivery order of mail =
in the queue depending on when a retry "won the lottery" to negotiate a con=
nection).
Anyway - I hope that info is of some use to others in the future!"
REFERENCE
=3D=3D=3D=3D=3D=3D=3D=3D=3D
Guide: Installing Telnet In CentOS/RHEL/Scientific Linux 6 & 7
Link: https://www.unixmen.com/installing-telnet-centosrhelscientific-linux-=
6-7/
Amazon Web Services' Reply to Teo En Ming
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Hello,
We approved your request for the removal of the EC2 email sending limitatio=
ns on your Amazon Web Services account! If you requested removal of email s=
ending limits on any other Amazon Elastic IPs, they've also been removed.
Because reverse DNS record entries are commonly considered in anti-spam fil=
ters, we recommend assigning a reverse DNS record to the Elastic IP address=
you use to send email to third parties. Please use the form located at thi=
s link to request a reverse DNS entry:
https://aws-portal.amazon.com/gp/aws/html-forms-controller/contactus/ec2-em=
ail-limit-rdns-request
If you'd like to proceed with assigning a reverse DNS record to the Elastic=
IP, the first step would be to configure the A record for the domain to ma=
tch the desired PTR record on your side.
Please follow the instructions at the link below to create the A record:
https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resource-record-s=
ets-creating.html
Please let us know if you have any questions.
Regards,
Amazon Web Services
REFERENCE
=3D=3D=3D=3D=3D=3D=3D=3D=3D
Guide: How to create an SPF TXT record?
Link: https://www.dmarcanalyzer.com/spf/how-to-create-an-spf-txt-record/
REFERENCE
=3D=3D=3D=3D=3D=3D=3D=3D=3D
Guide: Linux BIND DNS Configure Sender Policy Framework ( SPF ) an e-mail A=
nti Forgery System
Link: https://www.cyberciti.biz/faq/howto-bind-djbdns-spf-antispam-dns-conf=
iguration/
Creating New User Account in CentOS Web Panel
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Login to CentOS Web Panel Admin Panel.
From the left menu, click on User Accounts, then select New Account.
Domain name: teo-en-ming.com
Username:
Password:
Admin Email:
Server IPs:
Package: Default
Reseller: Not checked
Inode: 0
Process limit: 40
Open files: 150
Backup user account: checked
Shell Access: Disabled by default for security reasons: Unchecked
AutoSSL: Domain must be pointed to the server: Unchecked
Click Create.
Setting Up New Email Account
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
Login to CentOS Web Panel User Panel.
From the left menu, click Email Accounts, then click Email Accounts.
Click Add a New MailBox.
Email Address: [email protected]
Password:
Quota MB: 16000
Click Add.
Using Your New Email Account
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
Login to Roundcube Webmail.
Click Settings.
From the left menu, click Identities, then click [email protected]
Display Name: Turritopsis Dohrnii Teo En Ming
Click Save.
Congratulations! You can now start using your new email account.
-----BEGIN EMAIL SIGNATURE-----
The Gospel for all Targeted Individuals (TIs):
[The New York Times] Microwave Weapons Are Prime Suspect in Ills of
U.S. Embassy Workers
Link: https://www.nytimes.com/2018/09/01/science/sonic-attack-cuba-microwav=
e.html
***************************************************************************=
*****************
Singaporean Mr. Turritopsis Dohrnii Teo En Ming's Academic
Qualifications as at 14 Feb 2019 and refugee seeking attempts at the United=
Nations Refugee Agency Bangkok (21 Mar 2017), in Taiwan (5 Aug 2019) and A=
ustralia (25 Dec 2019 to 9 Jan 2020):
[1] https://tdtemcerts.wordpress.com/
[2] https://tdtemcerts.blogspot.sg/
[3] https://www.scribd.com/user/270125049/Teo-En-Ming
-----END EMAIL SIGNATURE-----
--_000_SG2PR01MB2141356C4CCBE2A213ABF68487ED0SG2PR01MB2141apcp_
Content-Type: text/html; charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable
<html>
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3DWindows-1=
252">
<style type=3D"text/css" style=3D"display:none;"> P {margin-top:0;margin-bo=
ttom:0;} </style>
</head>
<body dir=3D"ltr">
<div style=3D"font-family: Calibri, Arial, Helvetica, sans-serif; font-size=
: 12pt; color: rgb(0, 0, 0);">
<span>Subject: Setting Up Mail Server Operation for CentOS Web Panel Web Ho=
sting Control Panel on Amazon AWS Cloud<br>
</span>
<div><br>
</div>
<div>Author: Mr. Turritopsis Dohrnii Teo En Ming, Singapore<br>
</div>
<div>Date: 25 Feb 2020 Tuesday<br>
</div>
<div><br>
</div>
<div>PREREQUISITES<br>
</div>
<div>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<br>
</div>
<div><br>
</div>
<div>Before embarking on this guide, you should read the following guide fi=
rst.<br>
</div>
<div><br>
</div>
<div>Guide: Mr. Teo En Ming's Guide to Deploying CentOS Web Panel (CWP) Web=
Hosting Control Panel on Amazon AWS Cloud<br>
</div>
<div><br>
</div>
<div>Redundant blog links:<br>
</div>
<div><br>
</div>
<div>[1] https://tdtemcerts.blogspot.com/2020/02/mr-teo-en-mings-guide-to-d=
eploying.html<br>
</div>
<div><br>
</div>
<div>[2] https://tdtemcerts.wordpress.com/2020/02/23/mr-teo-en-mings-guide-=
to-deploying-centos-web-panel-cwp-web-hosting-control-panel-on-amazon-aws-c=
loud/<br>
</div>
<div><br>
</div>
<div>EXTREMELY DETAILED INSTRUCTIONS OF TEO EN MING'S GUIDE<br>
</div>
<div>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D<br>
</div>
<div><br>
</div>
<div>Teo En Ming's DNS Zone File for domain teo-en-ming.com on Primary DNS =
Server<br>
</div>
<div>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D<br>
</div>
<div><br>
</div>
<div>$TTL 300<br>
</div>
<div>@ IN SOA ns1.te=
o-en-ming.com. ceo.teo-en-ming.com. (<br>
</div>
<div> 2020022502 ; Serial<br=
>
</div>
<div> 604800 ;=
Refresh<br>
</div>
<div> 86400 ;=
Retry<br>
</div>
<div> 2419200 ; Expi=
re<br>
</div>
<div> 604800 ) ; Nega=
tive Cache TTL<br>
</div>
<div>;<br>
</div>
<div>; name servers - NS records<br>
</div>
<div> IN NS ns1.=
teo-en-ming.com.<br>
</div>
<div> IN NS ns2.=
teo-en-ming.com.<br>
</div>
<div><br>
</div>
<div>; mail servers - MX records<br>
</div>
<div> IN MX 0 mail.teo-en-mi=
ng.com.<br>
</div>
<div><br>
</div>
<div>; name servers - A records<br>
</div>
<div>ns1.teo-en-ming.com. IN  =
; A 13.58.253.162<br>
</div>
<div>ns2.teo-en-ming.com. IN  =
; A 3.20.186.205<br>
</div>
<div><br>
</div>
<div>; mail servers - A records<br>
</div>
<div>mail.teo-en-ming.com. IN A &nb=
sp; 3.21.30.127<br>
</div>
<div><br>
</div>
<div>; Additional A records<br>
</div>
<div>www.teo-en-ming.com. IN  =
; A 3.21.30.127<br>
</div>
<div>teo-en-ming.com. IN A &=
nbsp; 3.21.30.127<br>
</div>
<div><br>
</div>
<div>; Sender Policy Framework (SPF) TXT records<br>
</div>
<div>teo-en-ming.com. IN TXT =
"v=3Dspf1 ip4:3.21.30.127 -all"<br>
</div>
<div><br>
</div>
<div>=3D=3D=3DEOF=3D=3D=3D<br>
</div>
<div><br>
</div>
<div>REFERENCE<br>
</div>
<div>=3D=3D=3D=3D=3D=3D=3D=3D=3D<br>
</div>
<div><br>
</div>
<div>Guide: Mail Exchange Record (MX)<br>
</div>
<div><br>
</div>
<div>Link: https://www.zytrax.com/books/dns/ch8/mx.html<br>
</div>
<div><br>
</div>
<div>REFERENCE<br>
</div>
<div>=3D=3D=3D=3D=3D=3D=3D=3D=3D<br>
</div>
<div><br>
</div>
<div>Guide: How To: Lowering Your DNS TTLs<br>
</div>
<div><br>
</div>
<div>Link: https://www.liquidweb.com/kb/how-to-lowering-your-dns-ttls/<br>
</div>
<div><br>
</div>
<div>REFERENCE<br>
</div>
<div>=3D=3D=3D=3D=3D=3D=3D=3D=3D<br>
</div>
<div><br>
</div>
<div>Discussion: Postfix: =93Connection timed out=94 on all outbound email =
[closed]<br>
</div>
<div><br>
</div>
<div>Link: https://serverfault.com/questions/585503/postfix-connection-time=
d-out-on-all-outbound-email<br>
</div>
<div><br>
</div>
<div>QUOTE:<br>
</div>
<div><br>
</div>
<div>"For anyone who found this question but is on AWS EC2: outgoing S=
MTP intentionally rate limited, but you can ask to have it relaxed."<b=
r>
</div>
<div><br>
</div>
<div>REFERENCE<br>
</div>
<div>=3D=3D=3D=3D=3D=3D=3D=3D=3D<br>
</div>
<div><br>
</div>
<div>Discussion: Intermittent exim gmail smtp connection timeout<br>
</div>
<div><br>
</div>
<div>Link: https://forums.cpanel.net/threads/intermittent-exim-gmail-smtp-c=
onnection-timeout.523911/<br>
</div>
<div><br>
</div>
<div>QUOTE:<br>
</div>
<div><br>
</div>
<div>"Just an update for anyone with a similar issue - with some fresh=
eyes and some more googling it sounds like this may be caused by some SMTP=
rate limitations built into the AWS EC2 network as Spam prevention.<br>
</div>
<div><br>
</div>
<div>They have a form to register to remove outgoing smtp connection limita=
tions here:<br>
</div>
<div><br>
</div>
<div>https://aws.amazon.com/forms/ec2-email-limit-rdns-request<br>
</div>
<div><br>
</div>
<div>I've submitted and will update if this resolves the issues I was seein=
g."<br>
</div>
<div><br>
</div>
<div>QUOTE:<br>
</div>
<div><br>
</div>
<div>"Amazon SMTP traffic management indeed seems to have been the cau=
se. Within a couple of hours of filling out the above form, I got an email =
confirmation from AWS that "traffic restrictions had been removed"=
; and normal function resumed immediately.<br>
</div>
<div><br>
</div>
<div>Confusing the matters is that this SMTP traffic management is not docu=
mented well (and sometimes with contradicting information). It does not app=
ear to be a hard cap limit, nor does it trigger any notification when it's =
applied - it actually appears to
be a *throttle* on common SMTP ports, triggered by a very small number of =
connections, beyond which it allows a certain number of connections per/hou=
r - which would absolutely create the kind of "intermittent" conn=
ectivity issues I saw (and the odd delivery
order of mail in the queue depending on when a retry "won the lottery=
" to negotiate a connection).<br>
</div>
<div><br>
</div>
<div>Anyway - I hope that info is of some use to others in the future!"=
;<br>
</div>
<div><br>
</div>
<div>REFERENCE<br>
</div>
<div>=3D=3D=3D=3D=3D=3D=3D=3D=3D<br>
</div>
<div><br>
</div>
<div>Guide: Installing Telnet In CentOS/RHEL/Scientific Linux 6 & 7<br>
</div>
<div><br>
</div>
<div>Link: https://www.unixmen.com/installing-telnet-centosrhelscientific-l=
inux-6-7/<br>
</div>
<div><br>
</div>
<div>Amazon Web Services' Reply to Teo En Ming<br>
</div>
<div>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<br>
</div>
<div><br>
</div>
<div>Hello,<br>
</div>
<div><br>
</div>
<div>We approved your request for the removal of the EC2 email sending limi=
tations on your Amazon Web Services account! If you requested removal of em=
ail sending limits on any other Amazon Elastic IPs, they've also been remov=
ed.<br>
</div>
<div><br>
</div>
<div>Because reverse DNS record entries are commonly considered in anti-spa=
m filters, we recommend assigning a reverse DNS record to the Elastic IP ad=
dress you use to send email to third parties. Please use the form located a=
t this link to request a reverse
DNS entry:<br>
</div>
<div>https://aws-portal.amazon.com/gp/aws/html-forms-controller/contactus/e=
c2-email-limit-rdns-request<br>
</div>
<div><br>
</div>
<div>If you'd like to proceed with assigning a reverse DNS record to the El=
astic IP, the first step would be to configure the A record for the domain =
to match the desired PTR record on your side.<br>
</div>
<div><br>
</div>
<div>Please follow the instructions at the link below to create the A recor=
d:<br>
</div>
<div>https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resource-rec=
ord-sets-creating.html<br>
</div>
<div><br>
</div>
<div>Please let us know if you have any questions.<br>
</div>
<div><br>
</div>
<div>Regards,<br>
</div>
<div>Amazon Web Services<br>
</div>
<div><br>
</div>
<div>REFERENCE<br>
</div>
<div>=3D=3D=3D=3D=3D=3D=3D=3D=3D<br>
</div>
<div><br>
</div>
<div>Guide: How to create an SPF TXT record?<br>
</div>
<div><br>
</div>
<div>Link: https://www.dmarcanalyzer.com/spf/how-to-create-an-spf-txt-recor=
d/<br>
</div>
<div><br>
</div>
<div>REFERENCE<br>
</div>
<div>=3D=3D=3D=3D=3D=3D=3D=3D=3D<br>
</div>
<div><br>
</div>
<div>Guide: Linux BIND DNS Configure Sender Policy Framework ( SPF ) an e-m=
ail Anti Forgery System<br>
</div>
<div><br>
</div>
<div>Link: https://www.cyberciti.biz/faq/howto-bind-djbdns-spf-antispam-dns=
-configuration/<br>
</div>
<div><br>
</div>
<div>Creating New User Account in CentOS Web Panel<br>
</div>
<div>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<br>
</div>
<div><br>
</div>
<div>Login to CentOS Web Panel Admin Panel.<br>
</div>
<div><br>
</div>
<div>From the left menu, click on User Accounts, then select New Account.<b=
r>
</div>
<div><br>
</div>
<div>Domain name: teo-en-ming.com<br>
</div>
<div><br>
</div>
<div>Username: <br>
</div>
<div><br>
</div>
<div>Password:<br>
</div>
<div><br>
</div>
<div>Admin Email:<br>
</div>
<div><br>
</div>
<div>Server IPs: <br>
</div>
<div><br>
</div>
<div>Package: Default<br>
</div>
<div><br>
</div>
<div>Reseller: Not checked<br>
</div>
<div><br>
</div>
<div>Inode: 0<br>
</div>
<div><br>
</div>
<div>Process limit: 40<br>
</div>
<div><br>
</div>
<div>Open files: 150<br>
</div>
<div><br>
</div>
<div>Backup user account: checked<br>
</div>
<div><br>
</div>
<div>Shell Access: Disabled by default for security reasons: Unchecked<br>
</div>
<div><br>
</div>
<div>AutoSSL: Domain must be pointed to the server: Unchecked<br>
</div>
<div><br>
</div>
<div>Click Create.<br>
</div>
<div><br>
</div>
<div>Setting Up New Email Account<br>
</div>
<div>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D<br>
</div>
<div><br>
</div>
<div>Login to CentOS Web Panel User Panel.<br>
</div>
<div><br>
</div>
<div>From the left menu, click Email Accounts, then click Email Accounts.<b=
r>
</div>
<div><br>
</div>
<div>Click Add a New MailBox.<br>
</div>
<div><br>
</div>
<div>Email Address: [email protected]<br>
</div>
<div><br>
</div>
<div>Password:<br>
</div>
<div><br>
</div>
<div>Quota MB: 16000<br>
</div>
<div><br>
</div>
<div>Click Add.<br>
</div>
<div><br>
</div>
<div>Using Your New Email Account<br>
</div>
<div>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D<br>
</div>
<div><br>
</div>
<div>Login to Roundcube Webmail.<br>
</div>
<div><br>
</div>
<div>Click Settings.<br>
</div>
<div><br>
</div>
<div>From the left menu, click Identities, then click [email protected]<b=
r>
</div>
<div><br>
</div>
<div>Display Name: Turritopsis Dohrnii Teo En Ming<br>
</div>
<div><br>
</div>
<div>Click Save.<br>
</div>
<div><br>
</div>
<span>Congratulations! You can now start using your new email account.</spa=
n><br>
</div>
<div style=3D"font-family: Calibri, Arial, Helvetica, sans-serif; font-size=
: 12pt; color: rgb(0, 0, 0);">
<span><br>
</span></div>
<div style=3D"font-family: Calibri, Arial, Helvetica, sans-serif; font-size=
: 12pt; color: rgb(0, 0, 0);">
<span><br>
</span></div>
<div style=3D"font-family: Calibri, Arial, Helvetica, sans-serif; font-size=
: 12pt; color: rgb(0, 0, 0);">
<span><br>
</span></div>
<div style=3D"font-family: Calibri, Arial, Helvetica, sans-serif; font-size=
: 12pt; color: rgb(0, 0, 0);">
<span><br>
</span></div>
<div style=3D"font-family: Calibri, Arial, Helvetica, sans-serif; font-size=
: 12pt; color: rgb(0, 0, 0);">
<span><br>
</span></div>
<div style=3D"font-family: Calibri, Arial, Helvetica, sans-serif; font-size=
: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div id=3D"Signature">
<div></div>
<div></div>
<div id=3D"divtagdefaultwrapper" dir=3D"ltr" style=3D"font-size:12pt; color=
:#000000; font-family:Calibri,Helvetica,sans-serif">
<p style=3D"margin-top:0px; margin-bottom:0px; margin-top:0; margin-bottom:=
0"></p>
<pre style=3D"font-family:"courier new",courier,monospace; font-s=
ize:16px"><b><span id=3D"ms-rterangepaste-start"></span></b><div style=3D""=
><span style=3D"font-family:Arial,Helvetica,sans-serif; font-size:12pt"><b>=
-----BEGIN EMAIL SIGNATURE-----</b></span></div><div style=3D""><b><br></b>=
</div><div style=3D""><span style=3D"font-family:Arial,Helvetica,sans-serif=
; font-size:12pt"><b>The Gospel for all Targeted Individuals (TIs):</b></sp=
an></div><div style=3D""><b><br></b></div><div style=3D""><span style=3D"fo=
nt-family:Arial,Helvetica,sans-serif; font-size:12pt"><b>[The New York Time=
s] Microwave Weapons Are Prime Suspect in Ills of</b></span></div><div styl=
e=3D""><span style=3D"font-family:Arial,Helvetica,sans-serif; font-size:12p=
t"><b>U.S. Embassy Workers</b></span></div><div style=3D""><b><br></b></div=
><div style=3D""><span style=3D"font-family:Arial,Helvetica,sans-serif; fon=
t-size:12pt"><b>Link: https://www.nytimes.com/2018/09/01/science/sonic-atta=
ck-cuba-microwave.html</b></span></div><div style=3D""><b><br></b></div><di=
v style=3D""><span style=3D"font-family:Arial,Helvetica,sans-serif; font-si=
ze:12pt"><b>***************************************************************=
*****************************</b></span></div><div style=3D""><b><br></b></=
div><div style=3D""><b><br></b></div><div style=3D""><span style=3D"font-fa=
mily:Arial,Helvetica,sans-serif; font-size:12pt"><b></b></span></div><b><sp=
an style=3D"font-family:Arial,Helvetica,sans-serif">Singaporean Mr. Turrito=
psis Dohrnii Teo En Ming's Academic</span><span><br></span><span style=3D"f=
ont-family:Arial,Helvetica,sans-serif">Qualifications as at 14 Feb 2019 and=
refugee seeking attempts at the United Nations Refugee Agency Bangkok (21 =
Mar 2017), in Taiwan (5 Aug 2019) and Australia (25 Dec 2019 to 9 Jan 2020)=
:</span></b><div style=3D""><b><span style=3D"font-size:12pt; font-family:A=
rial,Helvetica,sans-serif"></span></b></div><div style=3D""><b><br></b></di=
v><div style=3D""><span style=3D"font-family:Arial,Helvetica,sans-serif; fo=
nt-size:12pt"><b>[1] https://tdtemcerts.wordpress.com/</b></span></div><div=
style=3D""><b><br></b></div><div style=3D""><span style=3D"font-family:Ari=
al,Helvetica,sans-serif; font-size:12pt"><b>[2] https://tdtemcerts.blogspot=
.sg/</b></span></div><div style=3D""><b><br></b></div><div style=3D""><span=
style=3D"font-family:Arial,Helvetica,sans-serif; font-size:12pt"><b>[3] ht=
tps://www.scribd.com/user/270125049/Teo-En-Ming</b></span></div><div style=
=3D""><b><br></b></div><div style=3D""><span style=3D"font-family:Arial,Hel=
vetica,sans-serif; font-size:12pt"><b>-----END EMAIL SIGNATURE-----</b></sp=
an></div><b><span id=3D"ms-rterangepaste-end"></span><br></b></pre>
<p style=3D"margin-top:0px; margin-bottom:0px"></p>
</div>
</div>
</body>
</html>
--_000_SG2PR01MB2141356C4CCBE2A213ABF68487ED0SG2PR01MB2141apcp_--
--===============1462865320864585905==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
LS0gCmh0dHA6Ly9saXN0cy5saW51eGZyb21zY3JhdGNoLm9yZy9saXN0aW5mby9sZnMtY2hhdApG
QVE6IGh0dHA6Ly93d3cubGludXhmcm9tc2NyYXRjaC5vcmcvYmxmcy9mYXEuaHRtbApVbnN1YnNj
cmliZTogU2VlIHRoZSBhYm92ZSBpbmZvcm1hdGlvbiBwYWdlCg==
--===============1462865320864585905==--