Mail

Install Mail-in-a-Box

Mail-In-A-Box is a complete mail server, that included webmail, smtp, imap, pop3. https://mailinabox.email Installation You need Ubuntu 14.04 to install Mail-In-A-Box. Before…

Dovecot

Dovecot is a IMAP/POP3 server. To install on Debian/Ubuntu, run apt install dovecot-core -y To see dovecot config, run root@ok:~# doveconf -n…

spf

http://www.openspf.org/SPF_Record_Syntax Here is some SPF examples DMARC record If you need to reject email, add p=quarantine If DMARC failed, remore mail server…

eximrm

Here is a bash script to delete mails in exim mail queue. Helpful when you have lot of spam mails in mail…