Web Hosting Talk







View Full Version : POP logins


luisfalcon
08-22-2002, 04:45 PM
Hi all! hope your all ok :)

I don't know if this is a problem.. but it´s annoying!

If i grep /var/log/maillog for certain user and certain day i discover i have a few users that logins to check their mail EVERY MINUTE :eek:. They seem to leave their Outlook Express open all day and configured to do so...

If you sum this to the fact that most of the users have more than one mail configured on their outlook express (one of them has 5!) You can count THOUSANDS of useless logins A DAY!

1) Is this a problem at all? (my ACTIVE SYSTEM ATTACK daily mail is getting huge as it logs every damn connection :angry: )

2) How to limit the time between connections?:confused:

I´m on a standard Cpanel machine

Thanks in advance :)

davidb
08-22-2002, 04:54 PM
I dont see it as one, I had a few who did it every few minutes. Not something to worrie about

MTG
08-22-2002, 05:00 PM
Don't worry! It's not a problem at all ;)

bitserve
08-22-2002, 09:22 PM
You should have a policy on that. Ours is that they not do that more often than every three minutes. Unless you're using POP through inetd or xinetd, most mail servers can handle the load, but it's inappropriate. IMHO.

Unless your logging is showing the same username, it's possible (though unlikely) your customer has multiple users behind a NAT, and so it's actually 10 users checking their email every 10 minutes. :)

luisfalcon
08-28-2002, 08:38 PM
But.. there isn't a way to limit this on the server side?

Ahmad
08-28-2002, 09:51 PM
If you want to do it on per email, then this is application level and depends on your MTA. If you want it per IP then you can do it at xinetd.

MaB
08-28-2002, 10:03 PM
Its no prob :) I check my mail on my server every one minute along with other customers.

cperciva
08-28-2002, 10:24 PM
A user checking his mail doesn't take any more resources than someone loading a single page from his web site. Do you consider it excessive if a user's web site gets one visitor per minute?

bitserve
08-28-2002, 11:36 PM
Originally posted by cperciva
A user checking his mail doesn't take any more resources than someone loading a single page from his web site. Do you consider it excessive if a user's web site gets one visitor per minute?

If he checks his own site every minute just to check that is hasn't changed, I'd say that it was inappropriate. :)

What about checking your email every .00001 seconds? There is a limit to what a reasonable person would do. To me, reason would say that every three minutes is pretty darn often. On that rare occasion that you need the email the minute it arrives, check it every minute. Just remember to change it back after.

IMHO of course.

MotleyFool
08-29-2002, 01:54 AM
I run a mail server and a lot of users have OE set up for 1 min check.

It's just a PIII 256MB and still the server load is hovering around 0.01 - 0.05 most times and max is 0.10.

While I understand where Mark is coming from, I wouldn't worry about it

Portsentry is too paranoid for my taste , but as my father always used to say, "Every man his poison!".

anantatman
08-29-2002, 02:57 AM
yeah, there are a lot of users with web enabled cell phones that configure their email settings at their providers' sites..

i use nextel do this and they check my email probably every 30 secs and notify me of any new mail. unless you _really_ need to cut down on server load, let it go

luisfalcon
08-29-2002, 02:08 PM
The server load is not a problem. In fact my only problem with this is that i´m getting that damn active system attack mail very big.

The thing is that is not only ONE user, there are several users doing this and some of them cheks not only one email, thay check as much as 5 emails at the same time every damn minute.

But my main problem is that doing this is useless... I´ll cut one nut if they receive a mail 0.01% of the times they check it. And I'll cut the other one if it is this mail so impotant it can't wait 5 damn minutes :rolleyes:

Thanks for the comments :)

cperciva
08-29-2002, 03:33 PM
Originally posted by luisfalcon
I´ll cut one nut if they receive a mail 0.01% of the times they check it.

Better start cutting. If they receive more than 8 emails/day, there will be new mail over 0.01% of the (once a minute) times they check.

oc3
08-29-2002, 03:53 PM
I think this might help !!!

What it does is gets u rid of all that email logs that u recv on ur Notification E-mail address for ur server.

Edit this file:
/etc/logcheck/logcheck.ignore

And add this line at the bottom of the file:
cpanelpop.*Session Closed


cheers !!

luisfalcon
08-30-2002, 08:29 PM
Originally posted by cperciva
Better start cutting. If they receive more than 8 emails/day, there will be new mail over 0.01% of the (once a minute) times they check.

You ACTUALLY took the time to make the math? hehe :D (i didn´t)

luisfalcon
08-30-2002, 08:31 PM
Originally posted by oc3
I think this might help !!!

What it does is gets u rid of all that email logs that u recv on ur Notification E-mail address for ur server.

Edit this file:
/etc/logcheck/logcheck.ignore

And add this line at the bottom of the file:
cpanelpop.*Session Closed


cheers !!
Thanks i'll do that!