Re: cyradm shell script error on startup - More help ?

2004-03-11 Thread Simon Matter
> Wil Cooley wrote:
>
>>On Thu, 2004-03-11 at 16:46, John Gibson wrote:
>>
>>
>>
>>>Your suggestion sounds great, but "cyradm" is a bourne shell script, not
>>>perl.  So the "use" command gives an error.
>>>
>>>
>>
>>Oh yeah.  Just put the PERL5LIB variable there above the 'case'
>>statement.
>>
>>Wil
>>
>>
> YEAH!  Thanks Wil.  Now, on to the authentication issues.  :)
>
> ...john
>
> *** DETAIL ***
> [EMAIL PROTECTED] bin]# diff cyradm cyradm1
> 41a42,43
>  > # Added suggestion by Wil Cooley   jg.
>  > PERL5LIB=/usr/local/lib/perl5/site_perl/5.6.1/i386-linux;export
> PERL5LIB
> [EMAIL PROTECTED] bin]#
>
> *** original ***
> bash-2.05a$ cyradm ares
> Can't locate Cyrus/IMAP/Shell.pm in @INC (@INC contains:
> /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1
> /usr/lib/perl5/site_perl/5.6.1/i386-linux /usr/lib/perl5/site_perl/5.6.1
> /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl
> /usr/lib/perl5/vendor_perl/5.6.1/i386-linux
> /usr/lib/perl5/vendor_perl/5.6.1 /usr/lib/perl5/vendor_perl .).
> BEGIN failed--compilation aborted.
>
> *** after path modification ***
> bash-2.05a$ cyradm1 ares
> IMAP Password: Login failed: user not found at
> /usr/local/lib/perl5/site_perl/5.6.1/i386-linux/Cyrus/IMAP/Admin.pm line
> 118
> cyradm: cannot authenticate to server with  as poppy
  ^^

call cyradm with something like
cyradm --user cyrus --auth login localhost

Simon

> bash-2.05a$
>
>
>
> ---
> Home Page: http://asg.web.cmu.edu/cyrus
> Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
> List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
>


---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: ipurge syntax (*** SOLVED ***)

2004-03-11 Thread Jamie Penman-Smithson
On Fri, 2004-03-12 at 02:29, Craig Ringer wrote:
> > Has anyone managed to get this working correctly?
> 
> Yes. I'm using:
> 
>   purgetrashcmd="ipurge -d 14 -f user.%.Trash" at=0200
> 
> with no problems. Which is weird, because when I run it from the command
> line as you did, I get the same error. Aha! you _must_ run it as user
> 'cyrus'.

Thanks Craig! The problem was I wasn't run it as the cyrus user, silly
me...

Maybe a slightly better error message would be good though, instead of
just flinging out a big list of command switches? Something like 'I need
to be run as the cyrus user!'

Thanks

-j

-- 
-jamie <[EMAIL PROTECTED]> | spamtrap: [EMAIL PROTECTED]
 w: http://silverdream.org | p: [EMAIL PROTECTED]
 pgp key @ http://silverdream.org/~jps/pub.key
 02:30:01 up 8 days, 11:50, 11 users,  load average: 0.17, 0.23, 0.29


signature.asc
Description: This is a digitally signed message part


Re: cyradm shell script error on startup - More help ?

2004-03-11 Thread John Gibson
Wil Cooley wrote:

On Thu, 2004-03-11 at 16:46, John Gibson wrote:

 

Your suggestion sounds great, but "cyradm" is a bourne shell script, not 
perl.  So the "use" command gives an error.
   

Oh yeah.  Just put the PERL5LIB variable there above the 'case'
statement.
Wil
 

YEAH!  Thanks Wil.  Now, on to the authentication issues.  :)

...john

*** DETAIL ***
[EMAIL PROTECTED] bin]# diff cyradm cyradm1
41a42,43
> # Added suggestion by Wil Cooley   jg.
> PERL5LIB=/usr/local/lib/perl5/site_perl/5.6.1/i386-linux;export PERL5LIB
[EMAIL PROTECTED] bin]#
*** original ***
bash-2.05a$ cyradm ares
Can't locate Cyrus/IMAP/Shell.pm in @INC (@INC contains: 
/usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1 
/usr/lib/perl5/site_perl/5.6.1/i386-linux /usr/lib/perl5/site_perl/5.6.1 
/usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl 
/usr/lib/perl5/vendor_perl/5.6.1/i386-linux 
/usr/lib/perl5/vendor_perl/5.6.1 /usr/lib/perl5/vendor_perl .).
BEGIN failed--compilation aborted.

*** after path modification ***
bash-2.05a$ cyradm1 ares
IMAP Password: Login failed: user not found at 
/usr/local/lib/perl5/site_perl/5.6.1/i386-linux/Cyrus/IMAP/Admin.pm line 118
cyradm: cannot authenticate to server with  as poppy
bash-2.05a$



---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


ipurge syntax

2004-03-11 Thread Jamie Penman-Smithson
[ Apologies if this gets duplicate posted, my first post seems to have
disappeared into a blackhole ]

Hey all,

I'm running cyrus 2.1.16 on Debian Sid (unstable) with virtual domains
with 'unixhierarchysep: yes' in imapd.conf. After reading a suggestion
from an old post to this list, I added:

  # clean out mail older than 1 week from users trash
  purgetrash  cmd="ipurge -d 7 -f user.%.Trash" at=0200

to my cyrus.conf, however, it does't work, and there are no errors in
the logs to give an idea of what is wrong. I've tried running 'ipurge -d
7 -f user.%.Trash' on the command line but all I get is:

usage: ipurge [-f] [-s] [-C ] [-x] [-X] [-i] {-d days | -b
bytes|-k Kbytes|-m Mbytes}
[mboxpattern1 ... [mboxpatternN]]
there are no defaults and at least one of -d, -b, -k, -m
must be specified
etc. etc. etc.

