I'm trying to make the banner from my mail server and the banner from spamd sitting in front of it match, so that it appears that you are connecting to the same machine regardless of where spamd sends you.
On my mail server, it looks like this: 220 mail.greengrey.org ESMTP smtpd On spamd, I've configured it to be similar: 220 mail.greengrey.org ESMTP smtpd; Thu Jan 17 15:57:35 2008 I've mucked with the spamd config for a while now, trying to get it to not present the timestmp to no avail. Is this at all possible, short of modifying the code to spamd? Optionally, does anyone know how to add the timestamp to a Postfix welcome banner? spamd_flags from rc.conf.local: "-G 15:4:864 -r 451 -h mail.greengrey.org -g -b 127.0.0.1 -n smtpd" thanks. ryanc