Here is how to mass change the “Default Mail Address” for all domains (existing accounts) in the server to a specific email address (user@example.com).
sed "s/^\*:.*/user@example.com/g" -i /etc/valiases/*
Here is how to mass change the “Default Mail Address” for all domains (existing accounts) in the server to a specific email address (user@example.com).
sed "s/^\*:.*/user@example.com/g" -i /etc/valiases/*