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

Reply via email to