Control Web Panel

WebPanel => CentOS 6 Problems => Topic started by: asqard on April 08, 2015, 01:55:33 PM

Title: error send mail on postfix
Post by: asqard 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))
Title: Re: error send mail on postfix
Post by: Glenn on April 08, 2015, 03:30:41 PM
Where did you see the error ?
Title: Re: error send mail on postfix
Post by: brijendrasial on April 08, 2015, 03:54:21 PM
You need to enable spf on your domain.
Title: Re: error send mail on postfix
Post by: asqard 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
Title: Re: error send mail on postfix
Post by: Administrator on April 16, 2015, 10:04:34 AM
try using spf manager/generator.
Title: Re: error send mail on postfix
Post by: brkz 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
Title: Re: error send mail on postfix
Post by: erm3nda on May 22, 2015, 04:33:43 PM
But, disabling that policy you are fully disabling SPF on your server, don't?