I've looked at the man page for ipurge and gone through numerous posts
from gmane on the subject, but nothing seems to work. I tried adding an
@ , and that didn't do anything either.

Has anyone managed to get this working correctly?

TIA

-j

-- 
-jamie <[EMAIL PROTECTED]> | spamtrap: [EMAIL PROTECTED]
 w: http://silverdream.org | p: [EMAIL PROTECTED]
 pgp key @ http://silverdream.org/~jps/pub.key
 21:30:01 up 8 days,  6:50, 11 users,  load average: 0.22, 0.17, 0.12


signature.asc
Description: This is a digitally signed message part


Re: cyradm shell script error on startup - More help ?

2004-03-11 Thread Wil Cooley
On Thu, 2004-03-11 at 16:46, John Gibson wrote:

> Your suggestion sounds great, but "cyradm" is a bourne shell script, not 
> perl.  So the "use" command gives an error.

Oh yeah.  Just put the PERL5LIB variable there above the 'case'
statement.

Wil
-- 
Wil Cooley [EMAIL PROTECTED]
Naked Ape Consultinghttp://nakedape.cc
* * * * * * * Good, fast and cheap: Pick all 3! * * * * * * *
* Naked Ape Consulting  http://nakedape.cc  *
* Naked Ape Business Server   http://nakedape.cc/r/smb  *


signature.asc
Description: This is a digitally signed message part


Re: cyradm shell script error on startup - More help ?

2004-03-11 Thread John Gibson
Wil Cooley wrote:

On Thu, 2004-03-11 at 15:05, John Gibson wrote:
 

Hi, all.

I am struggling to get Cyrus IMAP off of the ground.  My current problem 
is that the path to the Cyrus perl modules doesn't seem to get added 
properly to perl INC during compilation/installation.

The cyradm shell script fails.

Help with this would be appreciated.
   

As a test, set the path to the perl Cyrus/ directory to the environment
variable PERL5LIB.  If that works, then add to cryadm near the top
something like this:
use lib '/usr/local/perl/whatever';

Or use Simon's RPMs and have it install in the normal Perl lib directory
:)
Wil
 

Thanks Wil ! However...

bash-2.05a$ 
PERL5LIB=/usr/local/lib/perl5/site_perl/5.6.1/i386-linux;export PERL5LIB
bash-2.05a$ cyradm ares
IMAP Password:

YEAH !!!

Your suggestion sounds great, but "cyradm" is a bourne shell script, not 
perl.  So the "use" command gives an error.

use lib '/usr/local/perl/whatever';

bash-2.05a$ cyradm1 ares
/usr/local/bin/cyradm1: use: command not found
bash-2.05a$ diff /usr/local/bin/cyradm /usr/local/bin/cyradm1
41a42,43
> # Added suggestion by Wil Cooley   jg.
> use lib '/usr/local/lib/perl5/site_perl/5.6.1/i386-linux';
bash-2.05a$
How do I add that idea into the installation?   These are the files that 
are created during the IMAP build.

135046  360 -r-xr-xr-x   1 root root   361606 Mar 11 04:50 
./site_perl/5.6.1/i386-linux/auto/Cyrus/IMAP/IMAP.so
1350470 -r--r--r--   1 root root0 Mar 11 04:50 
./site_perl/5.6.1/i386-linux/auto/Cyrus/IMAP/IMAP.bs
1350544 -rw-r--r--   1 root root  150 Mar 11 04:53 
./site_perl/5.6.1/i386-linux/auto/Cyrus/IMAP/.packlist
1350484 drwxr-xr-x   3 root root 4096 Mar 11 04:53 
./site_perl/5.6.1/i386-linux/Cyrus
135049   16 -r--r--r--   1 root root12551 Oct 22 13:50 
./site_perl/5.6.1/i386-linux/Cyrus/IMAP.pm
1350504 drwxr-xr-x   2 root root 4096 Mar 11 04:53 
./site_perl/5.6.1/i386-linux/Cyrus/IMAP
135051   28 -r--r--r--   1 root root27953 Jan 15 08:35 
./site_perl/5.6.1/i386-linux/Cyrus/IMAP/Admin.pm
1350528 -r--r--r--   1 root root 7331 May 25  2002 
./site_perl/5.6.1/i386-linux/Cyrus/IMAP/IMSP.pm
135053   48 -r--r--r--   1 root root46439 Jan 15 08:35 
./site_perl/5.6.1/i386-linux/Cyrus/IMAP/Shell.pm
[EMAIL PROTECTED] perl5]#



---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


ÄúºÃ£¬Äú¿ÉÒÔÁ¢¼´ÓµÓÐÊôÓÚ×Ô¼ºµÄÍøÉÏÉ̳ÇÁË

2004-03-11 Thread ÄúºÃ




尊敬的info-cyrus您好:

目前正处于电子商务高速发展的时期,大小商家均开始
实行自己的网络电子商务计划,建立一个属于自己的网络商
城已不在是梦想。

大路网络全新推出大路网络专卖店系统从现在开始
您不需要任何技术人员或计算机专业知识即可立即拥有自己
的专业型电子商城开始网络销售产品寻找买家获得大量订单。

大路网络专卖店系统,系统基于NT平台,采用ASP+ACSE
SS 2000运行环境。其安装简单方便,只需将程序上传至服务
器后即可使用,强大的后台管理可以任意添加修改栏目、图
片上传、商品管理、订单处理,同时用户可根据自己的需要
随意修改界面色彩可满足个性化设置。无需专业知识就可以
轻松管理建设自己独立的网络销售平台。几乎适合所有的行
业在线产品销售、产品展示使用

同时大路网络还推出大路网络专业版商城系统大路
网络超市系统大路网络增强版商城系统欢迎您选购。

获得更详细资料请立即访问我们的站点。
http://shop.dalu100.com

