From tommi.aijala@clegroup.fi Mon Aug 12 11:39:02 2002 From: tommi.aijala@clegroup.fi (=?iso-8859-1?B?VG9tbWkgxGlq5Gzk?=) Date: Mon, 12 Aug 2002 13:39:02 +0300 Subject: [sork] vacation - fullname problem :( Message-ID: <002601c241ec$7a76f9a0$3101a8c0@mervi> This is a multi-part message in MIME format. ---------------------- multipart/alternative attachment First I must say i'm a newbie with horde and my installation is: redhat 7.3 with (redhat?) vacation software and (latest) sendmail horde with imp and vacation 2.0=20 Everything works fine with vacation when I send mail to = username@clegroup.fi=20 but when I send an e-mail to firstname.lastname@clegroup.fi it dosen't = respond at all. I have configured sendmail to use fullname as e-mail and it works fine = and it didn't even help if I put an alias into /etc/mail/virtusertable = (.db) from firstname.lastname@clegroup.fi to username. Anyone know what's the problem? Thanks Tommi =C4ij=E4l=E4 ---------------------- multipart/alternative attachment
First I must say i'm a newbie with = horde and my=20 installation is:
 
redhat 7.3  with (redhat?) = vacation software=20 and (latest) sendmail
horde with imp and vacation 2.0 =
 
Everything works fine with vacation = when I send=20 mail to username@clegroup.fi 
but when I send an=20 e-mail to firstname.lastname@clegro= up.fi it=20 dosen't respond at all.
 
I have configured sendmail to use = fullname as=20 e-mail and it works fine and it didn't even help if I put an = alias into=20 /etc/mail/virtusertable (.db) from firstname.lastname@clegrou= p.fi =20 to username.
 
Anyone know what's the = problem?
 
Thanks
Tommi =C4ij=E4l=E4
 
 
---------------------- multipart/alternative attachment-- From lhecking@nmrc.ie Mon Aug 12 11:52:25 2002 From: lhecking@nmrc.ie (Lars Hecking) Date: Mon, 12 Aug 2002 11:52:25 +0100 Subject: [sork] vacation problem - DOS line endings In-Reply-To: <1028742955.3d515f2b8d9b1@mail.ph.utexas.edu> References: <20020807163222.GD29315@nmrc.ie> <1028742955.3d515f2b8d9b1@mail.ph.utexas.edu> Message-ID: <20020812105225.GA12853@nmrc.ie> > > I just installed vacation, and it works beautifully, but there is one > > major annoyance: the generated .vacation.msg has DOS line endings > > (those dreaded ^M's). The overall effect is that the headers below > > the Subject: header are duplicated in the body of the vacation message. > > > > I checked all the files in the vacation distribution, but I have no idea > > how this actually happens. > > My guess is that either: > > * Your web broswer is including them in the submitted text > * Your ftp server is inserting them in the ftp transfer > > But I'll have to try to check on this, and see if I can figure it out > or reproduce it. By chance are you setting the vacation from a web > browser running on a windows platform? Any updates on this? Is there anything I can do to help debugging? I don't speak php, though. From eric.rostetter@physics.utexas.edu Mon Aug 12 17:12:11 2002 From: eric.rostetter@physics.utexas.edu (Eric Rostetter) Date: Mon, 12 Aug 2002 11:12:11 -0500 Subject: [sork] vacation - fullname problem :( In-Reply-To: <002601c241ec$7a76f9a0$3101a8c0@mervi> References: <002601c241ec$7a76f9a0$3101a8c0@mervi> Message-ID: <1029168731.3d57de5ba6054@mail.ph.utexas.edu> Quoting Tommi Äijälä : > Everything works fine with vacation when I send mail to username@clegroup.fi > but when I send an e-mail to firstname.lastname@clegroup.fi it dosen't > respond at all. Vacation doesn't currently support aliases. So this is, unfortunately, expected behaviour. However, there is growing demand for this feature, so I'll probably have to code something up soon. -- Eric Rostetter The Department of Physics The University of Texas at Austin "TAD (Technology Attachment Disorder) is an unshakable, impractical devotion to a brand, platform, product line, or programming language. It's relatively harmless among the rank and file, but when management is afflicted the damage can be measured in dollars. It's also contagious -- someone with sufficient political clout can infect an entire organization." --"Enterprise Strategies" columnist Tom Yager. From chuckk@silvhosp.org Mon Aug 12 20:27:22 2002 From: chuckk@silvhosp.org (chuckk@silvhosp.org) Date: Mon, 12 Aug 2002 12:27:22 -0700 Subject: [sork] blank page when vacation submit... Message-ID: <1029180442.3d580c1ac82ea@silvhosp.org> X-Silverton Hospital: Information Services RailMail System I have installed "vacation" and got it up and running EXCEPT that when the vacation form is filled out and submitted, the main.php goes blank and nothing happens. This being the case after the submit button is depressed. When doing horde/test.php the specs show ftp as disabled. How would I enable this and is this all? From lhecking@nmrc.ie Mon Aug 12 20:30:05 2002 From: lhecking@nmrc.ie (Lars Hecking) Date: Mon, 12 Aug 2002 20:30:05 +0100 Subject: [sork] blank page when vacation submit... In-Reply-To: <1029180442.3d580c1ac82ea@silvhosp.org> References: <1029180442.3d580c1ac82ea@silvhosp.org> Message-ID: <20020812193005.GA21587@nmrc.ie> chuckk@silvhosp.org writes: > X-Silverton Hospital: Information Services RailMail System (Whatever adds this header, does it wrong: it is added add the top of the mail body.) > I have installed "vacation" and got it up and running EXCEPT that when the > vacation form is filled out and submitted, the main.php goes blank and nothing > happens. This being the case after the submit button is depressed. When doing > horde/test.php the specs show ftp as disabled. How would I enable this and is > this all? When you compile php, you have to configure it with --enable-ftp. From eric.rostetter@physics.utexas.edu Mon Aug 12 20:35:10 2002 From: eric.rostetter@physics.utexas.edu (Eric Rostetter) Date: Mon, 12 Aug 2002 14:35:10 -0500 Subject: [sork] blank page when vacation submit... In-Reply-To: <20020812193005.GA21587@nmrc.ie> References: <1029180442.3d580c1ac82ea@silvhosp.org> <20020812193005.GA21587@nmrc.ie> Message-ID: <1029180910.3d580dee5cc76@mail.ph.utexas.edu> Quoting Lars Hecking : > > I have installed "vacation" and got it up and running EXCEPT that when the > > vacation form is filled out and submitted, the main.php goes blank and > > nothing > > happens. This being the case after the submit button is depressed. When > > doing > > horde/test.php the specs show ftp as disabled. How would I enable this and > > is this all? > > When you compile php, you have to configure it with --enable-ftp. Or, if you install with RPM packages, then install the php-ftp RPM on the system. > -- > Sork mailing list > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: sork-unsubscribe@lists.horde.org -- Eric Rostetter The Department of Physics The University of Texas at Austin "TAD (Technology Attachment Disorder) is an unshakable, impractical devotion to a brand, platform, product line, or programming language. It's relatively harmless among the rank and file, but when management is afflicted the damage can be measured in dollars. It's also contagious -- someone with sufficient political clout can infect an entire organization." --"Enterprise Strategies" columnist Tom Yager. From eric.rostetter@physics.utexas.edu Mon Aug 12 23:32:29 2002 From: eric.rostetter@physics.utexas.edu (Eric Rostetter) Date: Mon, 12 Aug 2002 17:32:29 -0500 Subject: [sork] vacation aliases? In-Reply-To: References: Message-ID: <1029191549.3d58377dc3516@mail.ph.utexas.edu> Okay, I'm thinking about tackling this alias thing in vacation. Question is, how should we do it? Voice your opinion: 1) Form field where user specifies one or more aliases? 2) Read system alias file, parse it, and use those aliases? 3) Combination of 1 + 2? No promises, but I'd like to hear what people would like. I'm leaning towards #1, but could be swayed.... -- Eric Rostetter The Department of Physics The University of Texas at Austin "TAD (Technology Attachment Disorder) is an unshakable, impractical devotion to a brand, platform, product line, or programming language. It's relatively harmless among the rank and file, but when management is afflicted the damage can be measured in dollars. It's also contagious -- someone with sufficient political clout can infect an entire organization." --"Enterprise Strategies" columnist Tom Yager. From amith@xalan.com Tue Aug 13 00:37:25 2002 From: amith@xalan.com (Amith Varghese) Date: 12 Aug 2002 19:37:25 -0400 Subject: [sork] vacation aliases? In-Reply-To: <1029191549.3d58377dc3516@mail.ph.utexas.edu> References: <1029191549.3d58377dc3516@mail.ph.utexas.edu> Message-ID: <1029195445.3642.2.camel@viper> I think #1 sounds the best. Only problem with #2 is that everyone uses different IMAP servers and each one handles alias differently. Amith On Mon, 2002-08-12 at 18:32, Eric Rostetter wrote: > Okay, I'm thinking about tackling this alias thing in vacation. Question is, > how should we do it? Voice your opinion: > > 1) Form field where user specifies one or more aliases? > 2) Read system alias file, parse it, and use those aliases? > 3) Combination of 1 + 2? > > No promises, but I'd like to hear what people would like. I'm leaning > towards #1, but could be swayed.... > > -- > Eric Rostetter > The Department of Physics > The University of Texas at Austin > > "TAD (Technology Attachment Disorder) is an unshakable, impractical devotion > to a brand, platform, product line, or programming language. It's relatively > harmless among the rank and file, but when management is afflicted the damage > can be measured in dollars. It's also contagious -- someone with sufficient > political clout can infect an entire organization." > > --"Enterprise Strategies" columnist Tom Yager. > -- > Sork mailing list > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: sork-unsubscribe@lists.horde.org From eric.rostetter@physics.utexas.edu Tue Aug 13 03:12:33 2002 From: eric.rostetter@physics.utexas.edu (Eric Rostetter) Date: Mon, 12 Aug 2002 21:12:33 -0500 Subject: [sork] vacation module changes In-Reply-To: <1029195445.3642.2.camel@viper> References: <1029191549.3d58377dc3516@mail.ph.utexas.edu> <1029195445.3642.2.camel@viper> Message-ID: <1029204753.3d586b11c0e03@mail.ph.utexas.edu> For those having problems with the default "empty file" not working (and thus having to do a "vacation -i" or similar): I just put a new version in CVS HEAD that attempts to fix this. It includes a directory of database empty files (hash, btree, empty, gdbm, etc). It has a configuration option in config/conf.php to set the type of file you want to use. This is at least a step in the right direction. I'm not sure exactly what different vacation programs need/desire for these files. Hence, any help debugging would be appreciated. Best way to approach this is: * Login as some unix account * Do a "vacation -i" or whatever you need to do to create the files * Do a "ls -al .vacation*" and save the output (you may need to email it to me) * Do a "file .vacation*" and save the output (you may need to email it to me) * See what the above file command says the format is (should say something about hash, btree, GNU dbm, etc). Note if your system says something other than little endian also! If your machine uses files formats that are not in my small collection, then feel free to send me the ls/file output from above. Also feel free to zip/tar the files and email them to me (you might want to check the contents with 'strings' first as they might contain random data). Also, for those who like to experiement, there is a perl script in vacations/scripts/ that can be used to re-generate the files on your system (might be useful if you have a different endian machine or something I suppose). This is the script I used to create the included files... Anyway, comments, suggestions, etc. all welcome! -- Eric Rostetter The Department of Physics The University of Texas at Austin "TAD (Technology Attachment Disorder) is an unshakable, impractical devotion to a brand, platform, product line, or programming language. It's relatively harmless among the rank and file, but when management is afflicted the damage can be measured in dollars. It's also contagious -- someone with sufficient political clout can infect an entire organization." --"Enterprise Strategies" columnist Tom Yager. From lundeman@tbkol.dk Tue Aug 13 10:49:43 2002 From: lundeman@tbkol.dk (Rene Lund Jensen) Date: Tue, 13 Aug 2002 11:49:43 +0200 Subject: [sork] vacation aliases? References: <1029191549.3d58377dc3516@mail.ph.utexas.edu> Message-ID: <004a01c242ae$c064cf10$551f10ac@lundeman> Is it too much to make a design for this like the driver-design used in passwd..?? Then make some default drivers for getting aliases. This way people can use thaier prefered driver, and others can contribute specific drivers for their specific IMAP server. just my 2 cent René Jensen ----- Original Message ----- From: "Eric Rostetter" To: Sent: Tuesday, August 13, 2002 12:32 AM Subject: [sork] vacation aliases? > Okay, I'm thinking about tackling this alias thing in vacation. Question is, > how should we do it? Voice your opinion: > > 1) Form field where user specifies one or more aliases? > 2) Read system alias file, parse it, and use those aliases? > 3) Combination of 1 + 2? > > No promises, but I'd like to hear what people would like. I'm leaning > towards #1, but could be swayed.... > > -- > Eric Rostetter > The Department of Physics > The University of Texas at Austin > > "TAD (Technology Attachment Disorder) is an unshakable, impractical devotion > to a brand, platform, product line, or programming language. It's relatively > harmless among the rank and file, but when management is afflicted the damage > can be measured in dollars. It's also contagious -- someone with sufficient > political clout can infect an entire organization." > > --"Enterprise Strategies" columnist Tom Yager. > -- > Sork mailing list > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: sork-unsubscribe@lists.horde.org > > From dredd@megacity.org Sat Aug 17 14:28:04 2002 From: dredd@megacity.org (Derek J. Balling) Date: Sat, 17 Aug 2002 09:28:04 -0400 Subject: [sork] Vacation Diff Message-ID: <291BFB30-B1E5-11D6-9A15-00039384A830@megacity.org> FYI: $ cvs diff conf.php 61a62 > // hash3: Berkeley DB 3.x hash, little endian And add to the repository: http://www.byramhealthcare.com/empty.hash3.bin -- +------------------------------+--------------------------------+ | Derek J. Balling | "You can get more with a kind | | dredd@megacity.org | word and a two-by-four, than | | www.megacity.org/blog/ | you can with just a kind | | | word." - Marcus | +---------------------------------------------------------------+ From eric.rostetter@physics.utexas.edu Sun Aug 18 21:55:57 2002 From: eric.rostetter@physics.utexas.edu (Eric Rostetter) Date: Sun, 18 Aug 2002 15:55:57 -0500 Subject: [sork] Re: [imp] Tools for Horde/IMP In-Reply-To: <3D5F737C.925877B9@ita.org.mo> References: <3D5F737C.925877B9@ita.org.mo> Message-ID: <1029704157.3d6009ddd4680@mail.ph.utexas.edu> Quoting EdwardSPL@ita.org.mo: > Hello, > > I can't find the following SRPMS packages at > ftp://ftp.horde.org/pub/SRPMS/rh7/ : > > Accounts, Forwards, Passwd and Vacation > > Thank for your help ! There are no RPMS or SRPMS for these packages. Only tar balls and CVS access. -- Eric Rostetter The Department of Physics The University of Texas at Austin "TAD (Technology Attachment Disorder) is an unshakable, impractical devotion to a brand, platform, product line, or programming language. It's relatively harmless among the rank and file, but when management is afflicted the damage can be measured in dollars. It's also contagious -- someone with sufficient political clout can infect an entire organization." --"Enterprise Strategies" columnist Tom Yager.