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.
16
CentOS-WebPanel Bugs / Re: CWP 0.9.8.6 Rebuilt Mail Server: Could not receive / send email
« on: May 25, 2015, 12:23:40 PM »17
Postfix / Re: Can't receive mail.
« on: May 25, 2015, 12:21:33 PM »It looks while giving details about problem I found the qcause of issue, its small bug in the entries created in /etc/postfix/main.cf
They are :Code: [Select]smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination,reject_non_fqdn_sender,reject_non_fqdn_recipient,reject_unknown_recipient_domain,reject_rbl_clientzen.spamhaus.org,reject_rbl_clientbl.spamcop.net,reject_rbl_clientdnsbl.sorbs.net,check_policy_service unix:private/spfpolicy
But should be :Code: [Select]smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination,reject_non_fqdn_sender,reject_non_fqdn_recipient,reject_unknown_recipient_domain,reject_rbl_client zen.spamhaus.org,reject_rbl_client bl.spamcop.net,reject_rbl_client dnsbl.sorbs.net,check_policy_service unix:private/spfpolicy
Posting here so that can help others.
thanks a lot,
previously I removed all of them to have it working, see here: http://forum.centos-webpanel.com/centos-webpanel-bugs/cwp-0-9-8-6-rebuilt-mail-server-could-not-receive-send-email/msg2952/#msg2952
18
E-Mail / Re: Wordpress cannot send email
« on: May 19, 2015, 04:17:42 AM »I have the same issue with my CentOS 7.1. But already tried disable CSF as a result doesn't make any sense.
Do you have any advice?
CentOS 7 isn't yet supported in CWP
19
CSF Firewall / Re: How to verify file integrity?
« on: May 11, 2015, 04:10:10 PM »
it's normal: you enabled the firewall and those files are csf and lfd config files
20
Postfix / Re: AntiSpam/AntiVirus Problem
« on: May 11, 2015, 03:59:09 PM »
have a look at the mail log in /var/log/maillog
21
E-Mail / add the clamav user in amavis group to fix access to /var/amavis/tmp/
« on: May 05, 2015, 12:43:03 PM »
in /var/log/maillog I had many lines like this:
I guess it's a bug, isn't?
Code: [Select]
amavis[18486]: (18486-01) (!)run_av (ClamAV-clamd) FAILED - unexpected , output="/var/amavis/tmp/amavis-x/parts: lstat() failed: Permission denied. ERROR\n"
I fixed that adding the clamav user in amavis group with this commandCode: [Select]
usermod -a -G amavis clamav
I guess it's a bug, isn't?
22
Apache / Re: How to check if userdir_module is installed
« on: May 03, 2015, 07:31:04 PM »
how to stop the directory listing?
thanks
thanks
23
MySQL / Re: new users and databases not showing up
« on: May 03, 2015, 07:05:13 PM »username for new account is limited to 8 characters by default.
I found it really constraining: I can't assign meaningful name to users thus administering gets more tricky
Isn't there a way to set it to an higher value?
thanks
24
CentOS-WebPanel Bugs / Re: CWP 0.9.8.6 Rebuilt Mail Server: Could not receive / send email
« on: April 25, 2015, 08:22:34 AM »
I had to remove also
reject_rbl_clientbl.spamcop.net,reject_rbl_clientdnsbl.sorbs.net
reject_rbl_clientbl.spamcop.net,reject_rbl_clientdnsbl.sorbs.net
25
E-Mail / Re: Rebuild mail server: Amavis, Spamassasin not installed
« on: April 25, 2015, 08:17:12 AM »26
Postfix / Re: postfix [127.0.0.1]:10024: Connection refused
« on: April 10, 2015, 12:08:24 PM »
thanks ashpak
I did it few hours ago as posted here: http://forum.centos-webpanel.com/centos-6-problems/centos-6-6-0-9-8-3-amavisd-not-installed-lfd-mails/msg2728/?topicseen#msg2728
by the way, I had to add manually content_filter= smtp-amavis:[127.0.0.1]:10024 in /etc/postfix/main.cf and remove reject_rbl_clientzen.spamhaus.org,reject_rbl_clientbl.spamcop.net,reject_rbl_clientdnsbl.sorbs.net, from smtpd_recipient_restrictions
I did it few hours ago as posted here: http://forum.centos-webpanel.com/centos-6-problems/centos-6-6-0-9-8-3-amavisd-not-installed-lfd-mails/msg2728/?topicseen#msg2728
by the way, I had to add manually content_filter= smtp-amavis:[127.0.0.1]:10024 in /etc/postfix/main.cf and remove reject_rbl_clientzen.spamhaus.org,reject_rbl_clientbl.spamcop.net,reject_rbl_clientdnsbl.sorbs.net, from smtpd_recipient_restrictions
28
CentOS 6 Problems / Re: Centos 6.6 + 0.9.8.3 Amavisd not installed, lfd mails
« on: April 10, 2015, 07:41:59 AM »
CWP 0.9.8.5
I installed amavisd with
then in /etc/postfix/main.cf added
but remove
reject_rbl_clientzen.spamhaus.org,reject_rbl_clientbl.spamcop.net,reject_rbl_clientdnsbl.sorbs.net, from smtpd_recipient_restrictions
because was making errors
umh, a bit of mess but now is working!!!
I installed amavisd with
Code: [Select]
yum install amavisd-new
then in /etc/postfix/main.cf added
Code: [Select]
content_filter= smtp-amavis:[127.0.0.1]:10024
but remove
reject_rbl_clientzen.spamhaus.org,reject_rbl_clientbl.spamcop.net,reject_rbl_clientdnsbl.sorbs.net, from smtpd_recipient_restrictions
because was making errors
umh, a bit of mess but now is working!!!
29
CSF Firewall / Re: CSF restart from CWP crash iptables...
« on: April 09, 2015, 09:23:54 AM »
got it!
I opened /usr/local/csf/bin/csfpost.sh with vim and the option :e ++ff=unix and deleted ^M at the end of each line
now csf is appling the iptables rules correctly
I opened /usr/local/csf/bin/csfpost.sh with vim and the option :e ++ff=unix and deleted ^M at the end of each line
now csf is appling the iptables rules correctly
30
CSF Firewall / Re: CSF restart from CWP crash iptables...
« on: April 08, 2015, 12:44:00 PM »
umh,csf doesn't accept
Error:[iptables v1.4.7: Invalid target name `MASQUERADE]
Code: [Select]
iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j MASQUERADE
Error:[iptables v1.4.7: Invalid target name `MASQUERADE]