客户咨询:025-52207744
售后服务:025-52210862
查询网址:http://shop.dalu100.com
咨询 Q Q:20265342





Re: cyradm shell script error on startup

2004-03-11 Thread Wil Cooley
On Thu, 2004-03-11 at 15:05, John Gibson wrote:
> Hi, all.
> 
> I am struggling to get Cyrus IMAP off of the ground.  My current problem 
> is that the path to the Cyrus perl modules doesn't seem to get added 
> properly to perl INC during compilation/installation.
> 
> The cyradm shell script fails.
> 
> Help with this would be appreciated.

As a test, set the path to the perl Cyrus/ directory to the environment
variable PERL5LIB.  If that works, then add to cryadm near the top
something like this:

use lib '/usr/local/perl/whatever';

Or use Simon's RPMs and have it install in the normal Perl lib directory
:)

Wil
-- 
Wil Cooley [EMAIL PROTECTED]
Naked Ape Consultinghttp://nakedape.cc
* * * * * * * Good, fast and cheap: Pick all 3! * * * * * * *
* Naked Ape Consulting http://nakedape.cc/r/sg  *
*  SnapGear Linux Firewall/VPN Appliances Reseller  *


signature.asc
Description: This is a digitally signed message part


cyradm shell script error on startup

2004-03-11 Thread John Gibson
Hi, all.

I am struggling to get Cyrus IMAP off of the ground.  My current problem 
is that the path to the Cyrus perl modules doesn't seem to get added 
properly to perl INC during compilation/installation.

The cyradm shell script fails.

Help with this would be appreciated.

...john

 DETAIL ***

Redhat 7.3, newly compiled programs installed into /usr/local include:
binutils 2.14
gcc 3.3.3
Berkeley DB 4.2.52 (w/ two patches)
Cyrus sasl 2.1.17
Cyrus imap 2.2.3
*** shell script fails ***
bash-2.05a$ cyradm ares
Can't locate Cyrus/IMAP/Shell.pm in @INC (@INC contains: 
/usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1 
/usr/lib/perl5/site_perl/5.6.1/i386-linux /usr/lib/perl5/site_perl/5.6.1 
/usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl 
/usr/lib/perl5/vendor_perl/5.6.1/i386-linux 
/usr/lib/perl5/vendor_perl/5.6.1 /usr/lib/perl5/vendor_perl .).
BEGIN failed--compilation aborted.

 module runs 
bash-2.05a$ perl -I/usr/local/lib/perl5/site_perl/5.6.1/i386-linux 
-MCyrus::IMAP::Shell -e shell
cyradm> server ares
IMAP Password: Login failed: user not found at 
/usr/local/lib/perl5/site_perl/5.6.1/i386-linux/Cyrus/IMAP/Admin.pm
line 118
server: ares: cannot authenticate
ares>

---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


¾«²Ê¹ã½»»á

2004-03-11 Thread »á¿¯²¿




 中国出口商品交易会会刊

  ---出口产品最直接最有效的宣传媒体--- 


▲ 广  交  会-中国第一展,第95届精彩扩容,同时启用新旧展览馆,展览规
   模达世界第三,预计参会客商将达30万人,来自200多个国家和地区;
 
▲ 广交会会刊-大会唯一大量免费派发的权威性刊物;会刊全面刊登中国经贸
   政策和广交会官方权威信息。《广交会会刊》全力推介中国产品走出国门、
   走向世界。《会刊》在展览期间,大量免费发放,将中国企业的出口产品信
   息强烈地传递给参会的超过15万的国外采购商。
▲ 在《广交会会刊》上发布出口产品信息,其效果是最直接最有效的,也是看得
   见的!《会刊》通过书刊、光盘、网络立体宣传,全球多渠道推广,突破时
   空限制,直接面对全球买家。

▲▲  1.广交会会刊截稿时间:春交会04年03月25日,秋交会9月25日;
    2.请速联系,索取详细资料:
   广州市流花路117号交易大厦10楼  510014
  中国出口商品交易会会刊编辑部:何辉先生
  Tel:020-85638911 85546764(Fax)  13660215545
mailto:[EMAIL PROTECTED]
  (通过email索取资料的,请留下电话和传真,以后将会定期收到会刊的信息)
 3.北京、上海、台州、香港地区的新客户请与当地代理商联系;
    4.上届广交会会刊老客户,请仍与原联系人联系;
 5.点击这里,可清楚看到所有客商均能免费领取到《会刊》。
   
*** 如果你要通过email回复,请回复至上面联系信箱,不要直接回复。
*** 如果你不需要广交会信息,请回信至: mailto:[EMAIL PROTECTED]




Re: pop3d proxy

2004-03-11 Thread Ken Murchison
Michael J Farina wrote:

I am setting up a cyrus imap murder for a large number of accounts. In my
stress testing I have noticed that the pop3 proxy has quite a delay. When I
connect directly to a backend I can check mail at a very fast rate about .5
secs a mailbox. When I connect to the proxy the wait time increases a ton to
about 5 secs. I am thinking I must have a configuration problem. I will
include my imapd.conf and my cyrus.conf I am using cyrus 2.2.3.
Once you authenticate and the mailbox is opened on the backend, the 
proxy just acts as a bitpipe between the client and backend, so there 
should be very little overhead.

You *might* be seeing a slowdown because the frontend is authenticating 
to the backend using DIGEST-MD5 with a security layer or TLS+PLAIN.  In 
either case you have encrypt/decrypt overhead.

If using DIGEST-MD5, you could try setting sasl_maximum_layer:0 on the 
backend, which will prevent the security layer from being negotiated.

Otherwise, the only other delay that I could think of would be network 
related.


Frontend cyrus.conf

