John Ackermann N8UR wrote:
> 1.5.19 to 2.2.13, to be exact.
>
> I have a small mail system (about half a dozen users, and 3GB of mail
> store) that I am migrating from an old Debian box to a new one.
>
> Obviously, this is a pretty major version leap. Any suggestions about
> the simplest way to
Antonio Talarico wrote:
> Hi
> Which file contains the configuration for users who can authenticate.
> How can enable a user to log in and add script.
> Thank you
>
>
Antonio,
Authentication is handled by the Cyrus SASL library as configured in
your imapd.conf (the lines beginning with sasl_)
lartc wrote:
> hi all,
>
> is there a way to query a message store to find what message are unread
> in a user's inbox?
>
>
You can use IMAP search to find that out (e.g. with imtest). Remember
that by default, seen state is not shared between users, so you'll need
to authorize as the owner o
faris wrote:
> Dear Bron,
>
> If i upgrade cyrus-imap to a newer version, will it effect the current
> mailboxes ?
>
> When we partition drives, we make (3 drives) raid5 array with ext3
> partitions. we can expand RAM but how can we
>
> Also u said to split meta for more effeciency.. how ca
Egoitz Aurrekoetxea wrote:
> Hi mates,
>
> I'm running Cyrus IMAP without saslauthd with cyrus-sasl library at
> this moment and integrated with Postfix. The OS I'm running is
> FreeBSD... it has taken me sometime to set up this testing server... I
> have tried several times to set cyrus imap au
Dan Gaudette wrote:
> Thanks Dan, but I'm still getting the same error.
>
> It'd be awesome if you could provide some more config.
http://support.olp.net/cyrus/
- Dan
Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://
Dan Gaudette wrote:
> Hello,
>
> I have Cyrus Murder 2.3.12p2 up and running (1 frontend, 1 backend, 1
> mupdate), however when I enable virtdomains I receive the following
> error on the frontend: imapd/lmtp[]: verify_user
> (frontend.example.com!user.steve) failed: Mailbox does not exist
>
>
Ashay Chitnis wrote:
> Hi all,
>
> I am having cyrus-imapd and cyrus-sasl running on the Mail Server with
> saslauthd passing the authentication to ldap server. This is working fine.
>
> I have to integrate it with my AD server. The problem is my ldap
> server uses the uid as "[EMAIL PROTECTED] <
Roman Golub wrote:
> Hi all,
>
> cyrus-imapd-2.3.11
> cyrus-sasl-saslauthd-2.1.22
> Authentication: saslauthd -> PAM -> RADIUS
>
> imapd.conf:
> ...
> virtdomains: no
> loginrealms: domain
> ...
>
> There is a mailbox mbox001 (/var/spool/imap/user/mbox001)
> For access to this box the user is au
Patrice OLIVER wrote:
> Hello,
>
> I'm responsible of the migration from a windows platform to a linux
> platform.
> On the linux platform, I use Postfix/Cyrus and openLdap.
> In postfix, file main.cf, mail_transport = cyrus
> I also tried to use luser_relay = [EMAIL PROTECTED] to forward mail
>
Marco Broglia wrote:
> How can I configure Cyrus and Qpopper (or another pop server) on the
> same server ? I have sendmail. What about sendmail mailers ?
>
> I have Qpopper with encrypted password (/etc/passwd) in another server
> and I'd like to migrate users transparently on the same mail ser
69c69,72
< $io->print(MIME::Base64::encode_base64($res, '') . "\r\n");
---
> my $encoded_response = MIME::Base64::encode_base64($res,
'');
> if (! $encoded_response eq '') {
> $io->print($encoded_response . "
Jean-Francois Stenuit wrote:
> Hello list,
>
> Altough I succeeded in configuring saslauthd to speak to an active
> directory server on my gentoo machine, I'm unable to get cyrus lmtpd
> deliver mail in a correct way.
>
> My /etc/imapd.conf looks like :
>
> configdirectory:/var/imap
>
orked.
>
> I will test that canon_user patch to libldapdb.c (maybe Dan White will
> do the same, to be on the save side), then I know at least two people
> looking forward to 2.1.23.
Great to see it included. I'll try to test it tonight.
Thanks,
- Dan White
Cy
Joshua Van Horn wrote:
> Hi,
>
> I have compiled sasl-2.1.22 against openladp-2.3.39. After setting up
> the saslauthd.conf file, I was able to successfully authenticate against
> our SunONE LDAP server using testsaslatuhd. My issues arise when I
> start the cyrus-imapd program. I am able to l
rupert wrote:
> Hi,
> i have my murder cluster running, with passwords stored in a mysql DB.
> The only thing that bugs me now is that the passwords are stored in
> plaintext inside the DB.
> I am using fedora8 and will switch to CentOS once everything runs fine.
> Can i build a rpm module for sasl
Gabriele Bulfon wrote:
> Hello,
> I would like to know if there is some way of plugging into the system with
> custom agents to be notified of any event happening on the imap server.
> For example, I would like some code of mine to be called when new messages
> are: written into mailboxes, delete
Guillermo Gómez wrote:
> Thanks Dan, im reading and trying to digest all the material available.
>
> What the customer wants is:
>
> 1.- md5-digest between imap client/server (squirrelmail/cyrus-imapd)
> 2.- md5 encrypted passwords stored in mysql db (cyrus-imap-??)
>
> Is this combination possi
Guillermo Gómez wrote:
> Ive been looking on how to work cyrus imap with mysql and found two options:
>
> cyrus pam with pam_mysql
> cyrus sasl sql plugin
>
> In the first one it look like the store can have the password encrypted MD5
> The second one needs the passwords in the clear in the db
>
Dan White wrote:
> A modification to the ldapdb plugin could probably be made to perform a
> simple bind just after the step where it retrieves the userPassword
> attribute.
On second thought, that doesn't actually work. The auxprop plugin
doesn't know anything about th
Martin Kraus wrote:
> Hi,
> I've been trying to figure out, how to limit login attempts for cyrus
> pop/imap daemons. I'm trying to prevent brute-force password guessing. I'm
> using cyrus sasl with /etc/sasldb2 user database, which also authenticates
> postfix users. I'd like to solve this probl
Wesley Craig wrote:
> I didn't look too hard at your other errors. Looking back now, I wonder
> how you have mupdate_config set? The kick_mupdate error you're getting
> isn't associated with the "standard" setting, tho it appears from your
> description that you are otherwise using a standard
Dan White wrote:
> Dan White wrote:
>> Wesley Craig wrote:
>>> If I recall correctly, this is a bad interaction/bug between Cyrus IMAPd
>>> and Cyrus SASL. I see you're running IMAP 2.3.10. What version of SASL?
>>>
>> 2.1.22 from Debian etch with
Dan White wrote:
> Wesley Craig wrote:
>> If I recall correctly, this is a bad interaction/bug between Cyrus IMAPd
>> and Cyrus SASL. I see you're running IMAP 2.3.10. What version of SASL?
>>
>
> 2.1.22 from Debian etch with a couple of customizations to
&g
Wesley Craig wrote:
> If I recall correctly, this is a bad interaction/bug between Cyrus IMAPd
> and Cyrus SASL. I see you're running IMAP 2.3.10. What version of SASL?
>
2.1.22 from Debian etch with a couple of customizations to
ldapdb, which itself it compiled against openldap 2.3.30.
I've
Wesley Craig wrote:
> On 16 Nov 2007, at 15:53, Dan White wrote:
>> Nov 16 13:44:57 neo cyrus/imap[6171]: decoding error: generic
>> failure; SASL(-1): generic failure: , closing connection
>
> A fuller version of this error is probably recorded in your auth log.
>
rus/gandalf-cyrus.conf
http://support.olp.net/cyrus/neo-imapd.conf
http://support.olp.net/cyrus/neo-cyrus.conf
I'm running 2.3.10, with several Debian patches.
Thanks for any help,
--
Dan White <[EMAIL PROTECTED]>
BTC Broadband
Cyrus Home Page: http://cyrusimap.web.cmu.edu
mpfs? (With
> the possible exception of the db snapshots and mboxlist backups.)
>
> Mike
>
Hi Mike,
While reviewing this thread for optimization ideas, I came across
your comment about buffering the cyrus.log in syslogd. Could you
explain what you did to configure that?
Thanks,
- Dan
popd_userid = xstrdup(canon_user);
+}
+
syslog(LOG_NOTICE, "login: %s %s%s plaintext%s %s",
popd_clienthost,
popd_userid, popd_subfolder ? popd_subfolder : "",
popd_starttls_done ? "+TLS" : "&quo
401 - 429 of 429 matches
Mail list logo