If you are getting following exim error logs, PERM_FAILURE: SMTP Error (state 9): 550-ug-out-1314.google.com [xx.xx.92.175] is currently not permitted to relay 550-through this server. Perhaps you have not logged into the pop/imap server 550-in the last 30 minutes or do not have SMTP Authentication turned on in your 550 email client. Fix: Just remove the […]
See MoreTag: web hosting
WordPress: Fatal error: Out of memory
Now a days WP plugin requires more Memory and CPU so some times you get this error. To resolve this just do following things. edit Apache conf file vim /usr/local/apache/conf/httpd.conf and comment following lines #RLimitMEM 813712042 #RLimitCPU 240 Thats it.
See Moretemporarily rejected RCPT
Getting following error in exim_main logs, temporarily rejected RCPT <youremail_id@domain.com>: lowest numbered MX record points to local host This is just because of the domains entry in localdomains file, vim /etc/localdomains and add the domain name in it. Thats all.
See More