START {
  mboxlist  cmd="ctl_cyrusdb -r"
}
# UNIX sockets start with a slash and are put into /var/imap/sockets
SERVICES {
  # mupdate database service - must prefork atleast 1
  mupdate   cmd="/usr/cyrus/bin/mupdate -m" listen=3905 prefork=1
  # add or remove based on preferences
  imap  cmd="proxyd" listen="imap" prefork=5
  pop3  cmd="pop3proxyd" listen="pop3" prefork=5 maxchild=-1
  sieve cmd="timsieved" listen="sieve" prefork=0
  lmtp  cmd="lmtpproxyd" listen="/var/imap/socket/lmtp" prefork=0
}
EVENTS {
  checkpointcmd="ctl_cyrusdb -c" period=5
}
Frontend imapd.conf

configdirectory: /var/imap
partition-default: /tmp
admins: cyrus
sasl_pwcheck_method: saslauthd
allowplaintext: 1
mupdate_admin: murder
mupdate_server: frontend
mupdate_password: murder pass
proxy_authname: proxy
proxy_password: proxy pass
unixhierarchysep: 1
sasl_mech_list: PLAIN
Backend cyrus.conf

START {
  recover   cmd="ctl_cyrusdb -r"
  mupdatepush   cmd="ctl_mboxlist -m"
}
# UNIX sockets start with a slash and are put into /var/imap/sockets
SERVICES {
  # add or remove based on preferences
  imap  cmd="imapd" listen="imap" prefork=5
  pop3  cmd="pop3d" listen="pop3" prefork=0  maxchild=-1
  # at least one LMTP is required for delivery
  lmtp  cmd="lmtpd" listen="lmtp" prefork=2
}
EVENTS {
  # this is required
  checkpointcmd="ctl_cyrusdb -c" period=5
}
Backend imapd.conf

configdirectory: /var/imap
partition-default: /var/spool/imap
admins: cyrus
mupdate_server: frontend
mupdate_authname: murder
mupdate_password: murder pass
allowplaintext: yes
sasl_pwcheck_method: saslauthd
sasl_mech_list: PLAIN DIGEST-MD5
proxyservers: proxy
unixhierarchysep: 1
defaultacl: anyone rsd
---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


--
Kenneth Murchison Oceana Matrix Ltd.
Software Engineer 21 Princeton Place
716-662-8973 x26  Orchard Park, NY 14127
--PGP Public Key--http://www.oceana.com/~ken/ksm.pgp
---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


pop3d proxy

2004-03-11 Thread Michael J Farina
I am setting up a cyrus imap murder for a large number of accounts. In my
stress testing I have noticed that the pop3 proxy has quite a delay. When I
connect directly to a backend I can check mail at a very fast rate about .5
secs a mailbox. When I connect to the proxy the wait time increases a ton to
about 5 secs. I am thinking I must have a configuration problem. I will
include my imapd.conf and my cyrus.conf I am using cyrus 2.2.3.


--Mike


Frontend cyrus.conf

START {
  mboxlist  cmd="ctl_cyrusdb -r"
}

# UNIX sockets start with a slash and are put into /var/imap/sockets
SERVICES {
  # mupdate database service - must prefork atleast 1
  mupdate   cmd="/usr/cyrus/bin/mupdate -m" listen=3905 prefork=1

  # add or remove based on preferences
  imap  cmd="proxyd" listen="imap" prefork=5
  pop3  cmd="pop3proxyd" listen="pop3" prefork=5 maxchild=-1
  sieve cmd="timsieved" listen="sieve" prefork=0

  lmtp  cmd="lmtpproxyd" listen="/var/imap/socket/lmtp" prefork=0
}

EVENTS {
  checkpointcmd="ctl_cyrusdb -c" period=5
}

Frontend imapd.conf

configdirectory: /var/imap
partition-default: /tmp
admins: cyrus
sasl_pwcheck_method: saslauthd
allowplaintext: 1
mupdate_admin: murder
mupdate_server: frontend
mupdate_password: murder pass
proxy_authname: proxy
proxy_password: proxy pass
unixhierarchysep: 1
sasl_mech_list: PLAIN


Backend cyrus.conf

START {
  recover   cmd="ctl_cyrusdb -r"
  mupdatepush   cmd="ctl_mboxlist -m"
}

# UNIX sockets start with a slash and are put into /var/imap/sockets
SERVICES {
  # add or remove based on preferences
  imap  cmd="imapd" listen="imap" prefork=5
  pop3  cmd="pop3d" listen="pop3" prefork=0  maxchild=-1

  # at least one LMTP is required for delivery
  lmtp  cmd="lmtpd" listen="lmtp" prefork=2

}
EVENTS {
  # this is required
  checkpointcmd="ctl_cyrusdb -c" period=5
}

Backend imapd.conf

configdirectory: /var/imap
partition-default: /var/spool/imap
admins: cyrus
mupdate_server: frontend
mupdate_authname: murder
mupdate_password: murder pass

allowplaintext: yes
sasl_pwcheck_method: saslauthd
sasl_mech_list: PLAIN DIGEST-MD5
proxyservers: proxy
unixhierarchysep: 1
defaultacl: anyone rsd


---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


pop3 proxy

2004-03-11 Thread Michael J Farina
I am setting up a cyrus imap murder for a large number of accounts. In my
stress testing I have noticed that the pop3 proxy has quite a delay. When I
connect directly to a backed I can check mail at a very fast rate about .5
secs a mailbox. When I connect to the proxy the wait time increases a ton to
about 5 secs. I am thinking I must have a configuration problem. I will
include my imapd.conf and my cyrus.conf I am using cyrus 2.2.3.


--Mike


Frontend cyrus.conf

START {
  mboxlist  cmd="ctl_cyrusdb -r"
}

# UNIX sockets start with a slash and are put into /var/imap/sockets
SERVICES {
  # mupdate database service - must prefork atleast 1
  mupdate   cmd="/usr/cyrus/bin/mupdate -m" listen=3905 prefork=1

  # add or remove based on preferences
  imap  cmd="proxyd" listen="imap" prefork=5
  pop3  cmd="pop3proxyd" listen="pop3" prefork=5 maxchild=-1
  sieve cmd="timsieved" listen="sieve" prefork=0

  lmtp  cmd="lmtpproxyd" listen="/var/imap/socket/lmtp" prefork=0
}

