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.
Pages: [1]
1
Postfix / 2020-03-10 06:23:12 Warning: Manual Upgrade Needed
« on: March 10, 2020, 09:46:43 PM »
Hi
I need to update manually.
how can i ?
is there a problem? after the update
can you share your experiences ..
I need to update manually.
how can i ?
is there a problem? after the update
can you share your experiences ..
Code: [Select]
Notifications and Alerts
Here you can check and delete the server notifications.
Click here to Edit Settings and Email Alerts.
2020-03-10 06:23:12 Warning: Manual Upgrade Needed
The new mail server configuration is available, please rebuild the mail server. Click here to check it.
2
E-Mail / What is your idea (Postfix Update)
« on: February 20, 2020, 11:47:56 AM »
They have been trying to spam with different addresses from my server for 3 days.
Also, if I don't use a spam gateway, my ip addresses would be blacklisted.
Spam email cannot be escaped via spam gateway BUT...
How is spam trying to send spam with a different email address from my server? where is it open i couldn't find it..
anyways....
this came to my mind... this update. Was this spam problem due to postfix...
have you had problems like me? What do you think about this subject..
Also, if I don't use a spam gateway, my ip addresses would be blacklisted.
Spam email cannot be escaped via spam gateway BUT...
How is spam trying to send spam with a different email address from my server? where is it open i couldn't find it..
anyways....
this came to my mind... this update. Was this spam problem due to postfix...
have you had problems like me? What do you think about this subject..
3
E-Mail / User Panel Email Notification Problem
« on: February 16, 2020, 10:13:49 AM »
when i open the notifications in the user panel.
sending the email to the user at "noresponder@centosw-webpanel.com".
spamgateway prevents it from going because this domain name is not on my server.
and the notification is not gone.
How can I change this email address.
sending the email to the user at "noresponder@centosw-webpanel.com".
spamgateway prevents it from going because this domain name is not on my server.
and the notification is not gone.
How can I change this email address.
4
CentOS-WebPanel GUI / File manager SAVE not working!
« on: January 29, 2020, 08:13:21 PM »
File manager SAVE not working!
is there anyone who has experienced the same problem?
CWPpro version: 0.9.8.932
is there anyone who has experienced the same problem?
CWPpro version: 0.9.8.932
5
Addons / Policyd does anyone use it?
« on: January 19, 2020, 04:05:17 PM »
Policyd does anyone use it?
i plan to make a monthly e-mail quota
I want to use Policyd for this
do I use it or how can I do it with another method.
Policyd
https://wiki.policyd.org/start
i plan to make a monthly e-mail quota
I want to use Policyd for this
do I use it or how can I do it with another method.
Policyd
https://wiki.policyd.org/start
6
Updates / CWPpro version: 0.9.8.927
« on: January 12, 2020, 12:30:29 PM »
does anyone know about this version
7
Updates / Goaccess stats not working
« on: January 06, 2020, 12:57:09 AM »
Goaccess stats not working
does not work after last update, is everyone the same
does not work after last update, is everyone the same
8
Updates / COMİNG !! analysis system !!!
« on: November 17, 2019, 11:53:41 PM »
3 days ago update arrived. and home directory.
speak user folder user folder. GOACSESS folder !! This is what ... finally comes in statistics.
![](https://www.imageupload.net/upload-image/2019/11/17/Firefox_Screenshot_2019-11-17T23-50-37.909Z.th.png)
![](https://www.imageupload.net/upload-image/2019/11/17/Firefox_Screenshot_2019-11-17T23-50-37.909Z.png)
https://www.imageupload.net/image/firefox-screenshot-2019-11-17t23-50-37909z.i6IQv
speak user folder user folder. GOACSESS folder !! This is what ... finally comes in statistics.
![](https://www.imageupload.net/upload-image/2019/11/17/Firefox_Screenshot_2019-11-17T23-50-37.909Z.th.png)
![](https://www.imageupload.net/upload-image/2019/11/17/Firefox_Screenshot_2019-11-17T23-50-37.909Z.png)
https://www.imageupload.net/image/firefox-screenshot-2019-11-17t23-50-37909z.i6IQv
9
Installation / spamassassin is inactive! how are your settings?
« on: September 16, 2019, 08:27:31 PM »
my spamassassin is not active
how did i notice this
-Too many spam e-mail coming
-incoming emails never go to the spam folder
-i have read many spamassassin support articles, but my settings don't work at all.
-then I saw this video. here postfix, clamav and spamassassin had the setting. (https://www.youtube.com/watch?v=xhGlO0gEhQc)
-i realized something was missing.
- and bingo
-actually, everything was close.
-cwp wiki also had this topic. (http://wiki.centos-webpanel.com/how-to-configure-spamassassin)
- i tried to apply these settings. but postfix gives an error. :.(
how did you do it.
/etc/postfix/master.cf added
i don't know how to apply it. with ssh? I skipped this step !!!
Next, we have to edit /etc/sysconfig/spamassassin with the code below:
and i added them
Configure /etc/spamassassin/local.cf with default options below:
and
but postfix gave error
how did i notice this
-Too many spam e-mail coming
-incoming emails never go to the spam folder
-i have read many spamassassin support articles, but my settings don't work at all.
-then I saw this video. here postfix, clamav and spamassassin had the setting. (https://www.youtube.com/watch?v=xhGlO0gEhQc)
-i realized something was missing.
- and bingo
-actually, everything was close.
-cwp wiki also had this topic. (http://wiki.centos-webpanel.com/how-to-configure-spamassassin)
- i tried to apply these settings. but postfix gives an error. :.(
how did you do it.
/etc/postfix/master.cf added
Code: [Select]
smtp inet n - n - - smtpd
-o content_filter=smtp-amavis:127.0.0.1:10024
-o receive_override_options=no_address_mappings
-o content_filter=spamassassin
and thisCode: [Select]
spamassassin unix - n n - - pipe
user=nobody argv=/usr/bin/spamc -f -e
/usr/sbin/sendmail -oi -f ${sender} ${recipient}
i don't know how to apply it. with ssh? I skipped this step !!!
Next, we have to edit /etc/sysconfig/spamassassin with the code below:
Code: [Select]
SAHOME="/var/lib/spamassassin/"
SPAMDOPTIONS="-d -c -C /etc/spamassassin/local.cf -m5 -u nobody -s ${SAHOME}spamd.log"
----------------------------------------------------------------------------------------------------and i added them
Configure /etc/spamassassin/local.cf with default options below:
Code: [Select]
rewrite_header Subject *****SPAM*****
# report_safe 1
# trusted_networks 212.17.35.
required_score 5.0
use_bayes 1
bayes_auto_learn 1
bayes_ignore_header X-Bogosity
bayes_ignore_header X-Spam-Flag
bayes_ignore_header X-Spam-Status
include /usr/share/spamassassin/
----------------------------------------------------------------------------------------------------and
Code: [Select]
sa-update
systemctl restart postfix spamassassin
----------------------------------------------------------------------------------------------------but postfix gave error
- can you tell us step by step how you did it
Quote
Attention to the managers!
One Time to buy support. Can you solve this problem?
I can buy it if possible.
12
Dovecot / Successful Mail Delivery Report Language change
« on: August 02, 2019, 01:06:03 PM »
I want to change this message.
where can i do?
ty...
This is the mail system at host svr9.3x.com.
Your message was successfully delivered to the destination(s)
listed below. If the message was delivered to mailbox you will
receive no further notifications. Otherwise you may still receive
notifications of mail delivery errors from other systems.
The mail system
: delivery via dovecot: delivered via dovecot service
where can i do?
ty...
This is the mail system at host svr9.3x.com.
Your message was successfully delivered to the destination(s)
listed below. If the message was delivered to mailbox you will
receive no further notifications. Otherwise you may still receive
notifications of mail delivery errors from other systems.
The mail system
: delivery via dovecot: delivered via dovecot service
13
CentOS-WebPanel Bugs / Limit server resources (cgroups)
« on: August 01, 2019, 11:41:37 AM »
Hi
There is a problem in the Cgroups settings!
for example
let's say you have 2 accounts
domain1.com Cpu % 50
domain2.com Cpu % 50
let's change domain1.com and do 25%.
the settings of domain2.com are reset and 100% cpu.
previous settings are reset and lost function
is this normal
we can only limit 1 domain?
There is a problem in the Cgroups settings!
for example
let's say you have 2 accounts
domain1.com Cpu % 50
domain2.com Cpu % 50
let's change domain1.com and do 25%.
the settings of domain2.com are reset and 100% cpu.
previous settings are reset and lost function
is this normal
we can only limit 1 domain?
15
Updates / CWP version: 0.9.8.837
« on: June 28, 2019, 11:27:24 PM »
+ admin theme changed
do you have any more ?
why no new news is added to this page
http://centos-webpanel.com/changelog
Version 0.9.8.277 – 0.9.8.480 (released 08/02/2018-21/05/2018)
do you have any more ?
why no new news is added to this page
http://centos-webpanel.com/changelog
Version 0.9.8.277 – 0.9.8.480 (released 08/02/2018-21/05/2018)
Pages: [1]