Musings on Information Technology - A view from the trenches
Showing posts with label
Postfix
.
Show all posts
Showing posts with label
Postfix
.
Show all posts
Saturday, 16 July 2011
SMTP -- Configure an MTA to forward (relay) email through a smart host
›
This is actually quite simple. You need to modify the following line in the postfix config file (/etc/postfix/main.cf): relayhost = 10.168...
Saturday, 9 July 2011
SMTP -- Configure a mail transfer agent (MTA) to accept inbound email from other systems
›
Postfix is normally installed by default, but just in case it isn't, you can install it with: yum install postfix mailx -y mailx is u...
2 comments:
Sunday, 29 May 2011
Testing sending mail with Postfix
›
Yesterday, I was looking for a simple way of testing my installation of postfix and after a bit of digging I found the following: telnet 1...
›
Home
View web version