ckh
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by ckh-
ckh commented,
Oops, not just the UPCP email being rejected, the output of a cron that a client has is being rejected also, so it's not just limited to the UPCP email.
-
ckh commented,
I started receiving those emails after the latest updates also, getting them from about 7 or 8 servers now. They look to be rejecting the UPCP email that is sent out. Same subject and has local c...
-
ckh commented,
That didn't work. What did work was: grep -i username /proc/mounts you should get something like: /dev/sdb1 \040(deleted)/home/virtfs/username/home/username ext4 rw,relatime,barrier=1,data=orde...
-
ckh commented,
Was there a resolution to this? I have a few servers with the same problem, keep getting emails: repquota: Cannot resolve mountpoint path (deleted)/home/virtfs/username/home/username: No such fi...
-
ckh commented,
It wasn't a custom php.ini option. It was using the native php, which is 5.4. For some reason it is showing utf-8 as the charset today with no changes made. There must be some caching or somethi...
-
ckh commented,
Well, I'd change it within whm and the /usr/local/lib/php.ini file is updated. I believe the options in the /opt/alt/php?? directory is if a version is selected other than native and the /usr/loca...
-
ckh created a post,
5.4 default_charset
I have alt-php installed, 5.4 is the default/native version. Within WHM, php configuration, I have the default_charset set to utf-8 On all the sites using the native php version, phpinfo() shows ...
-
ckh commented,
If he has a lot of email in one folder, that can significantly slow things down also. Each email is a file. Big difference between retrieving a directory listing of 100 files and 20,000 files. I...