On Wednesday, December 5, 2001, at 08:54 AM, Martin Hasenbein wrote: > Hi, > > I've "patched" vpopmail.c so that it adds something like > the following into open-smtp: > > xxx.xxx.xxx.xxx:allow,RELAYCLIENT="",BEASTIEAUTH="eMail verified @ > mail.beastie.de",RBLID="" 1007563802 > > The variable BEASTIEAUTH is used to add a X-header-line to the eMails, > that this eMails has been verified by SMTP_after_POP. qmail is > patched to add this line. How can I change vpopmail to add > the username who verified the eMail to that line? > Can anyone help me?
Just figure out what <user> and <domain> are being called in that part of vpopmail.c. Then add those to your patch above. Shouldn't be too hard. Bill
