
loupicciano at comcast
Jul 15, 2010, 4:23 PM
Post #1 of 1
(292 views)
Permalink
|
|
dbmail not receiving email from Postfix...
|
|
Hello All, Trying again to work through the Postfix-dbmail(PostgreSQL) connection... Sending an email to one of our domains to test the delivery chain; Postfix apparently receives it, but claims it cannot connect: postfix/lmtp[13964]: [ID 197553 mail.info] send attr reason = connect to localhost[127.0.0.1]:24: Connection refused PostgreSQL itself, however, reports that the connection _is_ made, and is apparently running the appropriate query: connection authorized: user=admin database=maildb .... LOG: statement: SELECT DISTINCT 1 FROM dbmail_aliases WHERE SUBSTRING(alias FROM POSITION('@' in alias)+1) = 'ourdomain.com'; Additionally, the dbmail error log and log report nothing in the transaction... Where would one start in the diagnosis? AND, is there a place I can download all the documentation? Cannot build it locally due to dependency issues... We're starting up dbmail-lmtpd manually for this test, to be sure we're loading the correct config file, etc. Many thanks for some direction... Lou
|