lejeczek via Postfix-users:
> -> $ postconf -Mf | egrep -i '(pickup|qmgr)'
> pickup     unix  n       -       n       60      1       pickup
> qmgr       unix  n       -       n       300     1       qmgr

With a similar configuration on my Fedora system the postconf command
makes no atttmpt to write to a private/pickup FIFO, as shown with
this strace output:

   ...
    newfstatat(AT_FDCWD, "public/pickup", {st_mode=S_IFSOCK|0666, st_size=0, 
...}, 0) = 0
    socket(AF_UNIX, SOCK_STREAM, 0)  = 4
    fcntl(4, F_GETFL)                = 0x2 (flags O_RDWR)
    fcntl(4, F_SETFL, O_RDWR|O_NONBLOCK) = 0
    connect(4, {sa_family=AF_UNIX, sun_path="public/pickup"}, 110) = 0
    ...

That is a fragment of the output from running as root:

    # echo Subject: test | strace -fo output-file-name sendmail root@localhost

Maybe you have multiple Postfixen installed.

The command:

    # find / -name postdrop

may discover postdrop commands from other Postfix installs.

        Wietse
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to