Postfix bind problem - I think
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
sendmail- 5723 root 4u IPv4 3214953 0t0 TCP localhost.localdomain:smtp
When I try to test the setup with mailx, in the mail log, I see:
liberty postfix/postdrop[20478]: warning: unable to look up public/pickup: No such file or directory
I tried to remove sendmail, but both "apt-get" and "dpkg" say it's already gone. Yet, the lsof message stays the same. Is it possible that some other application is simply using the name "sendmail" as an alias? How would I figure that out? That's where I am stuck. I see all the obvious clues, but none of the obvious solutions seem to work.
6 Replies
My overall setup still isn't working, but I need to dig around some more to see what's actually going on.
By the way, as my name implies, I am a linux noob. Is rebooting typically necessary when installing new packages, applications, etc.? Windows always forces you to do so when necessary, so I guess I have gotten used to that.
@rsk:
So… what's so hard with 'killall sendmail'?
Nothing… however, 'reboot' is faster to type than 'killall sendmail && sleep 3 (or so) && service postfix start', and just as effective.