Displaying 2 results from an estimated 2 matches for "baov".
Did you mean:
aov
2004 Jan 15
1
long print times
we have two machines/users that experience extremely long wait times
when printing documents to samba servers. Both machines are Windows
XP. We have also noted that both were running personal firewalls, one
was micrisofts, the other was kerio. We also noted that when turning
these firewalls OFF, the wait times vanished and the systems behaved
normally.
Has anyone else seen this behavior? Any
2012 Mar 12
1
Trouble adding sasl support via dovecot
...y_options = noanonymous, noplaintext
smtp_sasl_security_options = noanonymous, noplaintext
smtpd_sasl_tls_security_options = noanonymous
smtp_sasl_tls_security_options = noanonymous
And, of course, permit_sasl_authenticated was added to
smtpd_recipient_restrictions.
I got the impression from the baove sources that Postfix will then use
Dovecot's authentication mechanism via a socket it finds in its
private/auth subdirectory.
NOT documented in any of those places, someone suggested I must turn on
TLS. OK...
The documentation found here:
http://www.postfix.org/TLS_README.html
claims (inti...