Author Topic: error send mail on postfix  (Read 11103 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
error send mail on postfix
« on: April 08, 2015, 01:55:33 PM »
tray send mail on roundcube

some error

(host mx.poczta.onet.pl[213.180.147.146] said: 554 5.7.1 : Recipient address rejected: Spf check: fail (in reply to RCPT TO command))

Offline
**
Re: error send mail on postfix
« Reply #1 on: April 08, 2015, 03:30:41 PM »
Where did you see the error ?

Re: error send mail on postfix
« Reply #2 on: April 08, 2015, 03:54:21 PM »
You need to enable spf on your domain.

Offline
*
Re: error send mail on postfix
« Reply #3 on: April 12, 2015, 01:32:10 PM »
Code: [Select]
; Panel %version%
; Zone file for globhurt.com
$TTL 14400
globhurt.com.      86400        IN      SOA     ns1.centos-webpanel.com. biuro.reinfo-serwis.pl. (
         2013071602      ; serial, todays date+todays
                86400           ; refresh, seconds
          7200            ; retry, seconds
            3600000         ; expire, seconds
           86400 )         ; minimum, seconds

globhurt.com. 86400 IN NS ns1.centos-webpanel.com.
globhurt.com. 86400 IN NS ns2.centos-webpanel.com.

globhurt.com. IN A 83.1x.2xx.1xx

localhost.globhurt.com. IN A 127.0.0.1

globhurt.com. IN MX 0 globhurt.com.

mail IN CNAME globhurt.com.
www IN CNAME globhurt.com.
ftp IN CNAME globhurt.com.
; Add additional settings below this line




globhurt.com. IN TXT "v=spf1 mx a"
my dns zone
Do I need to have a reverse dns

Offline
*
Re: error send mail on postfix
« Reply #4 on: April 16, 2015, 10:04:34 AM »
try using spf manager/generator.
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: error send mail on postfix
« Reply #5 on: May 22, 2015, 10:12:22 AM »
I get the same error, however I get it when email is being received from server not supporting spf. Simple fix was to edit /etc/postfix/main.cf and remove

check_policy_service unix:private/spfpolicy
« Last Edit: May 22, 2015, 10:16:10 AM by brkz »

Offline
***
Re: error send mail on postfix
« Reply #6 on: May 22, 2015, 04:33:43 PM »
But, disabling that policy you are fully disabling SPF on your server, don't?
8==D it's a function that try to compare 8 (int) against D (string) which returns True or False depending on the asker.