Search found 5 matches
- 27 Jun 2015 18:29
- Forum: Discussion
- Topic: Adding authentication
- Replies: 9
- Views: 5126
Re: Adding authentication
Thanks for looking this up , I'm not sure what's the proper way of doing so considering EFA internals but yes it will be SASL AFAIK
- 27 Jun 2015 18:28
- Forum: Discussion
- Topic: Adding authentication
- Replies: 9
- Views: 5126
Re: Adding authentication
No, need just need EFA to reject message if login is incorrect , I understand in normal setup I have to modify
/etc/pam.d/smtp and add the next lines:
auth required pam_mysql.so user=mail_admin passwd=mail_admin_password host=127.0.0.1 db=mail table=users usercolumn=email passwdcolumn=password ...
/etc/pam.d/smtp and add the next lines:
auth required pam_mysql.so user=mail_admin passwd=mail_admin_password host=127.0.0.1 db=mail table=users usercolumn=email passwdcolumn=password ...
- 27 Jun 2015 18:13
- Forum: Discussion
- Topic: Adding authentication
- Replies: 9
- Views: 5126
Re: Adding authentication
Mainly the part where this 2 servers have to AUTH through MySQL first before relaying email to EFA
- 27 Jun 2015 17:55
- Forum: Discussion
- Topic: Adding authentication
- Replies: 9
- Views: 5126
Re: Adding authentication
thx shawn but I need this on MySQL if possible
- 27 Jun 2015 05:06
- Forum: Discussion
- Topic: Adding authentication
- Replies: 9
- Views: 5126
Adding authentication
Hello,
I got a couple of nodes that I added EFA infront of them as an outbound mail scanner , I need to have authentication enabled for each server .
so server A has one login (serverwide) to access EFA and not one login per mail address.
preferably this to be done on MySQL side
any idea ?
I got a couple of nodes that I added EFA infront of them as an outbound mail scanner , I need to have authentication enabled for each server .
so server A has one login (serverwide) to access EFA and not one login per mail address.
preferably this to be done on MySQL side
any idea ?