Jonathan Marsden schrieb:
On 16 Dec 2002, Christian Schulte writes:
+`R$=L < @ $=w . > $#_LOCAL_ $: @ $1`@'$2 special local names
+R$+ < @ $=w . > $#_LOCAL_ $: $1`@'$2 regular local name')
I think the two lines you added should look like
`R$=L < @ $=w . > $#_LOCAL_
and for that matter, have you started master? Verified that it's still
running?
Does netstat -an output show port 143 in LISTEN state? ...etc.
Scott
Ken Murchison wrote:
Any errors in the server's syslog?
On 1 Jan 2003, marc bigler writes:
> Can someone tell me if the PERL file Cyrus/IMAP/IMAP.bs which
> resides in the local site_perl dir is required ? Or what is it used
> for ?
> I am asking this because my IMAP.bs file is 0 kb and I am currently
> packaging Cyrus IMAP so I was wondering if I cou
On Wed, 1 Jan 2003, Rob Siemborski wrote:
> On Wed, 1 Jan 2003 [EMAIL PROTECTED] wrote:
>
> > Since it's hard to predict peak usage, I'm tempted to run the daemon with
> > the -n0 option so it can spawn as required. However, a colleague has
> > pointed out that if something blows up then spawn-on
On Wed, Jan 01, 2003 at 06:27:49PM -0500, Kervin L. Pierre wrote:
>
> Thanks. I didn't know you could do that.
>
> BTW, I browsed the PHP manual for more IMAP stuff and came across a
> Cyradm extension http://www.php.net/manual/en/ref.cyrus.php .
>
> It is undocumented. Has anyone used this ex
On Wed, 1 Jan 2003, Kervin L. Pierre wrote:
> I am working on some PHP scripts to manage mailboxes and I have to use
> passthough calls to execute cyradm to add mailboxes.
>
> I'd like to avoid opening a shell from the web for security and
> performance reasons.
You don't have to open a shell.
Thanks. I didn't know you could do that.
BTW, I browsed the PHP manual for more IMAP stuff and came across a
Cyradm extension http://www.php.net/manual/en/ref.cyrus.php .
It is undocumented. Has anyone used this extension with success??
--Kervin
Scott Russell wrote:
On Wed, Jan 01, 2003 at
On Wed, Jan 01, 2003 at 05:16:12PM -0500, Kervin L. Pierre wrote:
> Just a thought,
>
> I am working on some PHP scripts to manage mailboxes and I have to use
> passthough calls to execute cyradm to add mailboxes.
>
> I'd like to avoid opening a shell from the web for security and
> performance
On Wed, Jan 01, 2003 at 11:14:38PM +0100, Stefano Tabacchiera wrote:
> Hi all,
> my box is running cyrus-2.1.11 and I set up quota for my users.
> When someone is overquota, it's impossible to MOVE messages to Trash and
> then delete them. The only way is to NOT use Trash, mark messages as
> dele
[EMAIL PROTECTED] wrote:
directory it's binding to is quite slow (it's actually a slapd instance
running a shell backend which routes bind requests to different places
depending on the usercode - don't ask...). Because saslauthd makes
Maybe you should seriously consider moving from back-shell to
On Wed, 1 Jan 2003, Stefano Tabacchiera wrote:
> Hi all,
> my box is running cyrus-2.1.11 and I set up quota for my users.
> When someone is overquota, it's impossible to MOVE messages to Trash and
> then delete them. The only way is to NOT use Trash, mark messages as
> deleted and then expunge.
>
On Wed, 1 Jan 2003 [EMAIL PROTECTED] wrote:
> Since it's hard to predict peak usage, I'm tempted to run the daemon with
> the -n0 option so it can spawn as required. However, a colleague has
> pointed out that if something blows up then spawn-on-demand could kill the
> server - with a fixed-size p
Hi all,
my box is running cyrus-2.1.11 and I set up quota for my users.
When someone is overquota, it's impossible to MOVE messages to Trash and
then delete them. The only way is to NOT use Trash, mark messages as
deleted and then expunge.
Question is: why ???
Is there a workaround for this?
Almo
Just a thought,
I am working on some PHP scripts to manage mailboxes and I have to use
passthough calls to execute cyradm to add mailboxes.
I'd like to avoid opening a shell from the web for security and
performance reasons.
So what if a valid login to cyrus created a mailbox if one did not
e
Michael Obster wrote:
>
> Hi,
>
> I'm searching for good documentation for the compiling process of cyrus-imapd-2.*.
>All documentation I found was about cyrus-imapd-1.* :-((
> Can anybody give me link?
All the documentation that you should need is in the doc/ directory of
the distribution.
Ilan,
If you have F=w specified in the mailer definition,
sendmail issues that message if the address is not in /etc/passwd.
E.g., from an old, untried, sendmail.cf:
Mcyrus, P=/usr/cyrus/bin/deliver, F=lsDFMnPqAh5@/:|, ...
Here F=lsDFMnPqAh5@/:| does not include "w". Check if yours
does includ
Hi,
I'm searching for good documentation for the compiling process of cyrus-imapd-2.*. All
documentation I found was about cyrus-imapd-1.* :-((
Can anybody give me link?
Or perhaps can solve my problem. I've all done and can create mailboxes. I also can
give the mailboxes the acl lrswipcd. But
mt wrote:
>
> I want to get the contrib notify_unix stuff to work. My goal is to send sms
> messages in case of important messages. This is my sieve file:
>
> require ["fileinto","notify"];
> if anyof (header :contains "subject" "test") {
> fileinto "INBOX.test
> #tried notify :me
! Hello Webmasters !
www.Netlist.net
has Opened !
So Join Our
toplist and increase your traffic for free. You wont need to open pop-up !
Because we have a dinamic counter looks like:
Click That logo and come to our
site. Than Add Your site to the correct Category..
We Accep All Kind
Hello,
Can someone tell me if the PERL file Cyrus/IMAP/IMAP.bs which resides in
the local site_perl dir is required ? Or what is it used for ?
I am asking this because my IMAP.bs file is 0 kb and I am currently
packaging Cyrus IMAP so I was wondering if I could simply ignore this file.
Regards
M
I want to get the contrib notify_unix stuff to work. My goal is to send sms
messages in case of important messages. This is my sieve file:
require ["fileinto","notify"];
if anyof (header :contains "subject" "test") {
fileinto "INBOX.test
#tried notify :method "zephyr" :message "Imp
>Are you using the --disable-sieve configure option? It's broken and will
>produce this error, but the attached patch (tested on Solaris 8 with GNU
>tools) fixes the problem.
Yes exactly I am using the --disable-sieve option, thanks for the patch !
In the mean time I've also found out that I just
I believe this subject was treated in this thread:
Re: cyrus-2.2-cvs: virtualdomains and sendmail virtusertable (cyrusv2 as
local mailer)
You can go to
http://asg.web.cmu.edu/archive/index.php?mailbox=archive.info-cyrus
and do a search for "sendmail" and go to the last 25 messages to see the
t
23 matches
Mail list logo