Page 1 of 1

Stop users from changing PW in WebMail?

Posted: Wed Jun 11, 2008 3:25 pm
by Galactic Zero
Ok, I've gotten a request from a client to disable the ability of his users to change their passwords via the horde interface, none will have access to the CP to do this.

Is there a way to accomplish this that is easy?

Posted: Thu Jun 12, 2008 12:36 pm
by Snapdragon
What about killing the poppasswd service on port 106? Then webmail has nothing to talk to... but that would affect everyone on the server.

Posted: Thu Jun 12, 2008 2:15 pm
by Galactic Zero
that would be a good choice but as you said it is server wide... Hum...

Posted: Thu Jun 12, 2008 2:23 pm
by Snapdragon
Right now I'm trying to code a way to put webmail into each domain so that the bandwidth tracks back to the client IP.. this server wide webmail thing is costing me too much in bandwidth.

Posted: Thu Jun 12, 2008 5:29 pm
by Galactic Zero
let us know how that goes...

Posted: Fri Jun 13, 2008 10:42 am
by Snapdragon
Well I figure I can make aliases of my own in the user's own domains, like wm.domain.com (since Plesk traps webmail.*) and then just link to the Horde directory. That way the user will come in from their own domain and connect on their IP.

I track bandwidth using iptables, not Plesk, that way I get the true count of what that person is using. Each client has their own IP and all their sites are on it. When I was running around 400 GB of traffic a month, about 60 of it was being lost due to webmail, phpMyAdmin (because I had it centralized too), DNS, failed FTP, incomplete email, etc.