Exim extended logging issues

I tried to setup extended logging on my exim-4.52-7 version by adding the things in blue to my exim.conf file:

hostlist auth_relay_hosts = *

log_selector = +address_rewrite +all_parents +arguments +connection_reject +delay_delivery +delivery_size +dnslist_defer +incoming_interface +incoming_port +lost_incoming_connection +queue_run +received_sender +received_recipients +retry_defer +sender_on_delivery +size_reject +skip_delivery +smtp_confirmation +smtp_connection +smtp_protocol_error +smtp_syntax_error +subject +tls_cipher +tls_peerdn

#######################################
# Runtime configuration file for Exim #
#######################################


I got the following read out when restarting exim:
root@***** [~]# /etc/init.d/exim restart
Shutting down exim: [OK]
Shutting down antirelayd: [ OK ]
Shutting down spamd: [ OK ]
Starting exim: 2005-11-12 14:40:57 Exim configuration error in line 32 of /etc/exim.conf:
option setting expected: +dnslist_defer +incoming_interface +incoming_port +lost_incoming_connection +queue_run +received_sender
[FAILED]
Starting exim-smtps: 2005-11-12 14:40:57 Exim configuration error in line 32 of /etc/exim.conf:
option setting expected: +dnslist_defer +incoming_interface +incoming_port +lost_incoming_connection +queue_run +received_sender
[FAILED]
Starting antirelayd: [ OK ]
Starting spamd: [ OK ]

I used the guide at: http://www.webhostgear.com/118.html is there an updated version some where or how should I change the added options.

Thanks

 

 

 

 

Top