openaccess
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by openaccess-
]That is correct. The interfaces that allow you to configure SSLCiphers for each subsystem should now have separate textboxes to enter the SSLProtocol string. We're working on getting the online d...
-
After additional cPanel ticket discussions, an even better regex was decided upon: \.eu(\>)?$ This is necessary because the string pulled from the From address is not always consistent. Sometimes ...
-
Solution worked out via support ticket is to use: From match regex \.eu$ Where \ escapes the period. Without an escape, the period acts as wildcard, which would also work in this situation, but wi...