EVENTS {
  checkpointcmd="ctl_cyrusdb -c" period=5
}

Frontend imapd.conf

configdirectory: /var/imap
partition-default: /tmp
admins: cyrus
sasl_pwcheck_method: saslauthd
allowplaintext: 1
mupdate_admin: murder
mupdate_server: frontend
mupdate_password: murder pass
proxy_authname: proxy
proxy_password: proxy pass
unixhierarchysep: 1
sasl_mech_list: PLAIN


Backend cyrus.conf

START {
  recover   cmd="ctl_cyrusdb -r"
  mupdatepush   cmd="ctl_mboxlist -m"
}

# UNIX sockets start with a slash and are put into /var/imap/sockets
SERVICES {
  # add or remove based on preferences
  imap  cmd="imapd" listen="imap" prefork=5
  pop3  cmd="pop3d" listen="pop3" prefork=0  maxchild=-1

  # at least one LMTP is required for delivery
  lmtp  cmd="lmtpd" listen="lmtp" prefork=2

}
EVENTS {
  # this is required
  checkpointcmd="ctl_cyrusdb -c" period=5
}

Backend imapd.conf

configdirectory: /var/imap
partition-default: /var/spool/imap
admins: cyrus
mupdate_server: frontend
mupdate_authname: murder
mupdate_password: murder pass

allowplaintext: yes
sasl_pwcheck_method: saslauthd
sasl_mech_list: PLAIN DIGEST-MD5
proxyservers: proxy
unixhierarchysep: 1
defaultacl: anyone rsd


---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Integration o Cyrus virtual domains with Sendmail

2004-03-11 Thread Andrzej Filip
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I would like to present methods for integrating sendmail with cyrus virtual 
domains using socket map (fstat map version coming soon).
Soekct map is supported in cyrus 2.2.3 (stable) release.

It allows sendmail to check if cyrus is going to accept given recipient (user 
of [EMAIL PROTECTED]) before accepting messages.

http://anfi.webhop.net/sendmail/rtcyrus2.html

Feel free to send your comments/feedback.

P.S.
Please treat it as alpha quality release, I decided to publish it now to cut 
short my "over optimalization" tendencies. I hope I will extend documentation 
this weekend.

- -- 
Andrzej [en:Andrew] Adam Filip [EMAIL PROTECTED] [EMAIL PROTECTED]
http://anfi.webhop.net http://slashdot.org/~anfi
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)
Comment: My public keys: http://anfi.webhop.net/pubkeys/

iD8DBQFAUMcbZ80vWgkRUpYRAuLjAJ4v0vv0r3tGcgcbFWIDCLPBIJbHegCgn+Y0
/LzSsGPRzjAIwrt8nSb0PZY=
=UoBK
-END PGP SIGNATURE-
---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


copy files with mailutil - seen state lost

2004-03-11 Thread Prentice Bisbal
I just migrated my mailboxes to my new Cyrus mailserver (just my own 
personal mailboxes for testing). I executed mailutil with the -verbose 
and -debug options so I could see what was going on. During the copy, it 
looked like the state for each message was preserved, but I noticed a 
bunch of DB errors realted to my .seen file.

After copying the messages over and opening them with my mail client, 
all the messages appear to be unread, and I see the following entries in 
/var/log/imapd.log.

Can this be fixed with one of the Cyrus mailbox/db utilities?

Prentice

Mar 11 14:32:21 pdb-mail-1 imaps[15899]: open: user prentice opened 
INBOX.deposit
Mar 11 14:32:22 pdb-mail-1 imaps[15901]: accepted connection
Mar 11 14:32:22 pdb-mail-1 master[15903]: about to exec 
/usr/local/cyrus-2.2.3-UNIFIED/cyrus//bin/imapd
Mar 11 14:32:22 pdb-mail-1 imaps[15903]: executed
Mar 11 14:32:22 pdb-mail-1 imaps[15901]: starttls: TLSv1 with cipher 
AES256-SHA (256/256 bits reused) no authentication
Mar 11 14:32:22 pdb-mail-1 imaps[15901]: login: bobblehead.rutgers.edu 
[128.6.70.62] prentice plain+TLS User logged in
Mar 11 14:32:22 pdb-mail-1 imaps[15901]: DBERROR: skiplist recovery: 
0090 should be ADD or DELETE
Mar 11 14:32:22 pdb-mail-1 imaps[15901]: DBERROR: opening 
/var/lib/imap/user/p/prentice.seen: cyrusdb error
Mar 11 14:32:22 pdb-mail-1 imaps[15901]: Could not open seen state for 
prentice (System I/O error)
Mar 11 14:32:22 pdb-mail-1 imaps[15901]: open: user prentice opened 
INBOX.cyrus-sasl
Mar 11 14:32:34 pdb-mail-1 imaps[15895]: DBERROR: skiplist recovery: 
0090 should be ADD or DELETE
Mar 11 14:32:34 pdb-mail-1 imaps[15895]: DBERROR: opening 
/var/lib/imap/user/p/prentice.seen: cyrusdb error
Mar 11 14:32:34 pdb-mail-1 imaps[15895]: Could not open seen state for 
prentice (System I/O error)
Mar 11 14:32:34 pdb-mail-1 imaps[15895]: open: user prentice opened 
INBOX.Meeting Maker
Mar 11 14:32:38 pdb-mail-1 imaps[15895]: DBERROR: skiplist recovery: 
0090 should be ADD or DELETE
Mar 11 14:32:38 pdb-mail-1 imaps[15895]: DBERROR: opening 
/var/lib/imap/user/p/prentice.seen: cyrusdb error
Mar 11 14:32:38 pdb-mail-1 imaps[15895]: Could not open seen state for 
prentice (System I/O error)
Mar 11 14:32:38 pdb-mail-1 imaps[15895]: open: user prentice opened 
INBOX.LINUX_ADMIN

