formats

How to Check Mail Server for SMTP Over TLS

Published on March 19, 2012, by + in sysadmin.

How to Check Mail Server for SMTP Over TLS | Q. How can I check a server for SMTP over TLS? It is possible to have an SMTP connection use TLS from the sending server to the receiving server to add a pinch of security. Many banks and other security-minded corporations require this to send and receive email. To check the TLS capability of an

formats

Postfix Empty Mail Queue

Postfix Empty Mail Queue | To empty / clear / delete the Postfix mail queue, simply issue this command: $ sudo postsuper -d ALL The output will look similar to this: $ sudo postsuper -d ALL postsuper: Deleted: 4 messages That’s it!

formats

Prevent Postfix Brute Force

Published on May 26, 2011, by + in linux, sysadmin.

Prevent Postfix Brute Force | An often used attack vector is brute forcing MTA logins. While most admins watch ssh auth logs like a hawk, email auth/login logs are most often not closely watched for this sort of thing if at all. I’ll show you one way to easily prevent a Postfix brute force attack! This how-to focuses on fail2ban

formats

Centos Switch MTA to Postfix

Centos Switch MTA to Postfix | How do I switch the MTA in Centos from Sendmail to postfix? Install postfix and the switch mail package: # yum install postfix system-switch-mail Then run: # system-switch-mail Choose postfix Done! [Note: As of Red Hat 6 (and Centos 6 when available) postfix is the default MTA.]

Home Posts tagged "mta"