I have the sieveshell working now. I was mis-interpreting the
parameters, thus providing incorrect authentication information.
This worked:
sieveshell -a [EMAIL PROTECTED] localhost
I was doing (which didn't work):
sieveshell -a user -r domain.com localhost
And on a site note, I am using sasld
How did you create your imap/cyrus accounts - what is your
authentication source?
sasldb2, passwd, ldap (which I prefer) ???
Best regards
Roland
Jason Bailey, Sun Advocate Webmaster wrote:
Malcolm Locke wrote:
On Wed, Mar 14, 2007 at 05:34:52PM -0600, Jason Bailey, Sun Advocate
Webmaster wro
Since i had a hard time too to get sieveshell working here my workflow
how i found that out:
Do a telnet to your cyrus server port sieve(2000). It should give you a
hello and the capabilities:
telnet mailserver 2000
"IMPLEMENTATION" "Cyrus timsieved v2.2.13"
"SASL" "GSSAPI LOGIN PLAIN CRAM-MD5 D
Malcolm Locke wrote:
On Wed, Mar 14, 2007 at 05:34:52PM -0600, Jason Bailey, Sun Advocate Webmaster
wrote:
Roland Felnhofer wrote:
Hi Jason,
is that what you want?
# Mail rules to file Junk
require ["fileinto"];
if allof (header :contains "X-Spam-Flag" "YES") {
fileinto "INBOX.Junk";
}
Hi,
Quoting Malcolm Locke <[EMAIL PROTECTED]>:
On Wed, Mar 14, 2007 at 05:34:52PM -0600, Jason Bailey, Sun Advocate
Webmaster wrote:
Roland Felnhofer wrote:
> # Mail rules to file Junk
> require ["fileinto"];
> if allof (header :contains "X-Spam-Flag" "YES") {
> fileinto "INBOX.Junk"
On Wed, Mar 14, 2007 at 05:34:52PM -0600, Jason Bailey, Sun Advocate Webmaster
wrote:
> Roland Felnhofer wrote:
> > Hi Jason,
> >
> > is that what you want?
> >
> > # Mail rules to file Junk
> > require ["fileinto"];
> > if allof (header :contains "X-Spam-Flag" "YES") {
> > fileinto "INBOX.Ju
Roland Felnhofer wrote:
> Hi Jason,
>
> is that what you want?
>
> # Mail rules to file Junk
> require ["fileinto"];
> if allof (header :contains "X-Spam-Flag" "YES") {
> fileinto "INBOX.Junk";
> }
>
> Best regards
> Roland
>
> Jason Bailey, Sun Advocate Webmaster wrote:
>> Hello all,
>>
>> I
Hi Jason,
is that what you want?
# Mail rules to file Junk
require ["fileinto"];
if allof (header :contains "X-Spam-Flag" "YES") {
fileinto "INBOX.Junk";
}
Best regards
Roland
Jason Bailey, Sun Advocate Webmaster wrote:
Hello all,
I am familiar with what Sieve does, but have never used