--
Prentice Bisbal
Computer System Administrator
Protein Data Bank
Rutgers University
---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


RE: PAM (Red Hat) saslauthd, and Cyrus IMAP

2004-03-11 Thread Arturo Mardones
Hi o all!!!

I can't connect from Outlook to cyrus but in error logs don't say any
extrange... and log form imap say what user is logged at ... but can't
send anything. I review my master.cf and main.cf but I don’t know what I
doing bad... then the first question is how can I made a debug log from
saslauthd and postfix, because the first don't have log ?¿ and the
second it's very light. I remember that after this, in maillog throw
error about user login... and say some [EMAIL PROTECTED]
how I fix this???

Thanks for any idea, help, link, doc... etc...

Arturo.

-Mensaje original-
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] En nombre de Ken
Murchison
Enviado el: Miércoles, 10 de Marzo de 2004 18:15
Para: Prentice Bisbal
CC: [EMAIL PROTECTED]
Asunto: Re: PAM (Red Hat) saslauthd, and Cyrus IMAP

Prentice Bisbal wrote:

> I'm having trouble authenticating to Cyrus IMAP. After having problems
> with salsdb2 and auxprop, I"m now trying to use saslauthd and pam so I
> can use the users' password from NIS.
> 
> I can authenticate as myself, the cyrus admin, and the mupdate user
fine
> with the cyradm command, but when I try to use imtest or connect from
an
> IMAP mail client, I get reject, with the following entries in
> /var/log/auth.log
> 
> Mar 10 15:40:18 pdb-mail-1 saslauthd[11318]: do_auth : auth
> failure: [user=mupdate] [service=mupdate] [realm=] [mech=pam]


You need to create a PAM config file for each service.

-- 
Kenneth Murchison Oceana Matrix Ltd.
Software Engineer 21 Princeton Place
716-662-8973 x26  Orchard Park, NY 14127
--PGP Public Key--http://www.oceana.com/~ken/ksm.pgp
---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: cyradm problem

2004-03-11 Thread Didi Rieder
--On Thursday, March 11, 2004 07:32:51 PM +0100 Mike O'Rourke 
<[EMAIL PROTECTED]> wrote:

Didi Rieder <[EMAIL PROTECTED]> 03/11/04 03:46pm >>>
--On Wednesday, March 10, 2004 01:51:40 PM -0500 Didi Rieder
<[EMAIL PROTECTED]> wrote:
Hi,

I just installed the cyrus-imapd-2.2.3 and noticed the following
problem
with cyradm:

[EMAIL PROTECTED] etc]# cyradm -user imap localhost
imclient_connect: unknown host "localhost" at
/usr/local/lib/perl5/site_perl/5.8.3/sun4-solaris/Cyrus/IMAP/Admin.pm
line 71.
The problem seems to come from the following function call:

	getaddrinfo(host, port, &hints, &res0)

in lib/imclient.c on line 239

This might be Solrais 9 specific.I had to remove patch 112874-22 to
get
cyrus 2.2.3 to run at all. See also:

In order to remove this patch it was also necessary to remove the the

patches 112970-06 and 113319-17 because of dependencies.

Can somone confirm this? Has someome a solution?

Didi
Hi Didi,

I have not tried to compile cyrus-imapd on my Solaris 9 box, but I had
a similar problem with OpenLDAP 2.1.24 in that the slapd daemon would
refuse to connect, and would most of the times crash.
To fix the problem, I had to explicitely set the 'ai_protocol' member
of the 'hints' variable to '0' (as it is in Cyrus-IMAPD, it was
unspecified in OpenLDAP).
In theory, this should not be necessary, or so I understand as the C
compiler should interprit the null value as '0'. I am using gcc 3.3.2 on
my Solaris 9 box.
So, you might try this patch and see if it helps:

*** imclient.c.orig Thu Mar 11 19:28:34 2004
--- imclient.c  Thu Mar 11 19:28:50 2004
***
*** 236,241 
--- 236,242 
  hints.ai_family = PF_UNSPEC;
  hints.ai_socktype = SOCK_STREAM;
  hints.ai_flags = AI_CANONNAME;
+ hints.ai_protocol = 0;
  if (getaddrinfo(host, port, &hints, &res0))
return -1;
  for (res = res0; res; res = res->ai_next) {
Mike,

thanks for your answer, but unfortunately this didn't work out I still get:

imclient_connect: unknown host "localhost" at 
/usr/local/lib/perl5/site_perl/5.8.3/sun4-solaris/Cyrus/IMAP/Admin.pm line 
71.

Didi

--
-
Didi Rieder
[EMAIL PROTECTED]
PGPKey ID: 3431D0B0
-

pgp0.pgp
Description: PGP signature


Re: cyradm problem

2004-03-11 Thread Mike O'Rourke
> Didi Rieder <[EMAIL PROTECTED]> 03/11/04 03:46pm >>>
>--On Wednesday, March 10, 2004 01:51:40 PM -0500 Didi Rieder 
><[EMAIL PROTECTED]> wrote:
>
>> Hi,
>>
>> I just installed the cyrus-imapd-2.2.3 and noticed the following
problem
>> with cyradm:
>>
>> [EMAIL PROTECTED] etc]# cyradm -user imap localhost
>> imclient_connect: unknown host "localhost" at
>>
/usr/local/lib/perl5/site_perl/5.8.3/sun4-solaris/Cyrus/IMAP/Admin.pm
>> line 71.
>
>The problem seems to come from the following function call:
>
>   getaddrinfo(host, port, &hints, &res0)
>
>in lib/imclient.c on line 239
>
>This might be Solrais 9 specific.I had to remove patch 112874-22 to
get 
>cyrus 2.2.3 to run at all. See also:
>
>
>In order to remove this patch it was also necessary to remove the the

