Hello Magnus, That would be "private/dbmail" in postfix's spool directory, which on my machine is:
# ls -l /var/spool/postfix/private/dbmail srw-rw-rw- 1 postfix postfix 0 Dec 5 16:10 /var/spool/postfix/private/dbmail Make sure "private" exists with right perms, etc.; you don't have to manually create the socket, so if the directory is setup right, reload postfix and it should get created. The files you presented look fine afaik (though you probably want flags=R in master.cf). Jesse ---- Original Message ---- From: Magnus Nilsson <dbmail@dbmail.org> To: dbmail@dbmail.org Subject: [Dbmail] Postfix -> DBmail transport not working. Sent: Wed, 22 Jan 2003 15:15:02 +0100 > Hi. > > I´m new to this list. > My installation is DBmail with Postgresql as backend. > Everything work fine except for Postfix that complains about the DBmail > transport. (No such file or Directory) > What is wrong? (more info on the problem further down) > > Error message from Postfix is: > postfix/nwmgr[11796]: warning: connect to transport dbmail: No such file or > directory > > My config files look like this: > main.cf > transport_maps = hash:/etc/postfix/transport > > master.cf > dbmail unix - n n - - pipe > flags= user=dbmail:dbmail argv=/usr/local/sbin/dbmail-smtp -d ${recipient} > > transport > MYDOMAIN dbmail: > > I´ve tried to debug this error since no log files says anything about the > path to this missing file. > A sample from the output from strace is: > socket(PF_UNIX, SOCK_STREAM, 0) = 8 > fcntl64(8, F_GETFL) = 0x2 (flags O_RDWR) > fcntl64(8, F_SETFL, O_RDWR|O_NONBLOCK) = 0 > connect(8, {sin_family=AF_UNIX, path="private/dbmail"}, 110) = -1 ENOENT (No > such file or directory) > close(8) = 0 > time([1043245146]) = 1043245146 > getpid() = 9387 > rt_sigaction(SIGPIPE, {0x420e4570, [], 0x4000000}, {SIG_IGN}, 8) = 0 > send(7, "<20>Jan 22 09:19:06 postfix/nqmg"..., 104, 0) = 104 > rt_sigaction(SIGPIPE, {SIG_IGN}, NULL, 8) = 0 > time([1043245146]) = 1043245146 > > I´m no programmer. It looks to me that Postfix it trying to access a folder > named private/dbmail. > I´ve also verified that the path /usr/local/sbin/dbmail-smtp is correct. > > Regards, Magnus > > -- > ______________________________________________ > http://www.linuxmail.org/ > Now with POP3/IMAP access for only US$19.95/yr > > Powered by Outblaze > _______________________________________________ > Dbmail mailing list > Dbmail@dbmail.org > https://mailman.fastxs.nl/mailman/listinfo/dbmail > -- End Original Message -- -- Jesse Norell [EMAIL PROTECTED]