Displaying 2 results from an estimated 2 matches for "_cyrus".
Did you mean:
cyrus
2006 Sep 25
1
sieve problem unresolved
hello,
I follow your suggestions :
_cyrus timsieved installed on the two LDA server
_the sieve script stored in the /var/home (which is the virtual home
directory) and in /var/mail/user/ for testing purposes
But nothing happened when the user receive a email. Below the sieve script.
Regards
###############################################...
2018 Aug 10
2
dying on osx
$ grep dove /etc/passwd /etc/group
/etc/passwd:_dovecot:*:214:6:Dovecot Administrator:/var/empty:/usr/bin/false
/etc/passwd:_dovenull:*:227:227:Dovecot
Authentication:/var/empty:/usr/bin/false
/etc/group:certusers:*:29:root,_jabber,_postfix,_cyrus,_calendar,_dovecot
/etc/group:_dovenull:*:227:
I'm trying to build on osx so I can try to do some debugging. The
INSTALL.md says to do:
$ more INSTALL.md
Build Instructions
==================
For most people, the usual:
```
./configure
make
sudo make install
```
But there is no configur...