dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Mail Security: implemented a SendAs-Permission for aliases and forwardings ...
A. Täffner
2016-01-20
7799762f2a7ac3835f5e1f238ef32143fdeb3455
[gitlabFork/ISPConfig3.git]
/
install
/
tpl
/
mysql-virtual_sender_login_maps.cf.master
1
2
3
4
5
user = {mysql_server_ispconfig_user}
password = {mysql_server_ispconfig_password}
dbname = {mysql_server_database}
query = SELECT destination FROM mail_forwarding WHERE source = '%s' AND active = 'y' AND allow_send_as = 'y' AND server_id = {server_id} UNION SELECT email FROM mail_user WHERE email = '%s' AND disablesmtp = 'n' AND server_id = {server_id};
hosts = {mysql_server_ip}