uadm
- Total activity 101
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 26
Comments
Recent activity by uadm-
Ok, I found the problem: order deny,allow deny from all in the includes file. But why would that stop Order to work?
-
Thanks Chris, As per exim documentation we set qualify_domain instead and it works great.
-
But it does. If I set primary_hostname = domain.com then # echo test|mail me@gmail.com The mail comes from root@domain.com If primary_hostname isn't set the mail comes from root@server.hostname...
-
Hi, Thanks for the reply. Yes, this is where we set it. The goal is to set all outgoing email to be from xxx@domain.com and not as the server's hostname - xxx@host.domain.com.
-
yes. I also
-
for reference: [root@server ~]# grep pm_ /var/cpanel/ApachePHPFPM/system_pool_defaults.yaml pm_max_children: { name: 'pm.max_children', value: 20 } [root@beeblio-webserver ~]# grep child /opt/cpa...
-
Yes, this works. Thank you.