PowerMTA is a highly configurable mail server for email marketing. Unlike general email servers, PowerMTA can … PowerMTARead more
PowerMTA
Create SMTP user in PowerMTA
Once you have PowerMTA installed, you need to create SMTP user. To create an SMTP user, … Create SMTP user in PowerMTARead more
Change SMTP port in PowerMTA
To change SMTP port in PowerMTA, edit file vi /etc/pmta/config Find line starting with smtp-listener This … Change SMTP port in PowerMTARead more
Create DKIM in PowerMTA
To generate DKIM, run the command This will create 2 files. private.pem and public.pem Create a … Create DKIM in PowerMTARead more
PowerMTA allow an IP to sent email
To allow a web server to send email through PowerMTA without authentication, you need to edit … PowerMTA allow an IP to sent emailRead more
Enable Web Monitor UI in PowerMTA
PowerMTA comes with a Web Monitor UI, that will show you some stats about your mail … Enable Web Monitor UI in PowerMTARead more
PowerMTA route mails through another SMTP server for a domain
If you want to route emils from PowerMTA though another SMTP server, you can use following … PowerMTA route mails through another SMTP server for a domainRead more
PowerMTA IP Rotation
To setup IP rotation in PowerMTA, configure multiple IP on the server. Setup rDNS for each … PowerMTA IP RotationRead more
PowerMTA test using telnet
To test PowerMTA using telnet, run telnet localhost 25 Now paste following content ehlo localhost mail … PowerMTA test using telnetRead more
Install PowerMTA
Install the requirements yum install unzip net-tools telnet git gdb -y If you already have a … Install PowerMTARead more