Hi Wietse [root@relay smtp]# patch < smtp_trouble.c.patch patching file smtp_trouble.c Hunk #2 FAILED at 191. Hunk #3 FAILED at 198. Hunk #4 FAILED at 246. Hunk #5 FAILED at 355. Hunk #6 FAILED at 370. Hunk #7 FAILED at 379. 6 out of 7 hunks FAILED -- saving rejects to file smtp_trouble.c.rej
What is the problem with this? I do it twice, still happen, Maybe I'm not so clever. Help me. Tom 2012/6/12 Wietse Venema <wie...@porcupine.org> > Feel Zhou: > > So how can I use your patch in my system? > > $ cd postfix-source-directory > $ patch < file-with-patch > $ make > $ su > # make upgrade > # postfix reload > > The Postfix 2.6 and 2.9 smtp_trouble.c files have only one difference. > That difference is outside the code that handles the soft_bounce > feature. The patch is good for 2.5, 2.6, 2.7, 2.8, 2.9 and 2.10. > > > Wietse > > > > > 2012/6/12 Wietse Venema <wie...@porcupine.org> > > > > > Feel Zhou: > > > [ Charset ISO-8859-1 unsupported, converting... ] > > > > Hi ,Wietse > > > > My system is centos6.2/64bit > > > > > > > > version2.6.6 > > > > postconf >postconf.feel > > > > > > > > version2.9.3 > > > > postconf >postconf.feels > > > > diff postconf.feel postconf.feels >postconf.patch > > > > > > > > cat postconf.patch > > > > 3a4 > > > > > address_verify_cache_cleanup_interval = 12h > > > > 6c7 > > > > < address_verify_map = > > > > --- > > > > > address_verify_map = btree:$data_directory/verify_cache > > > > 16a18 > > > > > address_verify_sender_dependent_default_transport_maps = > > > > $sender_dependent_default_transport_maps > > > > ...... > > > > > > My patch DOES NOT change configuration settings. > > > > > > My patch ONLY make soft_bounce work as expected. > > > > > > Wietse > > > >