jim.thornton
Verified User
- Joined
- Jan 1, 2008
- Messages
- 334
I'm currently testing my email setup via allaboutspam.com and I would like to see if I correctly setup the dkim.
I have sent an email but it is sitting in the queue and has been there for 19 minutes now. I set the configuration file to resend after 10 minutes. Any suggestions why this wouldn't be sending?
Here is the appropriate section of my exim.conf file:
I have sent an email but it is sitting in the queue and has been there for 19 minutes now. I set the configuration file to resend after 10 minutes. Any suggestions why this wouldn't be sending?
Here is the appropriate section of my exim.conf file:
Code:
######################################################################
# RETRY CONFIGURATION #
######################################################################
# This single retry rule applies to all domains and all errors. It specifies
# retries every 15 minutes for 2 hours, then increasing retry intervals,
# starting at 1 hour and increasing each time by a factor of 1.5, up to 16
# hours, then retries every 8 hours until 4 days have passed since the first
# failed delivery.
# Domain Error Retries
# ------ ----- -------
begin retry
* * F,2h,10m; G,16h,1h,1.5; F,4d,8h