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.
Use Code: ps -ef to see what programs run and what users own a process. Postfix normally runs as user 'postfix'