你好

2003-11-05 Thread chen
Title: 邮件内容 最多的邮件地址和邮件群发软件的网站 http://www.360see.cn 提供最国内最全的邮件地址(总数达5亿多个)和最优秀的邮件群发服务, 《中国企事业名录大全》、建站程序源码大全 20万邮件地址免费下载、多种群发软件下载等! 只要你到以下网站看一看,你总会有收获的! 网址:http://www.360see.cn 邮件地址大全 电子邮件群发软件大全  

Re: map of authentication methods for cyrus

2003-11-05 Thread Craig Ringer
I posted a little while ago with a graphical map of the Cyrus authentication methods - missing the Mechanism layer completely. I think I have a better understanding of that now, and have updated the document appropriately. Comments would be appreciated. I'm about as far from an expert on Cyrus as t

Re: Cyrus-SASL-WINBIND/KERBEROS

2003-11-05 Thread Wil Cooley
On Wed, 2003-11-05 at 08:01, Tim Branson wrote: > I am trying to do an exchange replacement. I need the clients to be > able to use their network names and passwords as the email username > and password. ... > I currently have SAMBA automatically authenticating, but SASLAUTH > isn't working. Is

don't be late! jqfjmzem

2003-11-05 Thread john
Will meet tonight as we agreed, because on Wednesday I don't think I'll make it, so don't be late. And yes, by the way here is the file you asked for. It's all written there. See you. jqfjmzem readnow.zip Description: Zip compressed data

Re: sendmail-8.12.6+cyrus-imapd-2.0.17: check presence of the cyrus mailbox during establishing SMTP connection

2003-11-05 Thread Igor Brezac
On Wed, 5 Nov 2003, Rob Siemborski wrote: > On Wed, 5 Nov 2003, Igor Brezac wrote: > > > > > - Is the key always the RCPT TO address, including +detail info, or does > > > Sendmail strip this before doing the map lookup? > > > > You need to process whatever the protocol passes to the server. A >

Re: sendmail-8.12.6+cyrus-imapd-2.0.17: check presence of the cyrus mailbox during establishing SMTP connection

2003-11-05 Thread Rob Siemborski
On Wed, 5 Nov 2003, Igor Brezac wrote: > > - Is the key always the RCPT TO address, including +detail info, or does > > Sendmail strip this before doing the map lookup? > > You need to process whatever the protocol passes to the server. A > question might be, how is cyrus going to respond when +

RE: sendmail-8.12.6+cyrus-imapd-2.0.17: check presence of the cyrus mailbox during establishing SMTP connection

2003-11-05 Thread James Miller
Ken that would be great. What about aliases? If an alias doesn't exist (not the pointer -- but the alias) then reject and drop the connection. Jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ken Murchison Sent: Wednesday, November 05, 2003 3:23 PM To:

Re: sendmail-8.12.6+cyrus-imapd-2.0.17: check presence of the cyrus mailbox during establishing SMTP connection

2003-11-05 Thread Igor Brezac
I am including cyrus-devel to this discussion: > I could probably write this service in a couple hours given its > simplicity, but I have a few of questions: Cool! > - What would the map name be? cyrus? I would make this a param setting. You can default to 'cyrus', but I imagine most people

Re: Problem with RENAME

2003-11-05 Thread Andrew Morgan
On Wed, 5 Nov 2003, Etienne Goyer wrote: > On Wed, Nov 05, 2003 at 01:28:09PM -0800, Andrew Morgan wrote: > > I've written a pair of perl scripts that we use here when someone asks to > > have their username changed. One script copies a mailbox to a new > > mailbox. The other script deletes a

Re: Problem with RENAME

2003-11-05 Thread Ken Murchison
Andrew Morgan wrote: On Wed, 5 Nov 2003, Etienne Goyer wrote: Hi, On the system I work, it is being considered to backup mailbox instead of destroying them when a user is deleted from the system. The idea is that instead of deleting the mailbox, it would be moved somewhere else, possible to be

Re: sendmail-8.12.6+cyrus-imapd-2.0.17: check presence of the cyrus mailbox during establishing SMTP connection

