dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fixed: invalid mail sender on welcome email when creating new client
Marius Cramer
2014-04-25
aff82cd546dd9c61612d6b318d60c9d4e842ed5e
[gitlabFork/ISPConfig3.git]
/
install
/
tpl
/
mailman-virtual_to_transport.sh
1
2
3
#!/bin/sh
sed -r -e 's/(^[^#]\S+\s+).+$/\1local/' $1 > /var/lib/mailman/data/transport-mailman
/usr/sbin/postmap /var/lib/mailman/data/transport-mailman