Recommended Services
Supported Scripts
Category: Postfix
DebianLinuxMail ServersPostfixRedHatZimbra
Zimbra: Assign a dedicated Outgoing SMTP IP for a domain
Zimbra Outgoing SMTP IP per Domain
1. Add the following line in “/opt/zimbra/postfix/conf/main.cf”
sender_dependent_default_transport_maps = regexp:/opt/zimbra/postfix/conf/sdd_transport_maps.regexp
2. Create the file “/opt/zimbra/postfix/conf/sdd_transport_maps.regexp” and ...
cPanelDebianEximHostingLinuxMail ServersPleskPostfixQmailRedHatZimbra
Disable IPV6 on CentOS 6.x servers
1. Edit /etc/sysctl.conf and add the following line
net.ipv6.conf.all.disable_ipv6 = 1
2. Edit /etc/sysconfig/network and add the following line
NETWORKING_IPV6=no
3. Edit /etc/sysconfig/network-scripts/ifcfg-eth0 ...