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.
1
CentOS-WebPanel Bugs / Re: User panel : email account
« on: January 13, 2020, 11:56:17 AM »
This link will help to add/del/edit user/alias till problem sorted out
https://forum.centos-webpanel.com/index.php?topic=6631.0
https://forum.centos-webpanel.com/index.php?topic=6631.0
2
CentOS-WebPanel Bugs / User panel : email account
« on: January 10, 2020, 04:00:22 PM »
If the user has a large number of email account, accessing user panel -> email account (list email) will loading forever
In my case, user with 80 email account already got this problem
seem someone already found this problem since last year :-)
https://forum.centos-webpanel.com/index.php?topic=7899.0
In my case, user with 80 email account already got this problem
seem someone already found this problem since last year :-)
https://forum.centos-webpanel.com/index.php?topic=7899.0
3
Postfix / Re: Email Filtering
« on: November 11, 2019, 09:42:33 PM »
Roundcube + managesieve all the way to go
4
CentOS 7 Problems / Re: getting a 404 error message after login redirect
« on: July 02, 2019, 04:16:51 AM »
I'm having the same problem
5
Postfix / Re: Postfix error 454 4.7.1 - Dont recive email
« on: April 08, 2018, 03:37:38 PM »
The most problem like yours can be solved by rebuilding mail server.
You can try change hostname (even with same as before), the server will recreate certificate.
then rebuilding mail server.
For me, as I heavily modified email server, rebuilding mail server is "panic button"
You can try change hostname (even with same as before), the server will recreate certificate.
then rebuilding mail server.
For me, as I heavily modified email server, rebuilding mail server is "panic button"
6
E-Mail / Re: cannot send but can receive mail
« on: April 08, 2018, 03:16:30 PM »its still trying to use 25 port.. and its blocked in Turkey.
Nothing you can do about it,
You need relay server to send out from your server if port 25 blocked
7
CentOS-WebPanel Bugs / Re: BUG email forwarder missing
« on: January 08, 2018, 02:11:47 AM »
Only happen when user have subdomain, without subdomain email forwarder list shown.
Problem solved for me..
Problem solved for me..
8
CentOS-WebPanel Bugs / BUG email forwarder missing
« on: January 04, 2018, 02:35:15 AM »
Login as client on CWP centos 7, all email forwader/alias missing..
https://pasteboard.co/H1iUEqv.jpg
https://pasteboard.co/H1iUEqv.jpg
9
E-Mail / Re: How to blacklist mails using Centos Web Panel / Centos ?
« on: December 28, 2017, 11:35:16 AM »
in /etc/postfix/main.cf
smtpd_relay_restrictions = check_sender_access hash:/etc/postfix/sender_blacklist
In /etc/postfix/sender_blacklist
email1@yahoo.com REJECT
email2@gmail.com REJECT
email3@outlook.com REJECT
email4@domain.tld REJECT
postmap hash:/etc/postfix/sender_blacklist
service postfix reload
smtpd_relay_restrictions = check_sender_access hash:/etc/postfix/sender_blacklist
In /etc/postfix/sender_blacklist
email1@yahoo.com REJECT
email2@gmail.com REJECT
email3@outlook.com REJECT
email4@domain.tld REJECT
postmap hash:/etc/postfix/sender_blacklist
service postfix reload
10
Information / Re: not able to open the admin panel
« on: December 25, 2017, 10:28:16 PM »
Check /usr/local/cwp/php71/var/log/php-fpm.log
post it here if still have difficulty
post it here if still have difficulty
11
E-Mail / Re: How to forward / pipe email to Osticket in Centos Web Panel
« on: December 25, 2017, 02:04:52 PM »
easiest way,
create email osticketsupport@youdomain.tld
cretare alias/forward osticketsupport@youdomain.tld to osticketsupport@youdomain.tld and osticketsupport1@youdomain.tld
pipe osticketsupport1@youdomain.tld to osticket
create email osticketsupport@youdomain.tld
cretare alias/forward osticketsupport@youdomain.tld to osticketsupport@youdomain.tld and osticketsupport1@youdomain.tld
pipe osticketsupport1@youdomain.tld to osticket
12
E-Mail / Re: How to forward / pipe email to Osticket in Centos Web Panel
« on: December 23, 2017, 10:52:30 PM »
from http://www.anthonyhawk.com/piping-emails-to-osticket-with-postfix/
add following line in /etc/postfix/virtual_regexp
/^support@yourdomain.tld/ osticketsupport
add following line in /etc/aliases
osticketsupport: "|/usr/bin/php -q /path_to_pipe.php"
postmap hash:/etc/aliases
service postfix restart
never tried, diwyor
add following line in /etc/postfix/virtual_regexp
/^support@yourdomain.tld/ osticketsupport
add following line in /etc/aliases
osticketsupport: "|/usr/bin/php -q /path_to_pipe.php"
postmap hash:/etc/aliases
service postfix restart
never tried, diwyor
13
E-Mail / Re: Mails stuck in mail queue and large mail queue
« on: December 20, 2017, 10:37:11 PM »Still the same.
What is same ?
large amount in mail queue? if yes, you need ti fix this.
Or just cant send to gmail?
14
CentOS-WebPanel Bugs / 502 Bad Gateway - Admin panel
« on: December 20, 2017, 03:10:55 PM »
With latest cwp7, This can happen after suspend user
Cause : cwp-phpfpm failed to start
Temporary solution delete file /usr/local/cwp/php71/etc/php-fpm.d/users/suspendenuser.conf
systemctl start cwp-phpfpm
will bring your wonderfull cwp running again..
Cause : cwp-phpfpm failed to start
Temporary solution delete file /usr/local/cwp/php71/etc/php-fpm.d/users/suspendenuser.conf
systemctl start cwp-phpfpm
will bring your wonderfull cwp running again..
15
CentOS-WebPanel Bugs / Re: Link to webmail dosn't work
« on: December 18, 2017, 03:11:57 AM »
Not working for me too, seem under development...