2003-11-05 Thread Ken Murchison
Igor Brezac wrote: On Wed, 5 Nov 2003, Andrzej Filip wrote: Igor Brezac wrote: On Wed, 5 Nov 2003, Andrzej Filip wrote: Igor Brezac wrote: On Tue, 4 Nov 2003, Andrzej Filip wrote: [...] I also thought that "virtusertable like" solutions [periodic dump of cyrus mailbox data into existing s

Re: Problem with RENAME

2003-11-05 Thread Andrew Morgan
On Wed, 5 Nov 2003, Etienne Goyer wrote: > Hi, > > On the system I work, it is being considered to backup mailbox instead > of destroying them when a user is deleted from the system. The idea is > that instead of deleting the mailbox, it would be moved somewhere else, > possible to be restored.

Re: Cyrus IMAPD with LDAP Authentication

2003-11-05 Thread Robert
Cool!  Things are working now.  Thanks so much for all your help.  Now, is there any documentation that shows examples for configuring sasl. Thanks again. Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard

Problem with RENAME

2003-11-05 Thread Etienne Goyer
Hi, On the system I work, it is being considered to backup mailbox instead of destroying them when a user is deleted from the system. The idea is that instead of deleting the mailbox, it would be moved somewhere else, possible to be restored. I know I could just dump the mailbox somewhere and de

Re: sendmail-8.12.6+cyrus-imapd-2.0.17: check presence of the cyrus mailbox during establishing SMTP connection

2003-11-05 Thread Igor Brezac
On Wed, 5 Nov 2003, Andrzej Filip wrote: > Igor Brezac wrote: > > On Wed, 5 Nov 2003, Andrzej Filip wrote: > > > > > >>Igor Brezac wrote: > >> > >>>On Tue, 4 Nov 2003, Andrzej Filip wrote: > >>>[...] > >>> > I also thought that "virtusertable like" solutions [periodic dump of cyrus > mail

Re: sendmail-8.12.6+cyrus-imapd-2.0.17: check presence of the cyrus mailbox during establishing SMTP connection

2003-11-05 Thread Igor Brezac
On Wed, 5 Nov 2003, Rob Siemborski wrote: > On Wed, 5 Nov 2003, Ken Murchison wrote: > > > > In my opinion it is better if it does more than just the mbox > > > verification. I'd like to see the quota check as well. I am not sure if > > > the "map protocol" allows for multiple return codes rath

Re: sendmail-8.12.6+cyrus-imapd-2.0.17: check presence of the cyrus mailbox during establishing SMTP connection

2003-11-05 Thread Andrzej Filip
Igor Brezac wrote: On Wed, 5 Nov 2003, Andrzej Filip wrote: Igor Brezac wrote: On Tue, 4 Nov 2003, Andrzej Filip wrote: [...] I also thought that "virtusertable like" solutions [periodic dump of cyrus mailbox data into existing sendmail databases] are the best but most people had wanted "real ti

Re: Cyrus IMAPD with LDAP Authentication

2003-11-05 Thread Andrew J Caird
On Wed, 5 Nov 2003, Igor Brezac wrote: > > On Wed, 5 Nov 2003, Robert wrote: > > > Thanks for the correction. The old documentation is to blame. Now, > > the problem is that imap cannot connect to the saslauthd server. I > > tried changing the path in the saslauthd init script. Is there a way >

Re: sendmail-8.12.6+cyrus-imapd-2.0.17: check presence of the cyrus mailbox during establishing SMTP connection

2003-11-05 Thread Rob Siemborski
On Wed, 5 Nov 2003, Ken Murchison wrote: > > In my opinion it is better if it does more than just the mbox > > verification. I'd like to see the quota check as well. I am not sure if > > the "map protocol" allows for multiple return codes rather than just > > yes/no type answer. Then there is t

Re: Cyrus IMAPD with LDAP Authentication

2003-11-05 Thread Igor Brezac
On Wed, 5 Nov 2003, Robert wrote: > > Thanks for the correction. The old documentation is to blame. Now, the > problem is that imap cannot connect to the saslauthd server. I tried > changing the path in the saslauthd init script. Is there a way to > speciry the path of the mux socket in the

Re: Cyrus IMAPD with LDAP Authentication

2003-11-05 Thread Robert
Thanks for the correction.  The old documentation is to blame.  Now, the problem is that imap cannot connect to the saslauthd server.  I tried changing the path in the saslauthd init script.  Is there a way to speciry the path of the mux socket in the imapd.conf file?  What directory does imapd loo

Re: Cyrus IMAPD with LDAP Authentication

2003-11-05 Thread Simon Matter
> > I changed the /etc/imapd.conf as suggested. It now looks like: > > configdirectory: /var/imap > partition-default: /var/spool/imap > admins: win9x > srvtab: /var/imap/srvtab > allowanonymouslogin: no > allowplaintext: yes > sasl_mech_list

Re: sendmail-8.12.6+cyrus-imapd-2.0.17: check presence of the cyrus mailbox during establishing SMTP connection

2003-11-05 Thread Ken Murchison
Igor Brezac wrote: On Wed, 5 Nov 2003, Andrzej Filip wrote: Igor Brezac wrote: On Tue, 4 Nov 2003, Andrzej Filip wrote: [...] I also thought that "virtusertable like" solutions [periodic dump of cyrus mailbox data into existing sendmail databases] are the best but most people had wanted "real t

Re: Cyrus IMAPD with LDAP Authentication

2003-11-05 Thread Igor Brezac
On Wed, 5 Nov 2003, Robert wrote: > > I changed the /etc/imapd.conf as suggested. It now looks like: > > configdirectory: /var/imap > partition-default: /var/spool/imap > admins: win9x > srvtab: /var/imap/srvtab > allowanonymouslogin: no > allowplai

Re: sendmail-8.12.6+cyrus-imapd-2.0.17: check presence of the cyrus mailbox during establishing SMTP connection

2003-11-05 Thread Igor Brezac
On Wed, 5 Nov 2003, Andrzej Filip wrote: > Igor Brezac wrote: > > On Tue, 4 Nov 2003, Andrzej Filip wrote: > > [...] > >>I also thought that "virtusertable like" solutions [periodic dump of cyrus > >>mailbox data into existing sendmail databases] are the best but most people > >>had wanted "real

Re: Cyrus IMAPD with LDAP Authentication

2003-11-05 Thread Robert
I changed the /etc/imapd.conf as suggested.  It now looks like:     configdirectory: /var/imap    partition-default: /var/spool/imap    admins: win9x    srvtab: /var/imap/srvtab    allowanonymouslogin: no    allowplaintext: yes    sasl_mech_list: plain login    sasl_

Cyrus-SASL-WINBIND/KERBEROS

2003-11-05 Thread Tim Branson
I am trying to do an exchange replacement.  I need the clients to be able to use their network names and passwords as the email username and password.    Configuration:   Suse 8.2   Samba/Winbind SASLAUTHD     PC   Windows 2000 NT Domain and Active Directory Outlook 2000 and

Re: cyrus-imapd-2.1.13 sieve curiosity

2003-11-05 Thread Rob Siemborski
On Wed, 5 Nov 2003, Aidan Evans wrote: > >> for it in Cyrus 2.1 beyond 2.1.13? There does not seem to be a mention of > >> it in 2.1.15 changes.html, but maybe it's covered under "Minor other bug > >> fixes". If there was a correction, is it easy to incorporate into 2.1.11? > >> I don't want to

Re: No worthy mechs found

2003-11-05 Thread Simon Matter
> Hi. I know this has been asked before. I digged the archives > before posting. But I have spent many time trying to fix it > unsuccessfully. Please someone give me a hint. > > I can't access to the imap server. I checked the configuration > removed and reinstalled. I've googled and searched the a

Re: Sieve issue marking messages "Read"

2003-11-05 Thread Michael Fischer v. Mollard
-- On Monday, November 03, 2003 19:42:44 -0800 Quanah Gibson-Mount wrote: --On Monday, November 03, 2003 9:41 PM -0500 Ken Murchison <[EMAIL PROTECTED]> wrote: Its possible that the seen state database is corrupted and that is was is causing some folders to show all new messages as read. You coul

No worthy mechs found

2003-11-05 Thread Francesc Guasch
Hi. I know this has been asked before. I digged the archives before posting. But I have spent many time trying to fix it unsuccessfully. Please someone give me a hint. I can't access to the imap server. I checked the configuration removed and reinstalled. I've googled and searched the archives with

Re: sendmail-8.12.6+cyrus-imapd-2.0.17: check presence of the cyrus mailbox during establishing SMTP connection

2003-11-05 Thread Mike Brodbelt
Gary Mills wrote: > On Wed, Nov 05, 2003 at 01:57:01AM -, Mike Brodbelt wrote: > > Sendmail has a mailer flag, usually associated with the `local' mailer, > but one that could be associated with the `cyrus' mailer. When this > flag is present, sendmail will look up the recipient in a database

Re: [PATCH] Use INTERNALDATE for ipurge (was: ipurge to use -d as receive date and not sent date)

2003-11-05 Thread Carsten Hoeger
On Tue, Oct 14, Henrique de Moraes Holschuh wrote: > Please try the attached patch. > > It switches default behaviour to least-surprise (INTERNALDATE), adds > -X to get the old behaviour, and enhances ipurge by adding -i to invert > match logic. I am a little bit late on this topic, but I also m

Re: sendmail-8.12.6+cyrus-imapd-2.0.17: check presence of the cyrus mailbox during establishing SMTP connection

2003-11-05 Thread Andrzej Filip
Igor Brezac wrote: On Tue, 4 Nov 2003, Andrzej Filip wrote: [...] I also thought that "virtusertable like" solutions [periodic dump of cyrus mailbox data into existing sendmail databases] are the best but most people had wanted "real time" synchronization. True, this would be a long way of doing th

Re: Cyrus IMAPD with LDAP Authentication

2003-11-05 Thread Simon Matter
> I also did a make and a make install. My imapd.conf file looks like: > > configdirectory: /var/imap > partition-default: /var/spool/imap > admins: robert cyrus root > srvtab: /var/imap/srvtab > allowanonymouslogin: no > allowplaintext: yes >