What user account does Postfix run under?

Discussion in 'Installation/Configuration' started by [email protected], Feb 19, 2007.

  1. james@thereidsonline.com

    [email protected] New Member

    Hi,

    I'm trying to install mailman (a list manager) and it is asking what user account does postfix run under?

    On a broader note, is there a unix command that I can run that can tell me this?

    Thanks!
    James.
     
  2. martinfst

    martinfst Member Moderator

    Use
    Code:
    ps -ef
    to see what programs run and what users own a process. Postfix normally runs as user 'postfix'
     

Share This Page