|MiNi0n|
November 13th, 2002, 02:02
Ok, ok.

I CVS'd my home box today to get up to date with all the new patches from OBSD. Ugly, ugly, ugly. Dunno why but a good portion of my services got hosed totally. I can deal with this normally, I mean... it's to be expected when you do major overhauls like make build.

But... my postfix. HOSED!!!! I've used the packages from 3.2. Built it from ports (both 3.2 and snapshot) and I'm still nowhere. I'm tired and overly frustrated from this prolonging into a day ordeal when I hoped it would be mere hours.

Here's my errors with postfix. In all your infinate wisdom good SE patrons... help out a tired man:

Nov 13 00:51:17 aurora postfix/pickup[10674]: warning: connect #7 to subsystem public/cleanup: No such file or directory
Nov 13 00:51:27 aurora postfix/pickup[10674]: warning: connect #8 to subsystem public/cleanup: No such file or directory
Nov 13 00:51:37 aurora postfix/pickup[10674]: warning: connect #9 to subsystem public/cleanup: No such file or directory
Nov 13 00:51:47 aurora postfix/pickup[10674]: warning: connect #10 to subsystem public/cleanup: No such file or directory
Nov 13 00:51:57 aurora postfix/pickup[10674]: fatal: connect #11 to subsystem public/cleanup: No such file or directory
Nov 13 00:51:58 aurora postfix/master[9710]: warning: process /usr/local/libexec/postfix/pickup pid 10674 exit status 1

elmore
November 13th, 2002, 02:17
What happens when you run a postsuper, oh wait I guess you can't even get that far. Sounds like you might now have all the dirs in /var/spool postfix

Here's what I have in mine.

[code:1:a87fcd6d82]
2 drwxr-xr-x 15 root wheel 512 Jul 30 15:54 ./
2 drwxr-xr-x 12 root wheel 512 Jul 27 13:36 ../
2 drwx------ 18 postfix wheel 512 Jun 8 00:45 active/
2 drwx------ 18 postfix wheel 512 Jun 24 20:31 bounce/
2 drwx------ 2 postfix wheel 512 Jun 5 23:09 corrupt/
2 drwx------ 8 postfix wheel 512 Sep 13 20:15 defer/
2 drwx------ 13 postfix wheel 512 Oct 18 01:33 deferred/
2 drwxr-xr-x 2 root wheel 512 Jun 5 23:09 etc/
2 drwx------ 3 postfix wheel 512 Jun 7 23:56 flush/
2 drwx------ 18 postfix wheel 512 Nov 13 01:14 incoming/
2 drwx-wx--- 2 postfix postdrop 512 Nov 13 00:00 maildrop/
2 drwxr-xr-x 2 root wheel 512 Oct 18 01:56 pid/
2 drwx------ 2 postfix wheel 512 Oct 18 01:29 private/
2 drwx--x--- 2 postfix postdrop 512 Aug 12 00:08 public/
2 drwx------ 2 postfix wheel 512 Jun 5 23:09 saved/
18 -rw-r--r-- 1 root wheel 9027 Jul 30 15:54 services
[/code:1:a87fcd6d82]

I actually know something about postfix. Hopefully I can help.

|MiNi0n|
November 13th, 2002, 02:23
I have what the port install put in there... which BTW... is what you have as well. At least in the initial /var/spool/postfix.

I have a cleanup in /var/spool/postfix/private which is a sock:

aurora# file /var/spool/postfix/private/cleanup
/var/spool/postfix/private/cleanup: socket

But none in /var/spool/postfix/public. Do you have a socket there?

elmore
November 13th, 2002, 02:32
Here's what I have, nothing in private, only in public:

Here's the ls:

[code:1:b5e24993ac]
/var/spool/postfix/private
keyboard# ls -lsa
total 2
1 drwx------ 2 postfix wheel 512 Oct 18 01:29 .
1 drwxr-xr-x 15 root wheel 512 Jul 30 15:54 ..
0 srw-rw-rw- 1 postfix wheel 0 Aug 12 00:08 bounce
0 srw-rw-rw- 1 postfix wheel 0 Aug 12 00:08 bsmtp
0 srw-rw-rw- 1 postfix wheel 0 Aug 12 00:08 cyrus
0 srw-rw-rw- 1 postfix wheel 0 Aug 12 00:08 defer
0 srw-rw-rw- 1 postfix wheel 0 Aug 12 00:08 error
0 srw-rw-rw- 1 postfix wheel 0 Aug 12 00:08 ifmail
0 srw-rw-rw- 1 postfix wheel 0 Aug 12 00:08 lmtp
0 srw-rw-rw- 1 postfix wheel 0 Aug 12 00:08 local
0 srw-rw-rw- 1 postfix wheel 0 Aug 12 00:08 rewrite
0 srw-rw-rw- 1 postfix wheel 0 Aug 12 00:08 smtp
0 srw-rw-rw- 1 postfix wheel 0 Aug 12 00:08 uucp
0 srw-rw-rw- 1 postfix wheel 0 Aug 12 00:08 virtual
0 srw-rw-rw- 1 postfix wheel 0 Oct 18 01:29 vscan

/var/spool/postfix/public

keyboard# ls -lsa
total 2
1 drwx--x--- 2 postfix postdrop 512 Aug 12 00:08 .
1 drwxr-xr-x 15 root wheel 512 Jul 30 15:54 ..
0 srw-rw-rw- 1 postfix postdrop 0 Aug 12 00:08 cleanup
0 srw-rw-rw- 1 postfix postdrop 0 Aug 12 00:08 flush
0 prw--w--w- 1 postfix postdrop 0 Nov 13 01:30 pickup
0 prw--w--w- 1 postfix postdrop 0 Nov 13 01:30 qmgr
0 srw-rw-rw- 1 postfix postdrop 0 Aug 12 00:08 showq
keyboard#
[/code:1:b5e24993ac]

First ls is /var/spool/postfix/private, second is /var/spool/postfix/public

|MiNi0n|
November 13th, 2002, 14:10
build from source and all the wackiness is eradicated.

Now I have to redo all my perl and amavisd-new stuff to get virus scanning up. But I'm not bitter ;-)