Nuno Silva wrote:
Just searched a bit and found a reference to the mailbox-daemon here:
http://asg.web.cmu.edu/archive/message.php?mailbox=archive.info-cyrus&msg=8712
Just found the URL:
http://opensource.prim.hu/mbdaemon/
Regards,
Nuno Silva
>
> But imapd, by default, uses dots as separators. So I can't just do:
>
> createmailbox [EMAIL PROTECTED]
>
> because that ends up looking like mailbox jay@jay with sub-mailbox fm. And
> I can't just:
>
> createmailbox jay
>
> because I must authenticate as "[EMAIL PROTECTED]" and not just "j
Hi!
Nicola Ranaldo wrote:
I use PostgreSQL because it's very stable on True64 (!), and there is an
historic consolidation of transactions and referential integrity.
These make MySQL immature for my purpose! Howewer at first look it seems
porting C code from PostgreSQL to MySQL is very easy :)
I
hi,
i had no problems creating folders using horde/imp and DOMAIN_AS_PREFIX=1
maybe you should select INBOX before creating folders or select the folder
where you want the new folder will be in
regards
> Zitat von David Ruiz <[EMAIL PROTECTED]>:
>
>> Hi all. I've read lots about the problem some
Howdy all,
I've run into a problem where I can't get addresses with plussed parts to
deliver. I'm getting an "excessive recursion" error in ruleset 3 (canonify)
in my sendmail. Sendmail version is 8.12.6.
I'm using the virtusertable feature to support several domains, and the
error only occurs
Thanks for pointing my typo.. I had meant to use the sasl_pwcheck_method,
and I see why having that and the entry in Cyrus.conf would be redundant.
We are still having the same authentication issues. I meant mention that we
are running under Solaris 8. The entries I have in the /etc/pam.conf are
> Try using saslauthd and see if that works for you.Put
>
> sasl_pwcheck_method: saslauthd
> sasl_mech_list: PLAIN
>
> in /etc/imapd.conf and start saslauthd
Yep, that worked..
> You should then be able to log in using your unix system name and
> password. That should let you verify that cyrus im
I use a simple perl-mailer to process all incoming mails and finally
deliver the mails using lmtpd and Net::LMTP.
Now it happens that lmtpd doesnt work without supplying a 'MAIL
FROM'-command and add this address as new 'return-path'-header which
is not what I want, cause there is already a 'retur
Ramiro Morales wrote:
On 25 Nov 2002 at 16:18, Chris Dos wrote about "Re: RPM Upgrade Nightmare":
Do you have any ideas on what would be a good way to move the mail
directories from /var/spool/imap/user to /var/spool/imap/a-z and then
have Cyrus pick them up and run with them. Or perhaps, ther
Hello..
I have a problem with a new installation of CyrusV2.1.10 and sendmail.
Cyrus doesn´t recognize the users and their mailboxes.here is the
output...
I cannot even email from the local machine to a local user. I have
succesfully installed Cyrus-1.5.27 with libsasl-1.5.15 before on
anoth
Russell Gnann wrote:
>
> Hi,
>
> I am having some authentication issues using saslauthd -a pam. The errors
> that show up in the message log when a login attempt is made are
>
> imapd[13427]: [ID 702911 auth.error] auxpropfunc error -4
> imapd[13427]: [ID 702911 auth.debug] _sasl_plugin_load f
Su Li wrote:
>
> Thanks a lot Ken,
>
> So there is not way I can filter according to the content of the BODY. How about
>"exits"?
This currently are no actions/tests in cmu-sieve that operate on the
body of a message. In fact, AFAIK, there are only a couple of Sieve
implementations which hav
Thanks a lot Ken,
So there is not way I can filter according to the content of the BODY. How about
"exits"?
Su
-Original Message-
From: Ken Murchison [mailto:[EMAIL PROTECTED]]
Sent: November 26, 2002 2:51 PM
To: Su Li
Cc: [EMAIL PROTECTED]
Subject: Re: Sieve question -- BODY contains
Su Li wrote:
>
> Hi,
>
> In Sieve I saw a lot of "header :contains ...". I wonder, if a user needs to do some
>filtering when 'body contains "test filter"', is there some thing like "body" to
>replace "header"?
No. There is an I-D for a body extension, but its not implemented in
cmu-sieve.
Try using saslauthd and see if that works for you.Put
sasl_pwcheck_method: saslauthd
sasl_mech_list: PLAIN
in /etc/imapd.conf and start saslauthd
You should then be able to log in using your unix system name and
password. That should let you verify that cyrus imap is working properly
and that y
> At least on my server, it doesn't matter. Even though sasldblistusers2
> shows me as [EMAIL PROTECTED], I still sign in from Outlook
> and Evolution as harrisl and my mailboxes which were created with cyradm
> are in the form user.harrisl.inbox etc. Remember you still have to
> create user jay in
Hi,
I am having some authentication issues using saslauthd -a pam. The errors
that show up in the message log when a login attempt is made are
imapd[13427]: [ID 702911 auth.error] auxpropfunc error -4
imapd[13427]: [ID 702911 auth.debug] _sasl_plugin_load failed on
sasl_auxprop_plug_init for plug
At least on my server, it doesn't matter. Even though sasldblistusers2
shows me as [EMAIL PROTECTED], I still sign in from Outlook
and Evolution as harrisl and my mailboxes which were created with cyradm
are in the form user.harrisl.inbox etc. Remember you still have to
create user jay in cyradm ev
To keep everyone up to date (Andrew already knows this):
I was wrong, everyone else was right. The flat backend has a bug in it
that if a given seen file frequently reuses the same inode (as will
happen frequently on lightly loaded systems) you run into this strange
behavior with seen state betwee
On 26 Nov 2002, John Lederer writes:
> When I looked at the mailbox structure of our test group I found
> some disconcerting variance. Some users had a directory named
> INBOX, some did not. ...
> In any event we want a consistent mailbox structure that supports
> Moxilla's "special" Sent, Draf
> Why don't you just use jay as your sasldb2 username. Log in for mail
> using jay and your sasldb2 password. Set your MTA masquerade as jay.fm
> when you send mail outside your house. That's what I do in my house.
That's what I was trying to do, but saslpasswd2 automatically appends the
FQDN of t
Hi,
In Sieve I saw a lot of "header :contains ...". I wonder, if a user needs to do some
filtering when 'body contains "test filter"', is there some thing like "body" to
replace "header"?
So I can do:
if body :contains "From"
{
discard;
}
Thanks,
Su
Hello,
I have a problem getting sieveshell to work again. If I invoke it like this
/usr/local/cyrus2-cvs/bin/sieveshell 127.0.0.1
I get
connecting to 127.0.0.1
unable to connect to server at /usr/local/cyrus2-cvs/bin/sieveshell line
174.
and the logs say
Nov 26 18:00:36 mail master[1769]: [I
Can you telnet from the computer running the web server to port 143 on the
server running the imap service? It seems like your web server can't
establish a connection. From your web server, try:
> telnet your.imap.server.com 143
* OK your.imap.server.com Cyrus IMAP4 v2.1.10 serv
Why don't you just use jay as your sasldb2 username. Log in for mail
using jay and your sasldb2 password. Set your MTA masquerade as jay.fm
when you send mail outside your house. That's what I do in my house.
Harris
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On
Gregory Chagnon schrieb:
>
> Hi again-
> Thanks for all the suggestions, but everything that I've tried results in
> this error, obviously the 2nd and 3rd errors are a result from the 1st one:
IIRC there was something with the connection string. You may try
something like 192.168.1.200:143/notls
We are deploying Cyrus in an environment where most users use Netscape
4.x or Mozilla 1.x . A few use Outlook.
When I looked at the mailbox structure of our test group I found some
disconcerting variance. Some users had a directory named INBOX, some
did not. I am not sure what caused the va
Hi again-
Thanks for all the suggestions, but everything that I've tried results in
this error, obviously the 2nd and 3rd errors are a result from the 1st one:
Warning: Couldn't open stream {192.168.1.200:143} in
/var/www/html/user/mail2.php on line 42
Warning: imap_listmailbox(): supplied argu
Hi.. can anyone shed light on this?
--
I'm setting up a simple server for home use. The server is running on the
cleverly-named machine linux.home.jay.fm, and will be serving mail for
jay.fm. I am, for starters, using auxprop with sasldb to keep things
simple. I'm runni
Nicola Ranaldo wrote:
in imapd.c I read:
/*
* run once when process is forked;
* MUST NOT exit directly; must return with non-zero error code
*/
int service_init(int argc, char **argv, char **envp)
but mboxlist_init() is a void! it calls directly fatal() and so exit().
Master will not chec
Andrei Loukinykh wrote:
>
> Mon, 25 Nov 2002, Ken Murchison ÐÉÓÁÌ(Á):
>
> > > And get:
> > >
> > > "IMPLEMENTATION" "Cyrus timsieved v2.1.10"
> > > "SASL" "PLAIN LOGIN"
> > > "SIEVE" "fileinto reject envelope vacation imapflags notify subaddress
> > > relational regex"
> > > "STARTTLS"
> > > "O
Andrei,
Try -with-perl=/usr/bin/perl or wherever your perl binary is installed.
Andrei Loukinykh wrote:
After sucessfull installation I'm trying to compile 2.1.10 to avoid
problems with sieve.. And with the same 'configure' I get now:
(./configure --with-dbdir=/usr/local/BerkeleyDB --with-ope
if the find doesn't find any Cyrus* then the rest of the pipe fails with
an error and no error message and the test after the find statement for
such an instant is never reached. I would call that a bug.
Harris
On Tue, 2002-11-26 at 02:57, Simon Matter wrote:
> Harris Landgarten schrieb:
> >
>
I use cyrus since version 2, on Linux Slackware and True64 from 4.0f to
5.1a. There are no big problems on Intel architecture, but every upgrade on
alpha was a war! For example since version 2.1.5 to compile it you have to
manually define HAVE_GETADDRINFO and in mpool.c you would apply:
(Thanks to
On Mon, 25 Nov 2002, Jonathan Marsden wrote:
> On 25 Nov 2002, Rob Siemborski writes:
> > On 25 Nov 2002, Erik Enge wrote:
> This is in part a packaging and upgrading issue, though. Especially
Detecting the backends and running a script or program when the backends
changed is simple enough for my
Tarjei Huse schrieb:
>
> <(snip)>
> > > 'worse' as new backends are implemented, the ability to build a
> > > compiled version of Cyrus that could find and use whatever database
> > > format it can see (or failing that, whatever database some separate
> > > utility can see and then edit into the c
[EMAIL PROTECTED] schrieb am Samstag, 23. November 2002
9:02 Uhr -0600:
I guess slightly off-topic, but I was wondering if any folks on here are
using SpamAssassin, and if so, what sort of Sieve scripts you're using on
such tagged mail. I know that recent releases of Sieve have a numeric
compa
<(snip)>
> > 'worse' as new backends are implemented, the ability to build a
> > compiled version of Cyrus that could find and use whatever database
> > format it can see (or failing that, whatever database some separate
> > utility can see and then edit into the config files), would probably
> > h
Gary Mills wrote:
On Sun, Nov 24, 2002 at 04:52:11PM +0100, Alexander Czernay wrote:
I just upgraded my Cyrus-IMAP from 2.0.16 to 2.1.9. At ./configure I
added --enable-fulldirhash and also compiled Berkeley4.1.24 in.
It all worked well, but now I get some strange errors in the logs:
IOERROR:
Title: ×îÐÂÉÌÎñϵÁÐÈí¼þ
¡ñÉÌÎñÓʼþ¼«ËÙȺ·¢Æ÷(ÎÞÐèSMTPÉèÖã¬ÎÞÐè°²×°) £ºÉÌÎñÓʼþ¹ú¼ÊÌØ¿ì
×îа汾£ºV3.21ÔöÇ¿°æ
Èí¼þ´óС£º1.6MB ÎÞÐè°²×°¼´¿ÉʹÓÃ
Ãâ·ÑÏÂÔØ£ºhttp://www.www999.com/soft/etrain.zip
Èí¼þÌØÉ«£º
¸ÃÈí¼þ¾ßÓÐÈçϹ¦ÄÜ£º
¡ôÊ×´´¿ÉÑ¡ÔñÓ¢Óï¡¢ººÓ°üÀ¨·±ÌåÖÐÎÄ¡¢¼òÌåÖÐÎÄ£©¡¢ÈÕÓï¡¢
Mon, 25 Nov 2002, Ken Murchison ÐÉÓÁÌ(Á):
> > And get:
> >
> > "IMPLEMENTATION" "Cyrus timsieved v2.1.10"
> > "SASL" "PLAIN LOGIN"
> > "SIEVE" "fileinto reject envelope vacation imapflags notify subaddress
> > relational regex"
> > "STARTTLS"
> > "OK"
> > And when I do the same with my brand-new
I use PostgreSQL because it's very stable on True64 (!), and there is an
historic consolidation of transactions and referential integrity.
These make MySQL immature for my purpose! Howewer at first look it seems
porting C code from PostgreSQL to MySQL is very easy :)
Nicola Ranaldo
> Hy!
>
> I
for those who are interrested here is a patch for Mysql as a backend.
warning, it's a developpment version for now.
> -Original Message-
> From: Noll Janos [mailto:[EMAIL PROTECTED]]
> Sent: Monday, November 25, 2002 4:36 PM
> To: [EMAIL PROTECTED]
> Subject: RE: PostgreSQL backend: a wa
Jonathan Marsden schrieb:
>
> On 25 Nov 2002, Rob Siemborski writes:
>
> > On 25 Nov 2002, Erik Enge wrote:
>
> >> I wouldn't rate it as easy unless it was a config option at
> >> run-time, not an option to configure at compile-time.
>
> > This wouldn't be tremendously hard to do (probably just
Harris Landgarten schrieb:
>
> I tracked down the cause of the problem but am still looking for the
> source.
>
> For some reason perl man pages are being installed to /usr/man instead
> of /usr/shared/man
>
> This causes the find /var/tmp/cyrus-imapd-2.1.10-root/usr/share/man
> -type f -name "
45 matches
Mail list logo