Hello everyone
One of my clients is using planning to use his own server , running cyrus+postfix or sendmail on linux.
This imap server will be used by customers who will receive regular newsletters.
One of the requirements is that whenever a customer reads / moves / deletes a mail the info
Robert Scussel wrote:
There are a couple of ways to do this.
One is via cyradm:
cyradm --user cyrus --server localhost
cm user.dfrey.Sent
Then copy the mails themselves into the directory and run
reconstruct -r user.dfrey.Sent
I did what you said. Everything ran without error, but
It may be a good idea to get the version of Cyrus your hosting company is
using. How much access do you have to the Cyrus server and its setup? I
run a Cyrus server and I was able to setup SM with a few plugins in about
20 minutes. They must have something funny setup.
Under the options setting
On 12/5/03 12:37 PM Geoff Soper wrote:
I've installed SquirrelMail (a PHP IMAP webmail client) on my webserver
and have it acessing my account on the mail server running Cyrus. Both are
commercially hosted and the hosting company doesn't support webmail
software. I have a problem with replying to m
On Fri, Dec 05, 2003 at 08:37:21PM -, Geoff Soper wrote:
> case? Does anyone have any experience of SquirrelMail and Cyrus? What can
> I do next in the way of diagnosis or remedy?
I have recently used squirrelmail-1.4.2 and cyrus-2.1.16 without problems.
You might want to check the $imap_serve
Ken,
On Fri, 2003-12-05 at 15:14, Ken Murchison wrote:
> Just realized that you have the options backwards:
*nod* I switched that during testing when I realized the mistake. :)
> > The PLAIN response has the form:
> >
> > authzid\0authid\0password
That's what I was looking for. Then it's base
I've installed SquirrelMail (a PHP IMAP webmail client) on my webserver
and have it acessing my account on the mail server running Cyrus. Both are
commercially hosted and the hosting company doesn't support webmail
software. I have a problem with replying to messages, almost everytime I
go to send
Ken Murchison wrote:
Mike Cathey wrote:
Ken,
On Fri, 2003-12-05 at 09:59, Ken Murchison wrote:
You need to use TLS before PLAIN will be advertised.
Thanks! That worked.
One more question (*I think*). I added some debugging statements to
imtest and it looks like it's sending the normal user
Mike Cathey wrote:
Ken,
On Fri, 2003-12-05 at 09:59, Ken Murchison wrote:
You need to use TLS before PLAIN will be advertised.
Thanks! That worked.
One more question (*I think*). I added some debugging statements to
imtest and it looks like it's sending the normal username (-u;
"pointer") w
Ken,
On Fri, 2003-12-05 at 09:59, Ken Murchison wrote:
> You need to use TLS before PLAIN will be advertised.
Thanks! That worked.
One more question (*I think*). I added some debugging statements to
imtest and it looks like it's sending the normal username (-u;
"pointer") when it logs into the
--On Friday, December 05, 2003 09:25:38 -0800 Erik Myllymaki <[EMAIL PROTECTED]> wrote:
I am using Exim as my SMTP server and looking at the logs more carefully, it
is Exim that errors with "550 - Unknown User".
Make sure you don't have check_local_user set in the Exim router
that handles these ma
Erik Myllymaki wrote:
I created a shared mailbox but I cannot send mail to it.
I get [EMAIL PROTECTED] 550 Unknown User?
You should be sending to [EMAIL PROTECTED] (empty user with detail
part containing the shared mailbox).
--
Kenneth Murchison Oceana Matrix Ltd.
Software Engineer 21
hi everybody,
i try to install cyrus (Cyrus IMAP4 v2.1.13-IPv6-Debian-2.1.13-2)
from a debian package and still have a problem to connect to
cyradm using "cyradm --user cyrus --auth login --server localhost".
i receive this error:
Login failed: generic failure at /usr/lib/perl5/Cyrus/IMAP/Admin.p
> Erik Myllymaki schrieb:
> > I created a shared mailbox but I cannot send mail to it.
> >
> > I get [EMAIL PROTECTED] 550 Unknown User?
>
> Is this a message from the MTA or from lmtpd ?
>
> >
> > cyradm>cm bblist1
>
> If you are using 2.2 this will create a shared folder in the
> defaultdom
> under cyrusv2 mailer with sendmail (making an assumption)
>
> > cm shared.alerts
> > sam shared.alerts anonymous p (required for delivery)
>
> alerts : [EMAIL PROTECTED]
>
> Erik Myllymaki wrote:
> >
> > I created a shared mailbox but I cannot send mail to it.
> >
> > I get [EMAIL PROT
Erik Myllymaki schrieb:
I created a shared mailbox but I cannot send mail to it.
I get [EMAIL PROTECTED] 550 Unknown User?
Is this a message from the MTA or from lmtpd ?
cyradm>cm bblist1
If you are using 2.2 this will create a shared folder in the
defaultdomain which then does not seem to be ex
under cyrusv2 mailer with sendmail (making an assumption)
> cm shared.alerts
> sam shared.alerts anonymous p (required for delivery)
alerts : [EMAIL PROTECTED]
Erik Myllymaki wrote:
>
> I created a shared mailbox but I cannot send mail to it.
>
> I get [EMAIL PROTECTED] 550 Unknow
I created a shared mailbox but I cannot send mail to it.
I get [EMAIL PROTECTED] 550 Unknown User?
cyradm>cm bblist1
cyradm>
cyradm>
cyradm>
> You need to word your imtest request differently (add another option)
> according to the error you got its expecting roots password not testuser
>
>
> imtest -u testuser -a testuser -m login localhost
>
> that way you are useing testusers mailbox an authenticateing as testuser
> as
You need to word your imtest request differently (add another option)
according to the error you got its expecting roots password not testuser
> [EMAIL PROTECTED] root]# imtest -u testuser -m login localhost
> Please enter your password:
> C: L01 LOGIN root {11}
> S: + go ahead
this is because y
>> With your config, forget saslpasswd, you don't have to use it. You can
>> add
>> unix users and then create the mailboxes for them. Call cyradm like
>> this:
>>
>> cyradm --user cyrus --auth login localhost
>>
>> then use 'cm user.name' to create the mailboxes.
>
> Simon,
>
> OK, makes sense, no
>
> Is saslauthd running, and if so, with which option(s)? It might be
> easier to forget about imtest and make sure that saslauthd is happy
> first by using the testsaslauthd program? Once this is working, then
> you can move on to imtest.
Keep in mind that authentication is working for all ex
>IIRC you can only do this
> with the encrypted passwd. Please try 'passwd testuser'.
DOH! Thanks again, works now. The man page for adduser (or useradd) admits
to the -p passwd argument, but evidently it doesn't work so well...
Doug
Confidential: This electronic message and all contents con
Mike Cathey wrote:
Rob,
On Thu, 2003-12-04 at 16:24, Rob Siemborski wrote:
You need to use a SASL mechanism that supports authorization (e.g. PLAIN,
DIGEST-MD5, GSSAPI...)
Thanks for the quick response. I'm able to login with imtest when i use
-m login. The attachment is what I get when I tr
There are a couple of ways to do this.
One is via cyradm:
cyradm --user cyrus --server localhost
cm user.dfrey.Sent
Then copy the mails themselves into the directory and run
reconstruct -r user.dfrey.Sent
HTH,
B
David Frey wrote:
> David Frey wrote:
>
>> I have a backup of /
Doug Koobs wrote:
BTW, here is the relevant entry in imapd.log from using imtest:
mail imapd[24864]: badlogin: localhost.localdomain[127.0.0.1] plaintext
testuser SASL(-13): authentication failure: checkpass failed
Is saslauthd running, and if so, with which option(s)? It might be
easier to for
> With your config, forget saslpasswd, you don't have to use it. You can add
> unix users and then create the mailboxes for them. Call cyradm like this:
>
> cyradm --user cyrus --auth login localhost
>
> then use 'cm user.name' to create the mailboxes.
Simon,
OK, makes sense, no more saslpasswd
BTW, here is the relevant entry in imapd.log from using imtest:
mail imapd[24864]: badlogin: localhost.localdomain[127.0.0.1] plaintext
testuser SASL(-13): authentication failure: checkpass failed
Doug
Confidential: This electronic message and all contents contain information from
Financial
> I've set up a Cyrus IMAP server (on RH9), and it's working great. However,
> I
> didn't document the process of adding users/mailboxes, and know when I try
> to add someone, they can't authenticate. I don't have a good understanding
> of how authentication works in Cyrus, but here are (I think) r
Since people.debian.org is still down, I have uploaded all my backports,
which includes cyrus 2.1, to ftp.cipsga.org.br.
This is a temporary location. When people.debian.org goes online, I will
remove the backports from ftp.cipsga.org.br.
deb lines:
deb ftp://ftp.cipsga.org.br/ hmh/cyrus/
deb f
30 matches
Mail list logo