>patches 112970-06 and 113319-17 because of dependencies.
>
>Can somone confirm this? Has someome a solution?
>
>Didi

Hi Didi,

I have not tried to compile cyrus-imapd on my Solaris 9 box, but I had
a similar problem with OpenLDAP 2.1.24 in that the slapd daemon would
refuse to connect, and would most of the times crash.

To fix the problem, I had to explicitely set the 'ai_protocol' member
of the 'hints' variable to '0' (as it is in Cyrus-IMAPD, it was
unspecified in OpenLDAP).

In theory, this should not be necessary, or so I understand as the C
compiler should interprit the null value as '0'. I am using gcc 3.3.2 on
my Solaris 9 box.

So, you might try this patch and see if it helps:

*** imclient.c.orig Thu Mar 11 19:28:34 2004
--- imclient.c  Thu Mar 11 19:28:50 2004
***
*** 236,241 
--- 236,242 
  hints.ai_family = PF_UNSPEC;
  hints.ai_socktype = SOCK_STREAM;
  hints.ai_flags = AI_CANONNAME;
+ hints.ai_protocol = 0;
  if (getaddrinfo(host, port, &hints, &res0))
return -1;
  for (res = res0; res; res = res->ai_next) {

Mike.
---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: Some questions about Postfix and Cyrus

2004-03-11 Thread Andreas Winkelmann
Am Donnerstag, 11. März 2004 18:03 schrieb Luca Manganelli:

> 2) I configured Postfix to use LMTP negotiation with Cyrus.
>    But when I connect to Postfix, I see that it's not 100%
>    SMTP compatible. i.e.:

> RCPT TO: [EMAIL PROTECTED],[EMAIL PROTECTED]
> 501 Bad address syntax

> the status and error codes are from Cyrus LMTP. But the
> RCPT TO: is a valid SMTP syntax (and not LMTP). So,
> this interface is unusable for normal email clients...
> The negotiation is NOT queued, but is done in real-time
> with Cyrus..

Please show us the RFC, where such a "RCPT TO" is documented.

-- 
Andreas


---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: filesystem directories not removed

2004-03-11 Thread Rob Siemborski
On Thu, 11 Mar 2004, Jean-Christophe Delaye wrote:

> On the filesystem view, I noticed that when a user delete an imap folder
> from his imap client, the directory in the filesystem tree still remains
> present. Of course, the user can create again the same folder name, but
> I'm just wonder if there is a way to change this behavior.

This is because on many filesystems, you can't remove a directory that a
process is chdir'd into.  Cyrus is designed to (for better or worse) chdir
into the directory of the selected mailbox.

There's a patch floating around on bugzilla to change this behavior, but
its not well-tested, IIRC.

-Rob

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Rob Siemborski * Andrew Systems Group * Cyert Hall 207 * 412-268-7456
Research Systems Programmer * /usr/contributed Gatekeeper

---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: locating vacation info

2004-03-11 Thread Ken Murchison
Jean-Christophe Delaye wrote:

I've got a question about vacation informations associated with vacation 
sieve script.

Where does sieve/cyrus store informations about expire date and sender 
user adress when vacation
feature is activate for a particular user.
deliver.db

--
Kenneth Murchison Oceana Matrix Ltd.
Software Engineer 21 Princeton Place
716-662-8973 x26  Orchard Park, NY 14127
--PGP Public Key--http://www.oceana.com/~ken/ksm.pgp
---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Some questions about Postfix and Cyrus

2004-03-11 Thread Luca Manganelli
Hi,

I have some questions.

1) Can Postfix access to Cyrus's Maildir and vice-versa?

2) I configured Postfix to use LMTP negotiation with Cyrus.
   But when I connect to Postfix, I see that it's not 100%
   SMTP compatible. i.e.:


telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 ksmail-test.kmailcert.it ESMTP Postfix
MAIL FROM: [EMAIL PROTECTED]
250 Ok
RCPT TO: [EMAIL PROTECTED],[EMAIL PROTECTED]
501 Bad address syntax


the status and error codes are from Cyrus LMTP. But the
RCPT TO: is a valid SMTP syntax (and not LMTP). So,
this interface is unusable for normal email clients...
The negotiation is NOT queued, but is done in real-time
with Cyrus..
How can I do?

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.618 / Virus Database: 397 - Release Date: 09/03/2004
 

---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Cyrus SASL 2.1.18 Released

2004-03-11 Thread Rob Siemborski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I am pleased to announce the release of Cyrus SASL 2.1.18 on
ftp.andrew.cmu.edu.  This release contains a large number of bugfixes and
cleanups from the last version, including fixes for a Solaris 9 IPv6
issue, a problem with a number of missing files in the distribution, and
the removal of the "experimental" tag from the saslauthd LDAP module.  I'd
like to thank all of those who were involved in getting this release ready
to go.

Please send feedback to [EMAIL PROTECTED] or
[EMAIL PROTECTED] (private list).

Download at:
ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-2.1.18.tar.gz
or
http://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-2.1.18.tar.gz

- -Rob

- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Rob Siemborski * Andrew Systems Group * Cyert Hall 207 * 412-268-7456
Research Systems Programmer * /usr/contributed Gatekeeper



-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8
Comment: Made with pgp4pine 1.76

iQA/AwUBQFCC1Wes8cJc4y/MEQI2tQCgjUUfib5TQS0hCaZdWsPdPkcbHaMAnjLI
o4CmoNF4wzhJ47MsRQ6jBQ9d
=e50v
-END PGP SIGNATURE-

---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


locating vacation info

2004-03-11 Thread Jean-Christophe Delaye
I've got a question about vacation informations associated with vacation sieve script.

Where does sieve/cyrus store informations about expire date and sender user adress 
when vacation
feature is activate for a particular user.
Thanks.

JC Delaye.

