Advanced Search
Search Results
3 total results found
Postfix mail queue
Postfix
See queue mailq mailq -Ac Send mail now postfix flush postfix -f Clean mail queue postsuper -d ALL Clean mail deferred queue postsuper -d ALL deferred
Adding users in mysql
Mysql
GRANT ALL PRIVILEGES ON *.* TO monty@"%" IDENTIFIED BY 'some_pass' WITH GRANT OPTION; FLUSH PRIVILEGES;
Enable IPv4 and IPv6 on Zimbra
Zimbra
Work around nginx proxy IPv6 fix sed -i 's| ipv6only=off||g' /opt/zimbra/conf/nginx/templates/nginx.conf.* Get current settings su zimbra zmprov gs `zmhostname` | grep -i ipmode Get public IP # IPv6curl http://v6.ipv6...