Hi all,
I had some good success with these extra Exim logging options. I would like you to view them and try them at your own leisure. They increase the /var/log/exim_log buuuut give you a better grasp on what mail your server is sending:
-=-=-
Add this to your /etc/exim.conf after "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
-=-=-
Restart exim when you're done, then tail your log files.You can now see subject, SMTP connections, script execution, etc. Pretty nifty.
Feel free to remove whatever you don't care to see logged.
Warmest regards,
Jamie
Kiosk.ws



LinkBack URL
About LinkBacks
You can now see subject, SMTP connections, script execution, etc. Pretty nifty.
Reply With Quote





