Hi guys, I've been trying to use dbmail with sendmail (I'm a qmail user myself but I didn't have any choice but to use sendmail on this box :(). I've followed installation procedures and dug up some posts regarding sendmail from this mailinglist's archives. I followed the steps (generated a new .cf file with the .m4 files provided etcetera) but now I keep getting bounces:
sm-mta[10313]: h38DqpIE010304: [EMAIL PROTECTED], delay=00:00:05, xdelay=00:00:00, mailer=esmtp, pri=30007, relay=dbm., dsn=5.1.2, stat=Host unknown (Name server: dbm.: host not found) sm-mta[10313]: h38DqpIE010304: h38DrOIE010313: DSN: Host unknown (Name server: dbm.: host not found) I can't figure out why it is trying to resolve the name :( This is the DBM related stuff I can find in sendmail.cf: ... CPDBM D{DOM}DBM ... MDBM, P=/usr/sbin/dbmail-smtp, F=DFMSPhnu9, S=EnvFromSMTP/HdrFromSMTP, R=EnvToSMTP/HdrFromSMTP, M=5000000, T=X-Unix, A=dbmail-smtp -d $u All auto-generated with m4. Am I missing something here? Here's what my .mc file looked like: include(`../m4/cf.m4') VERSIONID(`$Id: nexus.mc,v 1.1 2003/08/04 14:26:05 msmulders Exp $') OSTYPE(linux)dnl DOMAIN(generic)dnl FEATURE(always_add_domain)dnl FEATURE(`access_db', `hash -T<TMPF> /etc/mail/access')dnl FEATURE(`virtusertable',`hash -o /etc/mail/virtusertable')dnl MAILER(local)dnl MAILER(smtp)dnl MAILER(dbmail)dnl Thanks in advance for any help! Cheers, Mark