i changed mysql root password and nothing seems to be impacted--hooray!
is there any postfix/courier risk in leaving the mail_admin password as mail_admin_password? i added directives to phpmyadmin to "Allow only from" my subnets, so mail_admin cannot accidently login there. but, could this user login some other way?
(maybe for another post) my ultimate goal is to allow only encrypted pop3, imap and smtp.
how can i secure this server?
i tried securing smtp (
http://www.howtoforge.com/postfix-sm...cure-port-only) with no luck. the only difference--i left smtpd.conf alone. it seemed, to me, like it would need the sql_* configuration lines, but it didnt work with or without them.
/etc/postfix/sasl/smtpd.conf:
Code:
pwcheck_method: saslauthd
mech_list: plain login
allow_plaintext: true
auxprop_plugin: mysql
sql_hostnames: 127.0.0.1
sql_user: mail_admin
sql_passwd: mail_admin_password
sql_database: mail
sql_select: select password from users where email = '%u'
"postfix reload" erred on the following line in master.cf:
Code:
-o smtpd_sasl_auth_enable=yes
thanks in advance!
Recent comments
2 days 2 hours ago
2 days 11 hours ago
2 days 14 hours ago
2 days 15 hours ago
2 days 16 hours ago
2 days 18 hours ago
2 days 19 hours ago
2 days 21 hours ago
3 days 12 hours ago
3 days 13 hours ago