---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


filesystem directories not removed

2004-03-11 Thread Jean-Christophe Delaye
Hey all,

We have Cyrus IMAP server (2.1.9) with sasl (2.1.9) running on Solaris 2.8.

This server works fine; users can create/delete/rename folders whitout problems.

On the filesystem view, I noticed that when a user delete an imap folder from his imap client, the directory in the filesystem tree still remains present. Of course, the user can create again the same folder name, but I'm just wonder if there is a way to change this behavior. 

Thanks.

Jean-Christophe DELAYE.

---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: cyradm problem

2004-03-11 Thread Didi Rieder
--On Wednesday, March 10, 2004 01:51:40 PM -0500 Didi Rieder 
<[EMAIL PROTECTED]> wrote:

Hi,

I just installed the cyrus-imapd-2.2.3 and noticed the following problem
with cyradm:
[EMAIL PROTECTED] etc]# cyradm -user imap localhost
imclient_connect: unknown host "localhost" at
/usr/local/lib/perl5/site_perl/5.8.3/sun4-solaris/Cyrus/IMAP/Admin.pm
line 71.
The problem seems to come from the following function call:

	getaddrinfo(host, port, &hints, &res0)

in lib/imclient.c on line 239

This might be Solrais 9 specific.I had to remove patch 112874-22 to get 
cyrus 2.2.3 to run at all. See also:


In order to remove this patch it was also necessary to remove the the 
patches 112970-06 and 113319-17 because of dependencies.

Can somone confirm this? Has someome a solution?

Didi

--
-
Didi Rieder
[EMAIL PROTECTED]
PGPKey ID: 3431D0B0
-

pgp0.pgp
Description: PGP signature


Re: PAM (Red Hat) saslauthd, and Cyrus IMAP

2004-03-11 Thread Prentice Bisbal
Thanks.After sending the previous e-mail, I just that. 
/etc/pam.d/{imap,mupdate} are identical, but I'm still having problems. 
I tried logging in using ssh/telnet, and I'm having problems doing that, 
so something must be wrong unrelated to mail.

I just switched these systems to use NIS yesterday. I must have made a 
typo somewhere...

Prentice

Ken Murchison wrote:
Prentice Bisbal wrote:

I'm having trouble authenticating to Cyrus IMAP. After having problems
with salsdb2 and auxprop, I"m now trying to use saslauthd and pam so I
can use the users' password from NIS.
I can authenticate as myself, the cyrus admin, and the mupdate user fine
with the cyradm command, but when I try to use imtest or connect from an
IMAP mail client, I get reject, with the following entries in
/var/log/auth.log
Mar 10 15:40:18 pdb-mail-1 saslauthd[11318]: do_auth : auth
failure: [user=mupdate] [service=mupdate] [realm=] [mech=pam]
   

You need to create a PAM config file for each service.

--
Prentice Bisbal
Computer System Administrator
Protein Data Bank
Rutgers University
---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: Cyrus IMAP: mailbox

2004-03-11 Thread Christian Beilstein
hi VP

maybe you should set your mda to de cyrus deliver program (eg in .fetchmailrc: poll 
xyz ... mda "/path/to/deliver -m mailbox user"; don't know the correct options by 
heart, read the man pages). 
I think you have to run fetchmail as user "cyrus" to be allowed to deliver to all 
mailboxes.

cu

Chris

Am Donnerstag, 11. März 2004 13.28 schrieben Sie:
> Hi all,
> I have a Cyrus IMAP server (2.1.15). This server works fine. I could access via Web 
> mail Squirrel
> without problem.
> 
> In this server, I fetch mail from another server (POP3) by using fetchmail program. 
> I could found
> my new messages with mutt client. But via Squirrel (Cyrus IMAP server) I can not 
> found any
> message.
> 
> My question: After fetching the mail, howto delivre to Cyrus IMAP server ?
> 
> Thank you,
> VP
> 
> __
> Do you Yahoo!?
> Yahoo! Search - Find what you’re looking for faster
> http://search.yahoo.com
> ---
> Home Page: http://asg.web.cmu.edu/cyrus
> Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
> List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
> 
> 
> 

---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Cyrus IMAP: mailbox

2004-03-11 Thread VnPenguin
Hi all,
I have a Cyrus IMAP server (2.1.15). This server works fine. I could access via Web 
mail Squirrel
without problem.

In this server, I fetch mail from another server (POP3) by using fetchmail program. I 
could found
my new messages with mutt client. But via Squirrel (Cyrus IMAP server) I can not found 
any
message.

My question: After fetching the mail, howto delivre to Cyrus IMAP server ?

Thank you,
VP

__
Do you Yahoo!?
Yahoo! Search - Find what you’re looking for faster
http://search.yahoo.com
---
Home Page: http://asg.web.cmu.edu/cyrus
Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: Removing mail from command line

2004-03-11 Thread Sebastian Hagedorn
--On Donnerstag, 11. März 2004 0:19 Uhr + Jamie Penman-Smithson 
<[EMAIL PROTECTED]> wrote:

After I've done that, I'd like to delete the messages currently in the
folder. I've read the bits and pieces about cyrus being a 'closed box'
mail system, but I was hoping that someone would have a solution.
You have to use IMAP to do that (for example through a Perl script), or 
perhaps the ipurge command.

I've
tried rm'ing a message from a test mailbox, and while it's gone, I
assume that cyrus caches all mail because it remains there when I check
with my IMAP client.
No, Cyrus only *thinks* it's still there ... you need to run reconstruct on 
that mailbox, otherwise there's going to be trouble.

Cheers, Sebastian Hagedorn
--
Sebastian Hagedorn M.A. - RZKR-R1 (Gebäude 52), Zimmer 18
Zentrum für angewandte Informatik - Universitätsweiter Service RRZK
Universität zu Köln / Cologne University - Tel. +49-221-478-5587

pgp0.pgp
Description: PGP signature