Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - wes

Pages: [1]
1
I know a lot of this is rambling and wishful thinking but if there is a way to test the El9 copies, I would be interested also I know it says cwp panel but sometimes CentOS really gets on my nerves.. and to run this program is the only reason I even run cintas everything else is in debian

2
CentOS-WebPanel Bugs / Re: Main PHP Selector isn't work in 0.9.8.1177
« on: April 17, 2024, 11:30:20 PM »
Correct I have the pro version and I still haven't got the update yet to fix this bug

3
CentOS-WebPanel Bugs / Re: Auto Responder not working
« on: April 17, 2024, 11:29:19 PM »
I am still having the same bug 8 years later when you set up an auto reply it doesn't work it tries to send it out of the totally different domain with the auto reply in front of it and instead of an at sign it uses a pound sign and it gets stuck in the mail queue forever

4
How to / Hard and Soft Limits on Quota
« on: December 28, 2020, 04:12:20 PM »
I have users over the limit and the site is still working, i know there are hard soft, and time delays for this also, but where is it... it defeats the purpose for me if it dont stop them i noticed it for bandwidth they didnt reach the disk max yet but im sure it will have the same issue

5
CentOS Configuration / Re: How to setup user quotas ?
« on: September 18, 2020, 05:28:06 PM »
how do you make it a hard quota, and stop when it reaches, also, how do you get the email from the root / to /home where the space actually is

6
CentOS 7 Problems / CWP7 Bandwidth Limit
« on: May 26, 2020, 12:23:17 AM »
i cannot get the bandwidth limit to work it shows 129 so it's over but the site is still running  i need like a hard limit to disable it


https://drive.parkland.tech/index.php/s/RWTbnqGrGn96NMT/preview


7
E-Mail / Re: How to change Mailbox folder / mount point
« on: December 16, 2019, 10:49:30 PM »
I found a way, dont know it's exactly the same as your looking for but all the auto email creation stuff works and everything BUT if you rebuild the mail config for whatever reason you must do this again

this file also demonstrates me putting email in /home to follow the quota requirements  change as your build needs this
tested on xfs system only

edit the main dovecot file
nano /etc/dovecot/dovecot.conf
and make sure
mail_location = maildir:/home/%u/%d/%n
save and exit
now the wierd part

edit this one
nano /etc/dovecot/dovecot-mysql.conf

and change all the /var/vmail links to the path you need mine is posted bellow

# following should all be on one line.
password_query = SELECT username as user, password, concat('/home/%d/', maildir) as userdb_home, concat('maildir:/home/%d/', maildir) as userdb_mail, 101 as userdb_uid, 12 as userdb_gid FROM mailbox WHERE username = '%u' AND active = '1'

# following should all be on one line
user_query = SELECT concat('/home/%d/', maildir) as home, concat('maildir:/home/%d/', maildir) as mail, 101 AS uid, 12 AS gid, CONCAT('*:messages=0:bytes=', quota) as quota_rule FROM mailbox WHERE username = '%u' AND active = '1'

iterate_query = SELECT username AS user FROM mailbox


I hope this helps it did work for me make sure to restart the dovecot service, and also move the email if needed it will not copy it




Pages: [1]