Thank you very much
Then
1) i'll change 3 by 1 in a file /var/qmail/control/spfbehavior

This means no reject spf. Is correct????

2) change spammer with: ( but where???) (/var/........??????)

# add score to pass SPF
header spf_pass Received-SPF =~ /\bpass\b/
describe spf_pass SPF Test Pass
score spf_pass -2.0

# add score to softfail SPF
header spf_softfail Received-SPF =~ /\bsoftfail\b/
describe spf_softfail SPF Test Softfail
score spf_softfail 3.0

# add score to fail SPF
header spf_fail Received-SPF =~ /\bfail\b/
describe spf_fail SPF Test Fail
score spf_fail 6.0


Im continue thinking that it wolud be another way, because in this way every
spf come in to my server..... Is the problem in de header???? i supose qmail
receibe mail with ip address 10.0.0.190 in the header and this is the razon
to reject.
Can i change to a original header mail ????

thanks.




2011/3/1 Pak Ogah <[email protected]>

> On 01-Mar-11 9:37, Gustavo De Poli wrote:
>
>> Hi.
>> Sorry my inglish is not to well. i need your help.}
>>
>> Recently i install qmail toaster in a centos 5 ( ip addrr 10.0.0.5).
>>
>> my conection with internet is with a local pc has 10.0.0.190 ( firewall )
>> this machine doing NAT, then when this machin recibe to port 25 does NAT to
>> 10.0.0.5, There is qmail,
>>
>> But some mails is rejected and im not recibe,
>>
>> when i check /var/log/qmail/smtp/current i see "SPF-REJECT"
>>
>> i do not know wath can be do to resolve and recibe all mails ...
>> thanks
>> Gustavo
>>
>>
>>  no problem, I am native english also but I can understand you.
> by default file on /var/qmail/control/spfbehavior contain "3" what you can
> do is change it into "1"
> for detail spfbehavior option see:
> http://wiki.qmailtoaster.com/index.php/Spfbehavior
>
> then you can add custom SA rules like this one:
> # add score to pass SPF
> header spf_pass Received-SPF =~ /\bpass\b/
> describe spf_pass SPF Test Pass
> score spf_pass -2.0
>
> # add score to softfail SPF
> header spf_softfail Received-SPF =~ /\bsoftfail\b/
> describe spf_softfail SPF Test Softfail
> score spf_softfail 3.0
>
> # add score to fail SPF
> header spf_fail Received-SPF =~ /\bfail\b/
> describe spf_fail SPF Test Fail
> score spf_fail 6.0
>
>
>
> ---------------------------------------------------------------------------------
> Qmailtoaster is sponsored by Vickers Consulting Group (
> www.vickersconsulting.com)
>   Vickers Consulting Group offers Qmailtoaster support and installations.
>     If you need professional help with your setup, contact them today!
>
> ---------------------------------------------------------------------------------
>    Please visit qmailtoaster.com for the latest news, updates, and
> packages.
>         To unsubscribe, e-mail:
> [email protected]
>    For additional commands, e-mail:
> [email protected]
>
>
>

Reply via email to