extor
Verified User
Everytime an email is send from the server (localhost) the mail won't be delivered. And the logfile gives the next error:
==> /var/spool/exim/msglog/paniclog <==
2004-07-17 16:37:33 Exim configuration error in line 680:
missing error type
2004-07-17 16:40:09 Exim configuration error in line 680:
missing error type
2004-07-17 16:40:09 Exim configuration error in line 680:
missing error type
2004-07-17 16:55:25 Exim configuration error in line 680:
missing error type
2004-07-17 16:55:25 Exim configuration error in line 680:
missing error type
Webmail/Outlook are working fine but when someone sends via localhost (server) an email to the outside (example: via a php script on a site) then you get 2 errors of configuration in the exim config file on line 680.
Line 680 is: :q
And from under to above in the config are these the next lines:
######################################################################
# 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,15m; G,16h,1h,1.5; F,4d,8h
# End of Exim 4 configuration
:q
I have tried everything I know and I can't figger out what the problem is :S could somebody pleae help me out??
Thank you very much!
==> /var/spool/exim/msglog/paniclog <==
2004-07-17 16:37:33 Exim configuration error in line 680:
missing error type
2004-07-17 16:40:09 Exim configuration error in line 680:
missing error type
2004-07-17 16:40:09 Exim configuration error in line 680:
missing error type
2004-07-17 16:55:25 Exim configuration error in line 680:
missing error type
2004-07-17 16:55:25 Exim configuration error in line 680:
missing error type
Webmail/Outlook are working fine but when someone sends via localhost (server) an email to the outside (example: via a php script on a site) then you get 2 errors of configuration in the exim config file on line 680.
Line 680 is: :q
And from under to above in the config are these the next lines:
######################################################################
# 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,15m; G,16h,1h,1.5; F,4d,8h
# End of Exim 4 configuration
:q
I have tried everything I know and I can't figger out what the problem is :S could somebody pleae help me out??
Thank you very much!