imap traffic - strange things - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Development Area (/forum-1.html) +--- Forum: General discussion (/forum-11.html) +--- Thread: imap traffic - strange things (/thread-1878.html) Pages: 1 2 |
imap traffic - strange things - joximu - 11-27-2007 08:12 PM Hi while studying ticket #898 I came across this behaviour on my system. The traffic counter greps the lines with 'imaplogin' ffrom the mail.log but there's not such line in my log (I have courierpop3login but no imaplogin). Ok, let's see what's running: Code: /usr/sbin/courierlogger -pid=/var/run/courier/imapd-ssl.pid -start -name=imapd-ssl /usr/sbin/couriertcpd -address=0 -maxprocs=40 -maxperip=4 -nodnslookup -noidentlookup 993 /usr/ and the same on a newly set up machine... in the log I have theese two possibilities: Code: Nov 27 11:08:08 laudox courierpop3login: Connection, ip=[::ffff:123.45.67.89] well the IMAP commands are not the right - it's a telnet on 143 :-) What do others with courier have in their logs? Greets Joximu RE: imap traffic - strange things - ephigenie - 11-27-2007 10:36 PM For me it looks like that : pop3 Code: Nov 27 13:37:59 ns2 courierpop3login: Connection, ip=[::ffff:123.45.67.89] Code: Nov 27 13:36:21 ns2 imapd: Connection, ip=[::ffff:123.45.67.89] So i've sent and rcvd in my lines ... my courier looks like that : Code: root 1947 0.0 0.0 1860 436 ? S Oct19 0:19 /usr/sbin/couriertcpd -address=0 -maxprocs=200 -maxperip=20 -nodnslookup -noidentlookup 143 /usr/lib/cou rier/courier/imaplogin /usr/bin/imapd Maildir my logfile is : /var/log/mail.log Courier Version is standard etch. RE: imap traffic - strange things - joximu - 11-27-2007 11:50 PM ok, it's not very different. Most important: a grep 'imaplogin' in you mail.log finds nothing too... we have to change the grep expression to get the imap traffic out of the whole mail.log. /J RE: imap traffic - strange things - BeNe - 11-28-2007 12:02 AM I have dovecot and IMAP SSL and this entry: Code: Nov 27 06:28:59 vs24XXX dovecot: imap-login: Login: user=<bene@mydomain.tld>, method=plain, rip=217.243.170.XXX, lip=62.75.2XX.XX, TLS Should grep "imap-login" Greez BeNe RE: imap traffic - strange things - joximu - 11-28-2007 12:21 AM Yes with dovecot... but until today: courier is the default with ispcp.... Seems there will be an update in the dovecot howto so it counts the traffic... :-) /J RE: imap traffic - strange things - joximu - 11-28-2007 08:39 PM Hi testers Can you please test the version of r929? At least the "no-go" probems should be solved with this... /Joxi RE: imap traffic - strange things - BeNe - 11-28-2007 08:46 PM I´m on the way... Greez BeNe RE: imap traffic - strange things - BeNe - 11-28-2007 10:20 PM No Error now in this Fix - but still 100% CPU usage! and this script runs and runs and runs.... Greez BeNe RE: imap traffic - strange things - joximu - 11-28-2007 10:23 PM are you sure it's the new script which runs - I also had some scripts runnning but they were from older releases... RE: imap traffic - strange things - BeNe - 11-28-2007 10:27 PM Yes i am sure! Or is there a new on than this --> http://www.isp-control.net/ispcp/changeset/929 ?? Greez BeNe |