well here is one example, today on client had a complaint about slow POP3 connection, after checking the /var/log/lfd.log and /var/log/messages i found this in the messages log:
Nov 21 11:50:14 orion kernel: Firewall: *TCP_OUT Blocked* IN= OUT=eth0 SRC=213.147.96.57 DST=83.131.217.21 LEN=1440 TOS=0x00 PREC=0x00 TTL=64 ID=9943 DF PROTO=TCP SPT=110 DPT=1699 WINDOW=5840 RES=0x00 ACK URGP=0
Nov 21 11:52:14 orion kernel: Firewall: *TCP_OUT Blocked* IN= OUT=eth0 SRC=213.147.96.57 DST=83.131.217.21 LEN=1440 TOS=0x00 PREC=0x00 TTL=64 ID=9945 DF PROTO=TCP SPT=110 DPT=1699 WINDOW=5840 RES=0x00 ACK URGP=0
Nov 21 11:54:14 orion kernel: Firewall: *TCP_OUT Blocked* IN= OUT=eth0 SRC=213.147.96.57 DST=83.131.217.21 LEN=1440 TOS=0x00 PREC=0x00 TTL=64 ID=9947 DF PROTO=TCP SPT=110 DPT=1699 WINDOW=5840 RES=0x00 ACK URGP=0
Nov 21 11:56:14 orion kernel: Firewall: *TCP_OUT Blocked* IN= OUT=eth0 SRC=213.147.96.57 DST=83.131.217.21 LEN=1440 TOS=0x00 PREC=0x00 TTL=64 ID=9949 DF PROTO=TCP SPT=110 DPT=1699 WINDOW=5840 RES=0x00 ACK URGP=0
Nov 21 11:58:14 orion kernel: Firewall: *TCP_OUT Blocked* IN= OUT=eth0 SRC=213.147.96.57 DST=83.131.217.21 LEN=1440 TOS=0x00 PREC=0x00 TTL=64 ID=9951 DF PROTO=TCP SPT=110 DPT=1699 WINDOW=5840 RES=0x00 ACK URGP=0
Nov 21 12:00:14 orion kernel: Firewall: *TCP_OUT Blocked* IN= OUT=eth0 SRC=213.147.96.57 DST=83.131.217.21 LEN=1440 TOS=0x00 PREC=0x00 TTL=64 ID=9953 DF PROTO=TCP SPT=110 DPT=1699 WINDOW=5840 RES=0x00 ACK URGP=0
Nov 21 12:02:14 orion kernel: Firewall: *TCP_OUT Blocked* IN= OUT=eth0 SRC=213.147.96.57 DST=83.131.217.21 LEN=1440 TOS=0x00 PREC=0x00 TTL=64 ID=9955 DF PROTO=TCP SPT=110 DPT=1699 WINDOW=5840 RES=0x00 ACK URGP=0
Nov 21 12:04:14 orion kernel: Firewall: *TCP_OUT Blocked* IN= OUT=eth0 SRC=213.147.96.57 DST=83.131.217.21 LEN=1440 TOS=0x00 PREC=0x00 TTL=64 ID=9957 DF PROTO=TCP SPT=110 DPT=1699 WINDOW=5840 RES=0x00 ACK URGP=0
The DST address is his, the SRC address is our server (CentOS 4.5, WHM 11.2.0 cPanel 11.10.0-S16448) further investigations revealed blocked connections on several needed ports (21, 22, 25, 80 etc). I can also attach my csf.conf file if needed.
I assume there could be a problem with the configuration, because I've noticed that putting TESTING = "1" seem to reduce these problems (not confirmed by clients, just less calls by them

).