RE: sendmail -> procmail -> cyrus deliver -> lmtpd [was: Re: Manually using deliver to test cyrus imapd]

2001-03-16 Thread Moby
PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: sendmail -> procmail -> cyrus deliver -> lmtpd [was: Re: Manually using deliver to test cyrus imapd] >cat /etc/printcap | /usr/cyrus/bin/deliver giel deliver expects that the file you hand it will be rfc-822 compliant; ie, it

sendmail -> procmail -> cyrus deliver -> lmtpd [was: Re: Manually using deliver to test cyrus imapd]

2001-03-15 Thread Andrew K Bressen
>cat /etc/printcap | /usr/cyrus/bin/deliver giel deliver expects that the file you hand it will be rfc-822 compliant; ie, it has to look like a mail message, not just any old file. Make sure it doesn't have a berkeley mailbox seperator in the header, either. This is the line that begins wit

Re: Manually using deliver to test cyrus imapd

2001-03-15 Thread Bitt Faulk
On Thu, 15 Mar 2001, Gilion Goudsmit wrote: > > I used the following to send something > to my mailbox: > > cat /etc/printcap | /usr/cyrus/bin/deliver-wrapper giel > cat /etc/printcap | /usr/cyrus/bin/deliver-wrapper user.giel > cat /etc/printcap | /usr/cyrus/bin/deliver giel > cat /etc/printcap |

Manually using deliver to test cyrus imapd

2001-03-15 Thread Gilion Goudsmit
Hi people, I'm a newbie to Cyrus, but I'm liking what I'm seeing sofar. I'm planning a migration of our company mail-server to cyrus, mainly because we want to use subfolders in imap and because we'd like some shared mailboxes without having the associated Linux-users. I've got the Cyrus imap da