postfix-users  

Re: [postfix-users] Email sudah disign dkfilter, server punya reverse dns lookup, masih masuk bulk

Nyoman [D]
Tue, 02 Feb 2010 02:36:54 -0800

On Mon, 2010-02-01 at 09:03 +0700, Hari Hendaryanto wrote:
> Arief Yudhawarman wrote:
> yahoo, pakai system deprioritize, mungkin sebelum nya sudah pernah di 
> deprioritize sama yahoo.
> mail server saya tanpa dkim(dulu pernah pakai dkim-milter) aman2 saja ke 
> yahoo. :)
> 
> bikin transport khusus ke yahoo, supaya nggak terlalu sering nge burst 
> ke mx mereka
> 
> misalnya:
> batasi concurrent recipient ke yahoo setiap satu session pengiriman.
> batasi concurrent  connection ke yahoo.
> kalau pakai postfix manfaatkan connection cache feature.
> 
> kalo ada spare ip bisa bind ip khusus untuk deliver ke yahoo.
> 
> master.cf
> yahoo  unix -       -       n       -       1       smtp
>           -o smtp_helo_name=fqdn.domain.tld
>           -o smtp_bind_address=1.2.3.4
>           -o smtp_connect_timeout=5
>           -o smtp_helo_timeout=5
>           -o syslog_name=postfix-to-yahoo
> 
> main.cf
> deadbeats_destination_concurrency_limit = 1
> deadbeats_destination_recipient_limit = 5
> 
> transport
> yahoo.com            yahoo:
> yahoo.co.id           yahoo:
> 
> # postmap transport
> # postfix reload
> 
> cmiiw
> 
> wassalam
> 

Saya coba di atas kok nggak bisa ya ?
malah keluar error gini
Feb  2 18:31:23 server postfix/postfix-script: starting the Postfix mail
system
Feb  2 18:31:23 server postfix/master[5458]:
fatal: /etc/postfix/master.cf: line 95: field "wakeup_time": bad value:
"-1"

line 95 di master.cf saya buat seperti ini dalam 1 baris (mengikuti
baris diatasnya yang dibuat 1 baris juga)
yahoo unix - - n -1 smtp -o smtp_helo_name=server.myserver.com -o
smtp_bind_address=65.xx.yy.z3 -o smtp_connect_timeout=5 -o
smtp_helo_timeout=5 -o syslog_name=postfix-to-yahoo

Saya mau mengganti source IP server hosting milik teman yang saat ini
sering kena black list.

Thanks

Nyoman