Postfix and Ubuntu 14.04.1
POSTFIX SERVER PART 5 – Adding SPF (TXT) Record We need to add SPF record to the mail domain. You may ask why are we doing this? The reason is that without SPF records, mail can experience all kinds of issues such as mail being bounced back, blacklisted, causing the company to lose business.… Read more Postfix PART 5 – Adding SPF (TXT) Record
POSTFIX SERVER PART 4 – Installing and Configuring Squirrelmail Step 1: Use this command to install Squirrelmail apt-get install squirrelmail When prompted, choose Yes to continue. Step 2: Configure Squirrelmail Command: squirrelmail-configure Choose option 1 to configure Organization name. Again, press 1 to enter Organization name Enter Dalaris as Organization name (replace it with your… Read more POSTFIX PART 4 – Installing and Configuring Squirrelmail
POSTFIX SERVER PART 3 – Installing and Configuring Dovecot Step 1: Use this command to install Dovecot apt-get install dovecot-imapd dovecot-pop3d When we are done installing, we will get a screen similar to the following Step 2: Configure mailbox by editing the file vi /etc/dovecot/conf.d/10-mail.conf Type :set nu Type :30 to go to… Read more POSTFIX PART 3 – Installing and Configuring Dovecot
POSTFIX SERVER PART 2 – Installing and Configuring Postfix on Ubuntu 14.04.1 First, change your public DNS record by adding an A record that points postfix.dalaris.com to the public IP address of the postfix server. Verify the result by performing ping and ensure there is a reply. Also use nslookup to check, just for the… Read more Postfix PART 2 – Installing and Configuring Postfix in Ubuntu 14.04.1