Good Day,
Hopefully I am sending this to the right mailinglist :-). Today I
compiled dbmail2-CVS and tried to install it on my server. It
configures and makes just fine, I followed the directions in the
INSTALL file for my postfix/postgresql installation but I can't get it
to work! I am able to start up dbmail-imapd and connect to it using my
imap client, I can send email to the subdomain (IE:
[EMAIL PROTECTED]) though it isn't processed at all by dbmail and
just seems to disapear. I also set the dbmail configuration file to
have a debug output of 5 but I haven't received any errors or anything
from the running binaries. I'm not exactly sure what to do next ....
The only thing out of the ordinary is I have dbmail installed to
/usr/local/dbmailtest/ while I am testing it out (but the configuration
is still in /etc)
All help is appreciated.
dbmail.conf
DBMAIL]
# Database settings
host=localhost # host for database, set to localhost
if database is om
# the same host as dbmail and you want to use a
local socket
# for connecting.
sqlport=5432 # if you want to use TCP/IP for connecting
to the database,
# and have the database running on a
non-standard port.
sqlsocket= # when using a local socket connection to the
database, fill
# in the path to the socket here (e.g.
/var/run/mysql.sock)
user=dbmail # user to connect as to database
pass=testpass # password for user to database
db=dbmail # name of database
# trace level for dbmail-maintenance
TRACE_LEVEL=5
[SMTP]
SENDMAIL=/usr/sbin/sendmail # your sendmail
executable, this is needed for boucing mail
[EMAIL PROTECTED] # the email address
where bounces come from
[EMAIL PROTECTED] # postmaster's email
address (which is used in the bounce messages)
AUTO_NOTIFY=no
AUTO_REPLY=yes
TRACE_LEVEL=5
<snip pop (unused)>
[IMAP]
EFFECTIVE_USER=nobody
EFFECTIVE_GROUP=nogroup
BINDIP=*
PORT=143
NCHILDREN=5
MAXCONNECTS=10 # the maximum number of connections a default
childs makes
TIMEOUT=4000 # the time (s) before the
dbmail-imapd should shutdown a connection which is being idle.
RESOLVE_IP=yes # if yes, the imap daemon resolves IP
numbers to DNS names in the log
IMAP_BEFORE_SMTP=no
TRACE_LEVEL=5
# end of configuration file
postfix configuration: master.cf
<snip>
#
========================================================================
==
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
#
========================================================================
==
dbmail unix - n n - - pipe
flags= user=dbmail:nogroup
argv=/usr/local/dbmailtest/bin/dbmail-smtp -d ${recipient}
smtp inet n - n - 2 smtpd -o
content_filter=smtp:[localhost]:10024
-o content_filter=spamfilter:
smtp inet n - n - 2 smtpd -o
content_filter=smtp:[localhost]:10024
#smtps inet n - n - 2 smtpd -o
smtpd_tls_wrappermode=yes -o content_filter=smtp:[localhost]:10024
# -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
#submission inet n - n - - smtpd
# -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
#628 inet n - n - - qmqpd
pickup fifo n - n 60 1 pickup
cleanup unix n - n - 0 cleanup
qmgr fifo n - n 300 1 qmgr
#qmgr fifo n - n 300 1 nqmgr
#tlsmgr fifo - - n 300 1 tlsmgr
rewrite unix - - n - - trivial-rewrite
bounce unix - - n - 0 bounce
defer unix - - n - 0 bounce
flush unix n - n 1000? 0 flush
proxymap unix - - n - - proxymap
smtp unix - - n - - smtp
relay unix - - n - - smtp
# -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
showq unix n - n - - showq
error unix - - n - - error
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - n - - lmtp
localhost:10025 inet n - n - - smtpd
-o content_filter=
#
# Interfaces to non-Postfix software. Be sure to examine the manual
# pages of the non-Postfix software to find out what options it wants.
#
# maildrop. See the Postfix MAILDROP_README file for details.
#
#spamfilter unix - n n - - pipe
# flags=Rq user=spamfilter argv=/usr/bin/postfixfilter -f ${sender}
-- ${recipient}
maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
cyrus unix - n n - - pipe
user=cyrus argv=/usr/lib/cyrus/bin/deliver -e -r ${sender} -m
${extension} ${user}
uucp unix - n n - - pipe
flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail
($recipient)
ifmail unix - n n - - pipe
flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp unix - n n - - pipe
flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop
$recipient
vscan unix - n n - 10 pipe
user=vscan argv=/usr/sbin/amavis ${sender} ${recipient}
procmail unix - n n - - pipe
flags=R user=nobody argv=/usr/bin/procmail -t -m /etc/procmailrc
${sender} ${recipient}
smtp-amavis unix - - - - 2 smtp
-o smtp_data_done_timeout=1200
-o disable_dns_lookups=yes
127.0.0.1:10025 inet n - - - - smtpd
-o content_filter=
-o local_recipient_maps=
-o relay_recipient_maps=
-o smtpd_restriction_classes=
-o smtpd_client_restrictions=
-o smtpd_helo_restrictions=
-o smtpd_sender_restrictions=
-o smtpd_recipient_restrictions=permit_mynetworks,reject
-o mynetworks=127.0.0.0/8
-o strict_rfc821_envelopes=yes
postfix main.cf
<snip>
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5
# If you don't have X installed on the Postfix machine, try:
# debugger_command =
# PATH=/bin:/usr/bin:/usr/local/bin; export PATH; (echo cont;
# echo where) | gdb $daemon_directory/$process_name $process_id
2>&1
# >$config_directory/$process_name.$process_id.log & sleep 5
# INSTALL-TIME CONFIGURATION INFORMATION
#
# The following parameters are used when installing a new Postfix
version.
#
# sendmail_path: The full pathname of the Postfix sendmail command.
# This is the Sendmail-compatible mail posting interface.
#
sendmail_path = /usr/sbin/sendmail
# newaliases_path: The full pathname of the Postfix newaliases command.
# This is the Sendmail-compatible command to build alias databases.
#
newaliases_path = /usr/bin/newaliases
# mailq_path: The full pathname of the Postfix mailq command. This
# is the Sendmail-compatible mail queue listing command.
#
mailq_path = /usr/bin/mailq
# setgid_group: The group for mail submission and queue management
# commands. This must be a group name with a numerical group ID that
# is not shared with other accounts, not even with the Postfix account.
#
setgid_group = maildrop
# manpage_directory: The location of the Postfix on-line manual pages.
#
manpage_directory = /usr/share/man
# sample_directory: The location of the Postfix sample configuration
files.
#
sample_directory = /usr/share/doc/packages/postfix/samples
# readme_directory: The location of the Postfix README files.
#
readme_directory = /usr/share/doc/packages/postfix/README_FILES
mail_spool_directory = /var/mail
canonical_maps = hash:/etc/postfix/canonical
virtual_maps = hash:/etc/postfix/virtual
relocated_maps = hash:/etc/postfix/relocated
transport_maps = hash:/etc/postfix/transport
sender_canonical_maps = hash:/etc/postfix/sender_canonical
masquerade_exceptions = root
masquerade_classes = envelope_sender, header_sender, header_recipient
myhostname = uptech.4-ordering.com
program_directory = /usr/lib/postfix
#inet_interfaces = 127.0.0.1
inet_interfaces = all
masquerade_domains =
mydestination = $myhostname, localhost.$mydomain
defer_transports =
disable_dns_lookups = no
relayhost =
content_filter = vscan:
mailbox_command =
mailbox_transport =
smtpd_sender_restrictions = hash:/etc/postfix/access
smtpd_client_restrictions =
strict_rfc821_envelopes = no
smtpd_recipient_restrictions =
permit_mynetworks,reject_unauth_destination
smtp_sasl_auth_enable = no
smtpd_sasl_auth_enable = no
smtpd_use_tls = no
smtp_use_tls = no
alias_maps = hash:/etc/aliases
mailbox_size_limit = 0
message_size_limit = 10240000
# DBMAIL
transport_maps = hash:/etc/postfix/transport