On Monday 26 October 2009 16:03:56 Harakiri wrote: > > Thanks, is there a particular reason why postfix itself can read config > from any user like for maps etc - but proxymap cant? The only way i see now > is to add my user to the group of postfix.
Because proxymap is running as user postfix? System file permissions prevent it. mail_owner can be set to the user you want it to run as in main.cf, which would be the appropriate change, although I've not done this myself. man 5 master - discusses some of these issues. Perhaps the real question is why are you running it as a non-standard user name, to make life hard? Or did you already have a user "postfix" on your system?