Postfix Server step by step
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 1 – Installing and Configuring Ubuntu Server 14.01.1 First, Insert the Ubuntu DVD and boot the server up. Choose English as the language. Choose Install Ubuntu Server and press Enter. Choose English as the language during the installation process. Choose the country you are located in followed by pressing the Enter key.… Read more Postfix PART 1 – Ubuntu Linux Server 14.04.1 Installation