On Monday, June 14, 2004 3:45 PM, Adi Sudana wrote:
> rencana-nya menjalanakan procmail dari fetchmail atau dari postfix ?
> kalo dari postfix apa isi dari
> #postconf mailbox_command
> kalo masih kosong bisa di isi (diset di main.cf)
> mailbox_command = /usr/bin/procmail (tergantung dimana letak binary
> procmail-nya)
>
Saya sih maunya jalanin dari postfixnya.... dan di main.cf sudah terisi
tuh......... apa ada lagi yang mesti di set ? fyi, letak binarynya di set
default kok........ berikut saya sertakan postconf -n.......
[EMAIL PROTECTED] bimo]# postconf -n
alias_maps = hash:/etc/postfix/aliases
allow_percent_hack = yes
append_at_myorigin = yes
append_dot_mydomain = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = smtp:localhost:10024
daemon_directory = /usr/libexec/postfix
empty_address_recipient = MAILER-DAEMON
inet_interfaces = all
luser_relay = [EMAIL PROTECTED]
mail_owner = postfix
mailbox_command = /usr/bin/procmail
masquerade_classes = envelope_sender, header_sender, header_recipient
masquerade_domains = $myorigin
masquerade_exceptions = root
mydestination = $myhostname localhost.$mydomain
mydomain = inkemaris.com
myhostname = postfix.domain.com
mynetworks = 192.168.1.0/28, 127.0.0.0/8
myorigin = $mydomain
queue_directory = /var/spool/postfix
unknown_local_recipient_reject_code = 550
Dwi