On Mon, 2006-04-03 at 11:07 +0200, Olaf Fraczyk wrote:
> Hi,
>
> In one of mailboxes I got strange mail with no subject,no sender, no
> body. Anybody knows what could be the source of this message?
I saw this a few times when I was setting up a custom deliver script.
When I accidentally printed t
There are two simple Sieve scripts that I would like to write:
I need to unconditionally save a copy of each incoming message,
organized by the recipient's name. Is it possible to write a global
Sieve script to do something like this?
fileinto :address :localpart;
keep;
If not, then wha
On Thu, 2006-03-30 at 11:05 -0500, Ken Murchison wrote:
> > 2. Add a debug message that says that the notification daemon could not
> >be contacted so the notification is being dropped on the floor. That
> >way the problem would have been less silent.
>
> There *are* LOG_ERR messages (ima
On Thu, 2006-03-30 at 08:01 -0500, Ken Murchison wrote:
> Is notifyd running? Can it find the 'sendmail' binary?
Ah. I thought notifyd was just for mail notifications, not sieve too.
I was misled by this entry in imapd.conf(5):
notifysocket: {configdirectory}/socket/notify
Unix domain
I'm running Cyrus 2.3.0. Sieve works perfectly except that it
steadfastly refuses to send a notification. For instance, with the
following script (generated by Avelsieve):
address :contains ["to", "cc"] "_deny"
{
fileinto "INBOX.test";
notify :method "mailto" :options "[EMAIL PROTECTED]" :
l->error;
}
...
I've included the entire script as an attachment.
It must be possible to get a protocol dump, but I'm not sure how.
Is there a flag I can turn on in Perl to get the Cyrus::IMAP::Admin
module to log all LMTP traffic? Feel free to comment, no matter how
harsh
On Wed, 2003-07-09 at 14:05, Ken Murchison wrote:
> It looks like your perl script is trying to authenticate to your server
> using DIGEST-MD5 and failing.
...
> Yes. Read doc/options.html in the SASL distro. I'm guessing that you want:
> sasl_mech_list: PLAIN
Thanks, Ken. That helped a
I have tons of log messages (level=notice, log=auth) from "perl"
claiming:
Jul 8 11:26:46 eden cyrus/imapd[30661]: DIGEST-MD5 server step 2
Jul 8 11:26:46 eden perl: DIGEST-MD5 client step 3
Jul 9 10:33:22 eden perl: No worthy mechs found
Well, this sure sounds SASL-related, not Pe
r
> NOTICE and these will disappear.
>
>
> Scott Bronson wrote:
>
> > Can anyone tell me why my logs are filling with messages
> > like these?
> >
> > Jul 5 17:41:08 eden cyrus/lmtpd[28993]: Could not shut down
> > filedescriptor 0: Bad file descripto
Can anyone tell me why my logs are filling with messages
like these?
Jul 5 17:41:08 eden cyrus/lmtpd[28993]: Could not shut down
filedescriptor 0: Bad file descriptor
Jul 5 17:41:08 eden cyrus/lmtpd[28993]: Could not shut down
filedescriptor 1: Bad file descriptor
Jul 5 17:41:08 eden cyrus/lmtp
10 matches
Mail list logo