dr_lucas
- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Comments
Recent activity by dr_lucas-
I might be wrong but it seems like some kind of a bug. There was a php.ini file in my user directory, as stated above, so cron was using it. I disabled the file by renaming it to /home/XXXXX/php.in...
-
ok, I did a bit more investigation and found out the cron is loading this configuration file: /home/XXXXX/php.ini Instead of the configuration file Apache and litespeed are using: /opt/cpanel/e...
-
Seems I was wrong. The suggested setup didn't work properly. All emails from info@ourdomain.com did go through fine. However, all other emails sent to our domain email addresses or from other email...
-
Could you elaborate on all custom entries you are utilizing with Exim? For instance, is that the only change you have made to the Exim configuration for email routing? Thank you. Yes, Michael, th...
-
The expected behavior is that no email accounts or domain names would use that smart host. But what actually happens is that all email accounts and domains use the smart host.
-
Just curios. You wrote: It's negating this manual route for all domain names in /etc/localdomains, so that it only applies to a specific sender that's defined on the next line. So what happens w...
-
Bravo! Seems to work! :) Thanks, Michael!
-
Thanks. Just to clarify, as I am not sure what user@example.tld in your code means You mean I should set it up like this? send_via_gmail: driver = manualroute domains = ! +local_domains ...
-
Yes, that thread suggests adding local_parts= user Does that mean that if I want, for example, to use the smarthost only for info@ourdomain.com and process normally without smarthost all other em...
-
Yes, I have read that thread, but it discusses sending whole domain emails to smarthost. I need to know hot set it up to send only 1 specific email address of a domain to smarthost, not all the dom...