Any tips on how I can patch my rpm build? I've never patched a src rpm before.
I have the source RPM from Luca Olivetti (thanks Luca) and want to try Ron's patch. Seems like a good idea to build this directly into cyrus-imapd. > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Ron Kuris > Sent: Saturday, May 18, 2002 6:11 PM > To: [EMAIL PROTECTED] > Subject: Patch for SMTP after IMAP > > > Hi, > > I whipped this up because I needed this functionality. I have no idea > if it's suitable for general use. Here is what it does: > > A new configuration value of 'relaydb' is added to /etc/imapd.conf as > follows: > > relaydb: /etc/mail/access.db > > Then, whenever someone successfully logs into POP or IMAP, their IP > address is added as a RELAY into the sendmail access db, using the db3 > database routines. > > It's not the most elegant solution but it worked fine for me, so you may > wish to include it in the main product (or not, in which case I'll keep > the patch). > > The patch can be found at: > > http://secondwivescafe.com/cyrus-imap-POPB4SMTP-patch.txt > > Ron >