On Sun, May 03, 2015 at 09:16:34PM +0530, dE wrote: > I was reading the postfix documentation and man page > > http://www.postfix.org/master.5.html > > Search for the string "The service name is a pathname relative to the > Postfix" > > Here, the unix sockets are made in either the private or public subdirectory > of $queue_directory instead of $queue_directory itself.
Yes. The socket or fifo pathname is: $queue_directory/${{n}==${private}?public:private}/${service} -- Viktor.