Rob Siemborski schrieb:
>
> On Fri, 3 May 2002, Simon Matter wrote:
>
> > I've just recompiled my RPMS of cyrus-imapd 2.1.4.
> > The changelog says that sieveshell should now loop through all SASL
> > mechanisms before giving up.
>
> I just tried it and it did indeed try KERBEROS_V4, fail, and
--On Friday, May 03, 2002 9:39 AM -0400 Rob Siemborski
<[EMAIL PROTECTED]> wrote:
> On Fri, 3 May 2002, Simon Matter wrote:
>
>> I've just recompiled my RPMS of cyrus-imapd 2.1.4.
>> The changelog says that sieveshell should now loop through all SASL
>> mechanisms before giving up.
Ok i never t
--On Friday, May 03, 2002 7:24 AM -0700 Robert Lasirona
<[EMAIL PROTECTED]> wrote:
> Hi Scott,
>
> Thanks for the advice. I tried what you suggested, but with no luck. I'm
> still getting the 'Permission denied'. I went through the docs that are
> at www.postfix.org, 'cyrus+sasl'. That HowTo sug
On Fri, 3 May 2002, Howard Chu wrote:
> The solution I've come up with for external apps using SASL with LDAP as the
> backing store is a lot uglier. I've described some of my approach on the
> openldap-software and openldap-devel mailing lists over the past couple of
> weeks. I saw a mention of
Hello,
I am trying to develop a 'virtual mailbox/username rewrite module'
functionality for cyrus and I think that this can easly be achieved with a
canon_user plugin. The only issue I see so far is in the cmd_login()
function where sasl_getprop(SASL_USERNAME) and canon_user plugin are not
call
this is what I have in my pam.conf and it worked fine when I used pam_mysql with
cyrus. I now switched to Simon's patch of mysql-auxprop, which also works fine
for me:
pop auth required /usr/local/lib/pam_mysql.so user=u passwd=p host
=h db=us table=t usercolumn=c passwdcolumn=pc crypt=3
pop accou
Ken Murchison wrote:
> Quoting Bernd Schmelter <[EMAIL PROTECTED]>:
>
[...]
> > Is there a serverside threading available?
>
> Yes. THREAD=ORDEREDSUBJECT and THREAD=REFERENCES
>
> Telnet to your server and issue the CAPABILITY command to see a complete list
> of features.
Thanks - capabili
I've set up exim and cyrus on a debian system.
With cyradm I have created some mailboxes:
localhost> lm
Kerstin.Espey (\HasNoChildren) kerstin (\HasNoChildren)
Zulu (\HasNoChildren) root (\HasNoChildren)
(unixhierarchysep: yes in /etc/imapd.conf)
If I try to connect via IMA
Hello !
I've already wrote to this list about this problem, but I didn't received the
mail back. So I'm not sure if the mail made it. If the post allready showed up
and I'm only ignored so please excuse this repost..
I'm trying to upgrade vom cyrus 1.6.22 to 2.1.3 .
I find that the sub & see
Hi Scott,
Thanks for the advice. I tried what you suggested, but with no luck. I'm
still getting the 'Permission denied'. I went through the docs that are
at www.postfix.org, 'cyrus+sasl'. That HowTo suggested 'cm user/test',
with this format I got 'Invalid mailbox name'.
I verified the owner
I will be very interested by that too
Best Regards
P.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On Behalf Of
> David Wright
> Sent: vendredi 3 mai 2002 03:14
> To: [EMAIL PROTECTED]
> Subject: 2.0 to 2.1 migration procedure
>
>
> I'm about to try out
At 10:14 AM 5/3/2002 +0200, Lukas Geider wrote:
>Quoting Dustin Puryear <[EMAIL PROTECTED]>:
>
> > At 09:48 PM 5/1/2002 -0500, you wrote:
> > So, I initially had a service defined using the service name 'pop'. Well,
> > that's not working, so I created a configuration for 'pop', 'pop3', and
> > 'p
At 08:49 AM 5/3/2002 -0300, Patrick Boutilier wrote:
>#%PAM-1.0
>auth required /lib/security/pam_mysql.so user=xxx passwd=xxx
>db=school table=user usercolumn=userid passwdcolumn=passwd
>
>accountrequired /lib/security/pam_mysql.so user=xxx passwd=xxx
>db=school table=user user
On Fri, 3 May 2002, Simon Matter wrote:
> I've just recompiled my RPMS of cyrus-imapd 2.1.4.
> The changelog says that sieveshell should now loop through all SASL
> mechanisms before giving up.
I just tried it and it did indeed try KERBEROS_V4, fail, and then try
GSSAPI, and succeed.
> but it s
At 08:51 AM 5/3/2002 +0100, simon wrote:
> > I have the pam solution WORKING for imap authentication, but not for pop3
> > authentication. Weird, I know. First, let me show you the test connections:
> >
>you will probably find that pop3 does not allow usernames to start with
>numbers. Check the s
Here is what I have in my /etc/pam.d/pop file in Redhat 7.2:
#%PAM-1.0
auth required /lib/security/pam_mysql.so user=xxx passwd=xxx
db=school table=user usercolumn=userid passwdcolumn=passwd
accountrequired /lib/security/pam_mysql.so user=xxx passwd=xxx
db=school table=use
Hi,
I've just recompiled my RPMS of cyrus-imapd 2.1.4.
The changelog says that sieveshell should now loop through all SASL
mechanisms before giving up.
So I removed
sasl_mech_list: PLAIN
from imapd.conf and tried
sieveshell --user=simix --authname=simix localhost
but it still didn't work.
A
Hello,
Thus I installed the rpm packages of Cyrus-IMAP and Cyrus-SASL on SuSE7.3-PPC
/Apple G3
cyrus-sasl-1.5.24-73
cyrus-sasl-gssapi-1.5.24-73
cyrus-imapd-devel-2.0.16-31
cyrus-imapd-2.0.16-31
cyrus-sasl-devel-1.5.24-73
I have Cyrus-imapd-2.0.16-115 and cyrus-sasl-1.5.24-157 on another (PC)
Quoting Dustin Puryear <[EMAIL PROTECTED]>:
> At 09:48 PM 5/1/2002 -0500, you wrote:
> So, I initially had a service defined using the service name 'pop'. Well,
> that's not working, so I created a configuration for 'pop', 'pop3', and
> 'pop3d', a sample being shown below:
the service name is
> I have the pam solution WORKING for imap authentication, but not for pop3
> authentication. Weird, I know. First, let me show you the test connections:
>
you will probably find that pop3 does not allow usernames to start with
numbers. Check the source or try a different username.
--
Simon
I'm about to try out imapd-2.1.4 (as packaged by Henrique for Debian). I
am currently running imapd-2.0.16 (custom-compiled) on a different
machine. Can somone point me to tips for how to migrate my users and
their mail? Do I just need to copy over the mailbox directory hierarchy
and run recon
21 matches
Mail list logo