Csf

riverdance

Verified User
Joined
Feb 27, 2009
Messages
123
Location
Belgium
Hello all,

In CSF i see this, but when i do that en restart exim, exim wil not start.

You should enable extended exim logging to enable easier tracking potential outgoing spam issues. Add:
log_selector = +arguments +subject +received_recipients
to /etc/exim.conf



Any help welcome.

Thank you.
 
Check in exim.conf if you already have log_selector entrie and add just the needed options (and remove the new line you added ofc).

Regards
 
This is what i see in exim.
Can you pasta how it need to be?


Code:
log_selector = \
  +delivery_size \
  +sender_on_delivery \
  +received_recipients \
  +received_sender \
  +smtp_confirmation \
  +subject \
  +smtp_incomplete_transaction \
  -dnslist_defer \
  -host_lookup_failed \
  -queue_run \
  -rejected_header \
  -retry_defer \
  -skip_delivery
 
Code:
#EDIT#11:
log_selector = \
  +delivery_size \
  +sender_on_delivery \
  +received_recipients \
  +received_sender \
  +smtp_confirmation \
  +subject \
  +smtp_incomplete_transaction \
  -dnslist_defer \
  -host_lookup_failed \
  -queue_run \
  -rejected_header \
  -retry_defer \
  -skip_delivery \
  +arguments

This is my one.

Regards
 
How can i install the missing iptables modules?

I have new problem.
CSF miss 2 things.

Code:
ipt_recent

xt_connlimit

RESULT: csf will function on this server but some features will not work due to some missing iptables modules


How can i install the missing iptables modules?

I love it when some one give me the wget link or just yum install, but then its say no pack found.

Not easy with a VPS with CSF centos 5.5 64bit OpenVZ.

Becouse there is no swap. Its all with venet0:0 venet0.

ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:810 errors:0 dropped:0 overruns:0 frame:0
TX packets:810 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:86362 (84.3 KiB) TX bytes:86362 (84.3 KiB)

venet0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:127.0.0.1 P-t-P:127.0.0.1 Bcast:0.0.0.0 Mask:255.255.255.255
UP BROADCAST POINTOPOINT RUNNING NOARP MTU:1500 Metric:1
RX packets:27286 errors:0 dropped:0 overruns:0 frame:0
TX packets:71074 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3251304 (3.1 MiB) TX bytes:84578814 (80.6 MiB)

venet0:0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:178.239.60.150 P-t-P:178. Bcast:178.239.60.150 Mask:255.255.255.255
UP BROADCAST POINTOPOINT RUNNING NOARP MTU:1500 Metric:1

venet0:1 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:178.239.60.152 P-t-P:178. Bcast:178.239.60.152 Mask:255.255.255.255
UP BROADCAST POINTOPOINT RUNNING NOARP MTU:1500 Metric:1



Hope someone can help me out.


Thanks
 
Last edited:
After instal kernel-devel good.

Setting up Install Process
No package modprobe available.
No package xt_connlimit available.




:confused:
 
Last edited:
FATAL: Could not load /lib/modules/2.6.18-238.19.1.el5.028stab092.2/modules.dep: No such file or directory.

:confused:
 
csf

help me Exim not work

this is my exim
PHP:
log_selector = \
  +delivery_size \
  +arguments \
  +subject \
  +received_recipients \
  +sender_on_delivery \
  +received_recipients \
  +received_sender \
  +smtp_confirmation \
  +subject \
  +smtp_incomplete_transaction \
  -dnslist_defer \
  -host_lookup_failed \
  -queue_run \
  -rejected_header \
  -retry_defer \
  -skip_delivery
 
Is that you who did remove trailing slashes?

It should look like

Code:
log_selector = \
  +delivery_size \
  +sender_on_delivery \
  +received_recipients \
  +received_sender \
  +smtp_confirmation \
  +subject \
  +smtp_incomplete_transaction \
  -dnslist_defer \
  -host_lookup_failed \
  -queue_run \
  -rejected_header \
  -retry_defer \
  -skip_delivery \
  +arguments

or similar.
 
Alex and anyone else,

Do we need to change any default logging in exim.conf? Would it be a good idea?

Jeff
 
Jeff,

If to follow recommendations of CSF, yes it would be nice to make it to look like Andrea suggested in post#4 for more compatibility with plugin and security.
 
csf

thanks for replay
but exim not working :|
23985224116237251750.png
 
How do you define, that exim is not working? The attached picture does not show it.
 
csf

Sr Exim is working but error :)
PHP:
Error with queue dump: 2011-12-16 07:46:38 Exim configuration error in line 206 of /etc/exim.conf: "log_selector" option set for the second time

this is my exim.conf
46254040336671109701.png
 
Back
Top