Hi all!
Finally I've succeded installing cyrus imapd.
Now, I want to realize the following:
Normally, when sending a mail, a copy of that mail is kept locally on
my pc in Sent-Folder.
What I'd like to realize is, that a copy of that sent mail is stored
in a subfolder 'Sent' of my imap-mailbox on
[EMAIL PROTECTED] wrote:
> If you read LMTP_README I think the bottom line is: don't use the pipe
> transport with Cyrus; it isn't the best option available.
> HTH,
> Jo
OK, Now, I'm on LMTP.
Here my config (as described in LMTP_README):
main.cf:
mailbox_transport = lmtp:unix:/var/imap/s
(8) man page is a good, short and easy read. The LMTP_README
> that comes with Postfix also has lots of good tips and stuff in it.
> --Jo
> On Sun, 2003-09-14 at 18:26, Oliver Demetz - Hardware-XPress.de wrote:
>> Hi!
>> I searched for hours now for a documentation on
Hi!
I searched for hours now for a documentation on how postfix hands over
mail to cyrus.
An Example:
I want to host an emailadress [EMAIL PROTECTED]
This Mail shall be stored in a mailbox called xxx-xyz-com for
example. So, how can I tell postfix and cyrus to do that???
What I already found out:
Hi!
I deleted the 'user'-mailbox.
but i dont have the permission to recreate it.
creating user.xxx works fine.
Is there a way to reset all folders of my cyrusimap-server?
thanks in advance, Oliver DEmetz
additional information on my problem:
I tried to configure with 'without-openssl' option, but it didn't
help. :-(
Here's all configure/make output i can provide:
# ./configure --prefix=/usr --with-cyrus-user=cyrus --with-cyrus-group=mail
--with-auth=unix --with-sasl=/usr/local/lib/sa
Hi!
I'm having weird problems compiling cyrus-imap-2.1.15 on my debian
machine.
SASL works quiet fine, SMTP AUTH with Postfix, too.
My configure-params were as follows:
# ./configure --prefix=/usr --with-cyrus-user=cyrus --with-cyrus-group=mail
--with-auth=unix --with-sasl=/usr/local/lib/sasl2 --l