> On Thu, 1 May 2008 13:22:34 +0200
> Dick Hoogendijk <[EMAIL PROTECTED]> wrote:
>
>> I use SquirrelMail version 1.4.13 an Cyrus-2.3.11 from Blastwave
>> Stable on solaris 10. I never experienced problems before, but today
>> I wanted to add a filter from within SquirrelMail and got this
>> warning:
>>
>> Could not log on to timsieved daemon on your IMAP server yanta:2000.
>> Please contact your administrator.
>
> Cyrus-master is running. Cyrus works as it should. Clients are served
> the way it used to be. The *only* thing different is that I can no
> longer access the sieve mailfilters from squirrelmail. I "could not log
> on to timsieved"

If I got it right your sieve service listens on 127.0.0.1:2000 and your
squirrelmail tries to access it as yanta:2000. I don't expect 'yanta'
resolve to 127.0.0.1 so I don't think this could ever work.

Simon

> This service should run, according to my cyrus.conf
>
> [cyrus.conf]
> # standard standalone server implementation
>
> START {
>   # do not delete this entry!
>   recover     cmd="/opt/csw/sbin/ctl_cyrusdb -r"
>
>   # this is only necessary if using idled for IMAP IDLE
> #  idled              cmd="idled"
> }
>
> # UNIX sockets start with a slash and are put into /var/imap/sockets
> SERVICES {
>   # add or remove based on preferences
>   imap                cmd="imapd" listen="imap" prefork=5
> #  imaps              cmd="imapd -s" listen="imaps" prefork=1
>   pop3                cmd="pop3d" listen="pop3" prefork=3
> #  pop3s              cmd="pop3d -s" listen="pop3s" prefork=1
>   sieve               cmd="timsieved" listen="sieve" prefork=0
>
>   # these are only necessary if receiving/exporting usenet via NNTP
> #  nntp               cmd="nntpd" listen="nntp" prefork=3
> #  nntps              cmd="nntpd -s" listen="nntps" prefork=1
>
>   # at least one LMTP is required for delivery
> #  lmtp               cmd="lmtpd" listen="lmtp" prefork=0
>   lmtpunix    cmd="lmtpd" listen="/opt/csw/var/cyrus/config/socket/lmtp"
> prefork=1
>
>   # this is only necessary if using notifications
> #  notify     cmd="notifyd" listen="/opt/csw/var/cyrus/config/socket/notify"
> proto="udp" prefork=1
> }
>
> EVENTS {
>   # this is required
>   checkpoint  cmd="/opt/csw/sbin/ctl_cyrusdb -c" period=30
>
>   # this is only necessary if using duplicate delivery suppression,
>   # Sieve or NNTP
>   delprune    cmd="/opt/csw/sbin/cyr_expire -E 3" at=0400
>
>   # this is only necessary if caching TLS sessions
>   tlsprune    cmd="/opt/csw/sbin/tls_prune" at=0400
> }
> [/cyrus.conf
>
> I can see no weird things. Cyrus worked with this config for quite some
> time? I don't compile from source. I use the blastwave package.
>
> Any idas?
> Is there another good utility to access the sieve rules?
>
> --
> Dick Hoogendijk -- PGP/GnuPG key: 01D2433D
> ++ http://nagual.nl/ + SunOS sxde 01/08 ++
> ----
> Cyrus Home Page: http://cyrusimap.web.cmu.edu/
> Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
> List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
>


----
Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Reply via email to