On Thu, Dec 11, 2003 at 10:22:31AM +0700, Jimmy wrote: > Btw, bagaimana setup existent user pada postfix backup mx pada box yg > berbeda ? Mungkin ada dokumentasinya ?
File /etc/postfix/sample-smtpd.cf # REJECTING UNKNOWN RELAY USERS # # The relay_recipient_maps parameter specifies optional lookup tables # with all addresses in the domains that match $relay_domains. # # If this parameter is defined, then the SMTP server will reject # mail for unknown relay users. This feature is off by default. # # The right-hand side of the lookup tables is conveniently ignored. # In the left-hand side, specify an @domain.tld wild-card, or specify # a [EMAIL PROTECTED] address. # #relay_recipient_maps = hash:/etc/postfix/relay_recipients Mungkin begini : /etc/postfix/main.cf relay_recipient_maps = hash:/etc/postfix/relay_recipients /etc/postfix/relay_recipients [EMAIL PROTECTED] [EMAIL PROTECTED] Karena backup MX biasanya di mesin berbeda anda bisa menggunakan scripting untuk mensinkronisasi table relay_recipients tersebut, misalnya rsync, ftp dll. Asfihani
