unsubscribe
unsubscribe
I am using cyrus for local delivery and postfix for smtp. My virtual users
based on sasl accounts work fine for imap/pop access. Their mail boxes were
created by cyradm. What happens to mail that cyrus processes
for local users with unix logins like root,cyrus, etc.? I checked /var/log/maillog
All,
I am using cyrus 2.0.12 with the latest postfix on freebsd 4.2
In postfix's config file I removed the ${extension} from the postfix config
in master.conf
Now mail gets passed to and accepted by cyrus from postfix as seen in maillog.
The issue is that the local mail never gets delievered or
I can login to imap via the command line
# su - cyrus -c "imtest -m login -u cyrus -p imap localhost"
C: C01 CAPABILITY
S: * OK mail Cyrus IMAP4 v2.0.12 server ready
S: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS ID
NO_ATOMI
C_RENAME UNSELECT MULTIAPPEND SORT THREAD=ORDER
All,
I am having a weird user auth issue with sasl and cyrus imap/pop server.
My os is Freebsd 4.2 w/the latest Berkeley db 3.2, Cyrus 2.0.12, and sasl-
1.5.14.
I want to allow some users with unix logins and users without unix
logins to pop mail off the server. My MTA is postfix.
I created th