View Single Post
  #15 (permalink)  
Old 04-16-2008, 01:08 PM
AdamG AdamG is offline
Member
 
Join Date: Nov 2007
Location: Seattle, WA
ZCS Version: Ubuntu 6.06 LTS ZCS 5.0.4
Posts: 10
AdamG is on a distinguished road
Default

Here it is:
Code:
ps -fu postfix
UID        PID  PPID  C STIME TTY          TIME CMD
postfix  18243 18239  0 Apr15 ?        00:00:00 qmgr -l -t fifo -u
postfix  19212 18239  0 Apr15 ?        00:00:00 tlsmgr -l -t unix -u
postfix  26852 18239  0 12:20 ?        00:00:00 pickup -l -t fifo -u
postfix   1650 18239  0 12:41 ?        00:00:00 anvil -l -t unix -u
postfix   5683 18239  0 12:52 ?        00:00:00 smtpd -n smtp -t inet -u
postfix   8466 18239  0 13:00 ?        00:00:00 cleanup -z -t unix -u
postfix   8467 18239  0 13:00 ?        00:00:00 smtp -n smtp-amavis -t unix -u -o smtp_data_done_timeout 1200 -o smtp_send_xforward_command yes -o disable_dns_lookups yes -o max_use 20
postfix   8476 18239  0 13:00 ?        00:00:00 smtpd -n 127.0.0.1:10025 -t inet -u -o content_filter  -o local_recipient_maps  -o virtual_mailbox_maps  -o virtual_alias_maps  -o relay_recip
postfix   8477 18239  0 13:00 ?        00:00:00 lmtp -t unix -u
postfix  13437 18239  0 13:02 ?        00:00:00 trivial-rewrite -n rewrite -t unix -u
postfix  13737 18239  0 13:02 ?        00:00:00 smtpd -n smtp -t inet -u
Code:
zmlocalconfig postfix_mail_owner
postfix_mail_owner = postfix
Reply With Quote