Questions tagged [sasl]
The sasl tag has no summary.
37 questions
0 votes
1 answer
34 views
Invalid Credential after defining users and OU
At first I define a new OU with the following LDIF with ldapadd -x -D "cn=admin,dc=nodomain" -W -f ./ou.ldif : root@debian:~# cat ou.ldif dn: OU=People,DC=nodomain objectClass: ...
0 votes
1 answer
476 views
sg_format Low Level Format Interrupted - Kernel Errors
I was going through a sg_format low-level format from 520-byte to 4096 native byte sectors - during the process, the system lost power and the server went down hard. Now in the the kernel, I'm getting ...
0 votes
1 answer
85 views
saslauthd works when run 'standalone' but not when run by OmniOS svcadm
If I run saslauthd via svcadm it does not work, but if I run it from the command-line, it does. u@h:w$ svcadm enable saslauthd u@h:w$ ps -ef|grep sasl ...
0 votes
1 answer
246 views
saslpasswd2 support for Berkeley
I have SASL databases, used by postfix and generated with saslpasswd2, on several CentOS 7 machines ( saslpasswd2/LibSasl: 2.1.26 ). They have the Berkeley DB (hash, version 9, native byte-order) ...
11 votes
1 answer
20k views
Postfix using OAuth2 authentication for relay host
I tried to set up postfix with Google as its relay host but failed miserably. Google switched to OAuth2 authentication and deprecated other authentication methods. This is why I tried to use the new ...
0 votes
1 answer
239 views
How do I disable SASL in KMail?
I have a laptop running KMail 5.7.3 on Bionic Beaver. I just got a new computer with Eoan Ermine and am trying to set up Kmail 5.11.3 to use the same IMAP server. I set up the IMAP account, tried to ...
2 votes
1 answer
2k views
Warning in the logs of Postfix: "restriction NNN ignored: no SASL support". But it does have SASL support
I have postfix + dovecot + pgsql. All has been working. Recently I've changed something in the config to combat spam. Now I see this in the logs: localhost postfix/smtpd[2299]: warning: restriction `...
0 votes
2 answers
2k views
Postfix configuration issue with fips on centos 7; mailgun relay
I am trying to setup postfix to relay all mail generated on the local machine via SMTP to a mailgun relay. I have used the mailgun relay before with success on an ubuntu server, but I am migrating to ...