On Sun, 07 Nov 2004, OpenMacNews wrote:
i've cyrus-imap, cyrus-sasl, postfix and mysql+web-cyradm installed on OSX.

Versions, please!

oops ... sorry

       cyrus-imap 2.2.8
       cyrus-sasl 2.1.19
       postfix 2.1.15
       mysql 4.1.7
       osx 10.3.6

      imap[507]: executed
      imap[506]: refused connection from ::1

This is libwrap doing something [in]sane.

       /etc/hosts.allow
            ALL: ::1 127.0.0.1 172.30.11.0/255.255.255.248

any ideas where the problem *starts*?

Broken IPv6 support on libwrap and others...

bingo (-ish). afaik, ipv6 is *supposed* to be reliable on OSX, but who knows ..

completely randomly, i added 'localhost' to the /etc/hosts.allow

      ---     ALL: ::1 127.0.0.1 172.30.11.0/255.255.255.248
      +++     ALL: ::1 127.0.0.1 172.30.11.0/255.255.255.248 localhost

and, for some %&^$& reason, it now works; well at least the "Broken Pipe" error 
has disappeared.

why '::1' or '127.0.0.1' doesn't do it, and 'localhost' does, i dunno ...

now, i've to contend with:

      % cyradm -u postmaster localhost
            cyradm: cannot authenticate to server

i *think* this is a sasl2 plugin issue ... off to the races!

thanks!

richard

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

Reply via email to