* [mdk-re] imap @ 2001-11-23 15:03 Vyt 2001-11-23 21:02 ` Yura Gusev 0 siblings, 1 reply; 5+ messages in thread From: Vyt @ 2001-11-23 15:03 UTC (permalink / raw) To: Mandrake-Russian Hello, All! Озадачился подъятием IMAP на сервере, хотелось бы проконсультироваться. В качестве MTA - postfix, клиенты - Mozilla-mail, mutt. Если я правильно понял, нужен еще транспорт для раскладывания писем по папкам (cyrus?). В Sisyphus есть imap-2000c-ipl3mdk (от WU), courier и cyrus-imap отсутствуют (есть cyrus-sasl). Хватит ли imap-2000c + postfix для полноценного imap-сервера? Планируется добавление courier и cyrus в Sisyphus (Master)? -- Regards, Vyt mailto: vyt@vzljot.ru JID: vyt@vzljot.ru ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [mdk-re] imap 2001-11-23 15:03 [mdk-re] imap Vyt @ 2001-11-23 21:02 ` Yura Gusev 2001-11-26 11:11 ` Alexandre Redko 2001-11-26 15:07 ` Vyt 0 siblings, 2 replies; 5+ messages in thread From: Yura Gusev @ 2001-11-23 21:02 UTC (permalink / raw) To: Mandrake-Russian On Fri, 23 Nov 2001, Vyt wrote: > Hello, All! > > Озадачился подъятием IMAP на сервере, хотелось бы > проконсультироваться. > > В качестве MTA - postfix, клиенты - Mozilla-mail, mutt. Если я > правильно понял, нужен еще транспорт для раскладывания писем по > папкам (cyrus?). > > В Sisyphus есть imap-2000c-ipl3mdk (от WU), courier и cyrus-imap > отсутствуют (есть cyrus-sasl). > > Хватит ли imap-2000c + postfix для полноценного imap-сервера? > Планируется добавление courier и cyrus в Sisyphus (Master)? Если будешь использовать courier то в postfix надо будет установить доставку писем в ~/Maildir http://www.postfix.org/faq.html#maildir кстати почитай http://www.lifewithqmail.org/lwq.html Если следовать по шагам то чарез 15-20 минут почта будет поднята. Есдинственное что мне пришлось добавить это чтоб почту мой Qmail отсылал на SMTP провайдера. -- 1:04pm up 38 days, 2:01, 1 user, load average: 0.03, 0.01, 0.00 __ | / \ | Iouri Goussev // \\ \_\\ //_/ elendal@w4.ca _\\()//_ .'/()\'. Foo-Bar / // \\ \ jgs \\ // http://foobar.irc-unix.net | \__/ | I am not 31337. But I can use the Vi editor... ;-0 ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [mdk-re] imap 2001-11-23 21:02 ` Yura Gusev @ 2001-11-26 11:11 ` Alexandre Redko 2001-11-27 10:05 ` Alexandre Redko 2001-11-26 15:07 ` Vyt 1 sibling, 1 reply; 5+ messages in thread From: Alexandre Redko @ 2001-11-26 11:11 UTC (permalink / raw) To: mandrake-russian Добрый день! > кстати почитай http://www.lifewithqmail.org/lwq.html > Если следовать по шагам то чарез 15-20 минут почта будет поднята. Вчера как раз этим и занимался. Но на очередном шаге наткнулся на неожиданную проблему: при установке daemontools версии 0.7 компилятор на модуле tai64nlocal.c начиная со строк secs -= 4611686018427387914ULL; t = localtime(&secs); out(num,fmt_ulong(num,1900 + t->tm_year)); начал выдавать ошибки, что-то связанное с неправильным преобразованием указателя в integer и incomplete type (к сожалению, выдачи под рукой нет). Предыдущей версии daemontools под рукой не было - буду сегодня пробовать. Дистрибутив Linux - Spring2001 из коробки "as is". Regards to All Alexandr Redko LU # 178842 ICQ # 75828152 email-to-sms: REKX"NO-SPAM"@EMAIL2SMS.RU ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [mdk-re] imap 2001-11-26 11:11 ` Alexandre Redko @ 2001-11-27 10:05 ` Alexandre Redko 0 siblings, 0 replies; 5+ messages in thread From: Alexandre Redko @ 2001-11-27 10:05 UTC (permalink / raw) To: mandrake-russian Добрый день! >> кстати почитай http://www.lifewithqmail.org/lwq.html >> Если следовать по шагам то чарез 15-20 минут почта будет поднята. > Вчера как раз этим и занимался. Но на очередном шаге наткнулся на > неожиданную проблему: > при установке daemontools версии 0.7 компилятор на модуле tai64nlocal.c > начал выдавать ошибки ./compile tai64nlocal.c tai64nlocal.c: In function `main': tai64nlocal.c:54: warning: assignment makes pointer from integer without a cast tai64nlocal.c:55: dereferencing pointer to incomplete type tai64nlocal.c:56: dereferencing pointer to incomplete type tai64nlocal.c:57: dereferencing pointer to incomplete type tai64nlocal.c:58: dereferencing pointer to incomplete type tai64nlocal.c:59: dereferencing pointer to incomplete type tai64nlocal.c:60: dereferencing pointer to incomplete type make: *** [tai64nlocal.o] Error 1 53 secs -= 4611686018427387914ULL; 54 t = localtime(&secs); 55 out(num,fmt_ulong(num,1900 + t->tm_year)); 56 out("-",1); out(num,fmt_uint0(num,1 + t->tm_mon,2)); 57 out("-",1); out(num,fmt_uint0(num,t->tm_mday,2)); 58 out(" ",1); out(num,fmt_uint0(num,t->tm_hour,2)); 59 out(":",1); out(num,fmt_uint0(num,t->tm_min,2)); 60 out(":",1); out(num,fmt_uint0(num,t->tm_sec,2)); 61 out(".",1); out(num,fmt_uint0(num,nanosecs,9)); > Дистрибутив Linux - Spring2001 из коробки "as is". Regards to All Alexandr Redko LU # 178842 ICQ # 75828152 ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [mdk-re] imap 2001-11-23 21:02 ` Yura Gusev 2001-11-26 11:11 ` Alexandre Redko @ 2001-11-26 15:07 ` Vyt 1 sibling, 0 replies; 5+ messages in thread From: Vyt @ 2001-11-26 15:07 UTC (permalink / raw) To: mandrake-russian On Fri, 23 Nov 2001 13:10:18 -0500 (EST) Yura Gusev <elendal@w4technology.com> wrote: <skipped> > Если будешь использовать courier то в postfix надо будет установить > доставку писем в ~/Maildir > http://www.postfix.org/faq.html#maildir Спасибо. Печально, что courier не работает на secure-ядрах с Openwall-патчами: http://www.courier-mta.org/install.html#overview Или это касается только MTA, imapd работает? > кстати почитай http://www.lifewithqmail.org/lwq.html Не хочу с ним life :) <skipped> -- Regards, Vyt mailto: vyt@vzljot.ru JID: vyt@vzljot.ru ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2001-11-27 10:05 UTC | newest] Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2001-11-23 15:03 [mdk-re] imap Vyt 2001-11-23 21:02 ` Yura Gusev 2001-11-26 11:11 ` Alexandre Redko 2001-11-27 10:05 ` Alexandre Redko 2001-11-26 15:07 ` Vyt
ALT Linux Community general discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 community community/ http://lore.altlinux.org/community \ mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com public-inbox-index community Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.community AGPL code for this site: git clone https://public-inbox.org/public-inbox.git