Control Web Panel

WebPanel => Postfix => Topic started by: become on October 28, 2017, 10:38:10 PM

Title: I can send emails. But I do not get. I can pay for fixing issue
Post by: become on October 28, 2017, 10:38:10 PM
I have problem with email serwer.
I can send email without any problems.
Problem is that when I send email from outside server I do not get it.
Can someone help me ?
I can pay for fix this problem.
Title: Re: I can send emails. But I do not get. FIXED
Post by: become on October 29, 2017, 12:02:45 PM
I found solution.
There is problem with Centos 7

When rebuild mail server i so that yum updating and installing this:

Updating:
 pypolicyd-spf   noarch   1.3.2-2.el7   epel   44 k
Installing for dependencies:
 python-ipaddress   noarch   1.0.16-2.el7   base   34 k

There is issue with python-ipaddress liblary on Centos 7

Read more:
https://bugs.centos.org/view.php?id=12393
Title: Re: I can send emails. But I do not get. I can pay for fixing issue
Post by: ARF on October 30, 2017, 11:42:08 AM
Any update on this problem I have to disable dkim and spf on rebuild to get mail working Tried other solutions but unable to work.
Title: Re: I can send emails. But I do not get. I can pay for fixing issue
Post by: become on October 30, 2017, 11:49:48 AM
there is fix on centos forum

my fix:
use python3

yum install python34
yum install python34-setuptools
easy_install-3.4 pip
pip3 install pyspf
pip3 install py3dns
pip3 install pypolicyd-spf

change python3 path in /etc/postfix/master.cf
e.g.
policyd-spf unix - n n - 0 spawn user=nobody argv=/usr/bin/python3 /usr/libexec/postfix/policyd-spf

I hope this will help someone out there.

---------------------------------------
I didn't do this becouse I want to have my cwp compatible with master
Title: Re: I can send emails. But I do not get. I can pay for fixing issue
Post by: ARF on October 30, 2017, 12:25:07 PM
there is fix on centos forum

my fix:
use python3

yum install python34
yum install python34-setuptools
easy_install-3.4 pip
pip3 install pyspf
pip3 install py3dns
pip3 install pypolicyd-spf

change python3 path in /etc/postfix/master.cf
e.g.
policyd-spf unix - n n - 0 spawn user=nobody argv=/usr/bin/python3 /usr/libexec/postfix/policyd-spf

I hope this will help someone out there.

---------------------------------------
I didn't do this becouse I want to have my cwp compatible with master

No package python34 available.

I installed and complied 3.4.4 but keep getting permission issued in the maillog
Title: Re: I can send emails. But I do not get. I can pay for fixing issue
Post by: pcready.cl on October 30, 2017, 04:33:24 PM
there is fix on centos forum

my fix:
use python3

yum install python34
yum install python34-setuptools
easy_install-3.4 pip
pip3 install pyspf
pip3 install py3dns
pip3 install pypolicyd-spf

change python3 path in /etc/postfix/master.cf
e.g.
policyd-spf unix - n n - 0 spawn user=nobody argv=/usr/bin/python3 /usr/libexec/postfix/policyd-spf

I hope this will help someone out there.

---------------------------------------
I didn't do this becouse I want to have my cwp compatible with master

No package python34 available.

I installed and complied 3.4.4 but keep getting permission issued in the maillog

post maillog error...
Title: Re: I can send emails. But I do not get. I can pay for fixing issue
Post by: studio4host on October 31, 2017, 01:26:08 PM
read this info
http://forum.centos-webpanel.com/spf/policyd-spf-skip_addresses-not-ip-network/msg14109/?topicseen#msg14109
Title: Re: I can send emails. But I do not get. I can pay for fixing issue
Post by: muscator on December 30, 2017, 09:11:41 AM
- or read this http://forum.centos-webpanel.com/spf/policyd-spf-skip_addresses-not-ip-network/msg14109/?topicseen#msg14109


Anyhow - the issue persists after 3 months and was introduced after an update by CWP - so why they still havenīt fixed it after 3 months is hard to say.....
Title: Re: I can send emails. But I do not get. I can pay for fixing issue
Post by: become on December 30, 2017, 09:39:55 AM
There is no this issue anymore.