New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Comments
Port 25 is filtered? Can you send any mails at all from this box?
Check the logs? What OS is it?
Can send emails fine. Running Centos 6.5 how do I check the logs?
It is at /var/log/maillog, is cron sending emails to root? if so, you might want to modify /etc/aliases at the bottom and uncomment root:
After saving that file, run
Restart related services, or the VPS if you don't know.
I assume that WHMCS confirms the cronjob actually ran?
The cron job is showing in WHMCS System Activity Log.
This is in /var/log/maillog
This is showing in /var/log/cron
That's dovecot in your maillog, and cron log won't show mail entries by default. find the relevant out going email log around the time cron was ran. It would be postfix or the like for outgoing. I still feel like it is like an alias issue.
I changed the cron job time to 13:55 to check
This is var/log/cron
but nothing in var/log/maillog for 13:55
If I run the cron job from command line it works fine
Not a timezone issue is it?
If you changed the VPS's timezone you need to restart the cron daemon.
I did change the time zone but rebooted VPS as the time was wrong. But still not working!
What MTA (SMTP server) do you use to send outgoing email (postfix, sendmail, exim,...)? Is it actually running?
Have you tried to emulate conversation with MTA using 'telnet localhost 25'?
Server running Dovecot and is up and running as I can send and receive emails fine
SOLVED: Opened a ticket with WHMCS and turns out it's a minor bug with the latest version which I updated yesterday... 3 hours later!
Thanks for all the help everyone