The following bug requires your FEEDBACK. ====================================================================== http://dbmail.org/mantis/bug_view_advanced_page.php?bug_id=0000127 ====================================================================== Reported By: sr Assigned To: ====================================================================== Project: DBMail Bug ID: 127 Category: Documentation Reproducibility: always Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 29-Nov-04 12:21 CET Last Modified: 01-Dec-04 12:48 CET ====================================================================== Summary: Some Postfix conf issues not included Description: Hope I'm not missing something, but when configuring DBMail with LMTP over Postfix:
1) The following line needs to be added in main.cf mailbox_transport = dbmail-lmtp 2) If using postfix build >= 2.0, using mailbox_transport requires local_recipient_maps to be set to null: local_recipient_maps = as specified in http://www.postfix.org/LOCAL_RECIPIENT_README.html and in main.cf comments as well. 3) If the destinations specified in mydestination are not dns-resolvable, dns lookups should be disabled for the dbmail-lmtp service. The dbmail line in master.cf should therefore look like this: dbmail-lmtp unix - - n - - lmtp -o disable_dns_lookups=yes I think issue 1) at least should be included in the install.postfix file? ====================================================================== ---------------------------------------------------------------------- ilja - 01-Dec-04 12:48 CET ---------------------------------------------------------------------- Issue 1 is covered in INSTALL.postfix quoting: " If you want to send all the email the MTA accepts to DBMail, use the following setting in /etc/postfix/transport: mailbox_transport = dbmail-lmtp:<host>:<port> " Issues 2 and 3 are useful for including in INSTALL.postfix. Could you write an updated version of INSTALL.postfix and send it to the list or attach it to this bug in the bug tracker? Thanks, Ilja Bug History Date Modified Username Field Change ====================================================================== 29-Nov-04 12:21sr New Bug 01-Dec-04 12:48ilja Bugnote Added: 0000404 01-Dec-04 12:48ilja Status new => feedback ======================================================================