Kod:
Check exim for extended logging
WARNING
You should enable extended exim logging to enable easier tracking potential outgoing spam issues. Add:
log_selector = +arguments +subject
to the first textarea in the Advanced Mode Exim Configuration Editor
nano /etc/exim.conf
ctrl+w tuşlarıyla arama kutusuna aşağıdakini yazıyoruz
Kod:
hostlist auth_relay_hosts = *
bulduğumuz bu satırın hemen altına
Kod:
log_selector = +arguments +subject
ekliyoruz
service exim restart