Search found 7 matches

by javier.wong
27 Sep 2016 15:55
Forum: How-to
Topic: How to Integrate Transport Settings (Mail Domain) to MySQL
Replies: 8
Views: 5850

Re: How to Integrate Transport Settings (Mail Domain) to MySQL

Right now, I have to manually update all my clustered EFA servers individually whenever there is a new mail domain.

Do any of you have experience in pushing these domain updates to multiple servers?
by javier.wong
27 Sep 2016 15:54
Forum: How-to
Topic: How to Integrate Transport Settings (Mail Domain) to MySQL
Replies: 8
Views: 5850

Re: How to Integrate Transport Settings (Mail Domain) to MySQL

'CREATE TABLE `transport` (
`name` varchar(255) NOT NULL,
`maps_to` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8'

@pdwalker This is what i used which seems to be readable at the postfix level (not other parts of EFA).

But honestly it doesnt make much sense to convert the flat file ...
by javier.wong
12 Sep 2016 14:52
Forum: How-to
Topic: High Availability for EFA
Replies: 1
Views: 2183

Re: High Availability for EFA

has anyone successfully managed to cluster a couple of EFA servers together? If so, will you be able to share how you did it? How can we get the config centralized in some Mysql server?

I've tried postfix config to a Mysql server but it doesnt seem to be the only thing that needs to be done. In the ...
by javier.wong
23 Jul 2016 03:49
Forum: How-to
Topic: How to Integrate Transport Settings (Mail Domain) to MySQL
Replies: 8
Views: 5850

Re: How to Integrate Transport Settings (Mail Domain) to MySQL

Does anyone know how this can be done? I really need a way to push the domains to a mysql table without having to manually key them in via the console. Thanks.
by javier.wong
23 Jul 2016 03:47
Forum: How-to
Topic: High Availability for EFA
Replies: 1
Views: 2183

High Availability for EFA

I've read some topics on high availability where multiple EFA servers connect to an external MYSQL server. Does anyone have any experience with doing this?

If so, can you guys share the steps? Thanks.
by javier.wong
03 Jul 2016 09:34
Forum: How-to
Topic: How to Integrate Transport Settings (Mail Domain) to MySQL
Replies: 8
Views: 5850

How to Integrate Transport Settings (Mail Domain) to MySQL

At the Postfix level I know you can integrate the mail domains to a MySQL Database.

I tried it via Webmin, and whilst the mail domains seem to be fine at that level, EFA doesnt seem to accept those domains. Furthermore, at the console level under Transport Settings it is not the same as in the ...
by javier.wong
24 May 2016 10:00
Forum: How-to
Topic: Wildcard Domains
Replies: 1
Views: 1800

Wildcard Domains

Is it possible to configure EFA to accept all domains and point it to one mail server?