> Bill, > > I'm not running spamassassin, and my version of spamassassin sub has > > > return if (defined($ENV{'RELAYCLIENT'}) && > !defined($ENV{'QS_SPAMASSASSIN'})); > > is this still the problem? > > Dave
Perhaps if open-smtp and tcp.smtp have conflicting information, the QMAILQUEUE variable gets dropped. I'm not sure. The way to find out is run cdbdump on the cdb file to see what's in it. I've thought about adding a check for an existing IP/range in open_smtp_relay() that checks to see if there is an entry in tcp.smtp before editing open-smtp. But this is pretty low on my list. You might consider not using roaming users. I'm moving away from it, as SMTP-AUTH is just a better solution. Most mail clients support it now. Regards, Bill