Installing EFA on a clean Centos was no problem.
I run into some problems with the default iptables firewall, but that was easy to adjust.
I'm testing right now and EFA looks great!
Search found 2 matches
- 09 Jan 2017 15:42
- Forum: Introduction
- Topic: Yet Another disappointed Xeams user here!
- Replies: 1
- Views: 2851
- 09 Jan 2017 15:35
- Forum: How-to
- Topic: Bulk add domains
- Replies: 3
- Views: 3857
Re: Bulk add domains
You can simply add you domains at the end of /etc/postfix/transport like this:
.
.
.
###### START E.F.A ADDED DOMAINS ######
example.com smtp:[37.10.10.10]
example2.com smtp:[mail.example2.com]
After this run:
postmap /etc/postfix/transport
.
.
.
###### START E.F.A ADDED DOMAINS ######
example.com smtp:[37.10.10.10]
example2.com smtp:[mail.example2.com]
After this run:
postmap /etc/postfix/transport