Questions tagged [sasl]
The sasl tag has no summary.
37 questions
0
votes
1
answer
35
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: ...
1
vote
0
answers
114
views
SASL authentication - first local and then AD in postfix
I am trying to setup sender access maps for restricting mail from address. However want to allow specific users to use different mailfrom.
Users are authenticated by sasl (AD authentication configured ...
0
votes
1
answer
477
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 ...
1
vote
2
answers
506
views
Is my connection to my Postfix server encrypted?
I would like to use my Thunderbird client to send mails trough my Postfix server running on port 25 (SMTP).
I would like an authenticated and encrypted connection.
I followed these documentations:
...
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
1k
views
How it comes that ldapsearch output can't be piped
ldapsearch always outputs an authentication message with every query at the beginning:
SASL/GSS-SPNEGO authentication started
SASL username: [email protected]
SASL SSF: 56
SASL data security ...
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) ...
8
votes
3
answers
10k
views
Configuring mbsync with AuthMech XOAUTH2
I can't seem to figure out how to get mbsync to work with OAuth for Gmail because I can't get mbsync to find the xoauth2 sasl plugin on Ubuntu.
I'm fairly confident that everything about my mbsync ...
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
372
views
FreeBSD 12 on Poweredge T330 and Toshiba 12 TB SAS
I am trying to add a SAS-disk (MG07SCA12TA) on Perc H330 to my server. When I try to initialize the disk with gpart gpart create -s gpt mfisyspd4, it yields gpart: Input/output error.
Here is what ...
0
votes
1
answer
240
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 ...
0
votes
1
answer
2k
views
How to resolve SAS macro variable in shell script
I am running a shell script via X command within a SAS macro. I want to use a macro variable defined in SAS macro, in my shell script. I know if I pass that macro variable as parameter to shell script,...
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 `...
1
vote
3
answers
4k
views
How is sendmail SMTP authentication logging controlled?
I get a ton of failed SMTP login attempts. I'd really like to defend against it, but the logging of those attempts is poor.
I'm using sendmail 8.15, cyrus-sasl 2.1.26. The SASL setup is the simplest ...
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 ...