Spirogg
- Total activity 884
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 193
Comments
Recent activity by Spirogg-
Just for more information. before reading the support request response, - One thing I noticed earlier as well, is when changing default address for mail in cPanel From: Discard the email while ...
-
Sure - Exim doesn't necessarily check to see if a domain is real or not, it will just try and send the message, but there would likely be a DNS failure of some sort, and then it would start the re...
-
hi again, I guess its not really a big issue because its a bogus domain just bothers me that XenForo says its my server fault. [QUOTE] There is nothing that prevents a local MTA from delivering b...
-
Hello @cPRex I found out. Xenforo uses swiftmailer and it has its own queue so I had to go to database and clear that from there. What does strike me weird Is the 503 error when the domain does n...
-
You can run the following commands to clear the retry database: /usr/sbin/exim_tidydb -t 0d /var/spool/exim retry > /dev/null /usr/sbin/exim_tidydb -t 0d /var/spool/exim reject > /dev/null /usr/s...
-
You can run the following commands to clear the retry database: /usr/sbin/exim_tidydb -t 0d /var/spool/exim retry > /dev/null /usr/sbin/exim_tidydb -t 0d /var/spool/exim reject > /dev/null /usr/s...
-
Hello there! It's almost certainly Exim's retry settings, which you can read more about here: ok thanks for the link - is there a way to see where these bogss emails are that keep running in E...
-
Just wondering if this is exim that keeps re-trying to send the email? 1) if so how can I stop them? 2) is there a way to set the time of retries? and where would that be? thank you. I"m using ve...
-
I did some more reading on this and found the "SMTP_ALLOWUSER" or "SMTP_ALLOWGROUP" options, which should let you bypass the SMTP_BLOCK feature on the system for the certain users you allow. Can ...
-
SMTP_BLOCK itself doesn't have any values except on or off. Do you also have this option enabled? # If SMTP_BLOCK is enabled but you want to allow local connections to port 25 # on the server (...