Questions tagged [sasl]

Simple Authentication and Security Layer (SASL) is a framework for authentication and data security in Internet protocols.

259 questions
3
votes
2 answers

Memcached with SASL: Couldn't find mech PLAIN

I'm trying to get memcached working with SASL. I'm compiling memcached and libevent from source. These are the steps I took (both under root and a user, same result): Having these packages: cyrus-sasl.x86_64 2.1.23-13.el6_3.1 …
Arie
  • 141
  • 4
3
votes
1 answer

PostFix and Dovecot - fatal: no SASL authentication

After following the guide provided by debuntu.org (http://www.debuntu.org/how-to-virtual-emails-accounts-with-postfix-and-dovecot/) which was very helpful, I immediately began having issues with SASL autentication. What provoked me to look in the…
3
votes
3 answers

Postfix sasl login failing no mechanism found

following the link here: http://flurdy.com/docs/postfix/ with posfix, courier, MySql, and sasl gave me a web server that has imap functionality working fine but when i go to log into the server to send a message using the same user id and password…
Nat45928
  • 121
  • 2
  • 4
  • 13
3
votes
1 answer

Fail2Ban SASL Filter Misses Failed Logins

I am using fail2ban on my mail server. I discovered this morning that there were some 5000 failed login attempts (in the course of 1 hour) via SMTP that didn't get picked up by my sasl filter. Here is an example of an entry in…
AJ.
  • 332
  • 4
  • 14
3
votes
1 answer

Openldap/Sasl/GSSAPI on Debian: Key table entry not found

The goal: to make an OpenLDAP server to authenticate using Kerberos V via GSSAPI Setup: several virtual machines running on freshly installed/updated Debian Squeeze A master KDC server kdc.example.com A LDAP server, running…
badbishop
  • 928
  • 4
  • 12
  • 21
3
votes
1 answer

OpenLDAP Setup help: SASL/GSSAPI authentication started

I am trying to setup & configure OpenLDAP on Fedora Core 13. I've gotten as far as compiling and installing OpenLDAP v2.4.23. Whenever I try to run one of the LDAP commands (like ldapsearch), I get the following error message: SASL/GSSAPI…
3
votes
1 answer

Postfix sasl: Relay access Denied (state 14)

I have postfix installed with dovecot. There are no problems when I'm trying to send e-mails from my server, however all e-mails that are coming in are rejected. My main.cf file: queue_directory = /var/spool/postfix command_directory =…
Primoz
  • 45
  • 7
3
votes
1 answer

Getting SENDMAIL (as a client) to use AUTH LOGIN

I am trying to use SENDMAIL (v8.15) on a Pi in my network to just forward mails to my SendGrid account. This is needed because my legacy webcams on my network cannot use the very long password required by SendGrid. The basic SENDMAIL is working, but…
Old Geezer
  • 397
  • 8
  • 25
3
votes
1 answer

configure saslauthd with PAM

I'm trying to configure saslauthd with PAM. I created a user test with password test using useradd and passwd and I checked that I can login with su - test. [arch@vps-5220ce87 ~]$ systemctl status saslauthd ● saslauthd.service - Cyrus SASL…
Labo
  • 151
  • 4
2
votes
0 answers

Postfix: How to use reject_sender_login_mismatch when using MySQL virtual users?

I want to force senders to use an envelope sender address that's identical to the SASL login username. From the Postfix SASL README I see I should list, in the smtpd_sender_login_maps option, a hash table that has two identical columns and list all…
JCCyC
  • 680
  • 3
  • 13
  • 24
2
votes
1 answer

How to generate entries for different mechanisms with saslpasswd2?

I'm struggling to create the satisfactory set of records in sasldb2.db. If I use the regular saslpasswd2 -c user I get exactly one record, according to sasldblistusers2: user@my.example.com: userPassword whereas this page leads me to believe,…
Mikhail T.
  • 2,338
  • 1
  • 24
  • 55
2
votes
1 answer

Postfix sasl relay host - failure

I'm trying to set up SASL to a relayhost to send external email. I've read a hell of a lot and done everything I'm supposed to have done. However our provider won't accept me relaying emails with (we are not on their network, but they say this is ok…
Mr Shoubs
  • 363
  • 2
  • 9
  • 32
2
votes
1 answer

postfix not working correctly after system upgrade (no SASL authentication mechanism)

I had a working postfix/dovecot configuration running on a Ubuntu Server machine 14.04 LTS. Then I made a upgrade to 16.04.2 using do-release-upgrade. Everything seemed to work besides my mail service. Before the update everything worked but now I…
C0dR
  • 161
  • 7
2
votes
1 answer

Postfix (SASL) / MySQL: Use MD5 Encryption?

Is it possible to use MD5 password encryption to encrypt passwords when using Postfix / SASL and MySQL? Currently, my setup is using the MySQL CRYPT() function, which for various reasons isn't ideal.
mO_odRing
  • 183
  • 2
  • 6
2
votes
1 answer

SASL: How to delete all mech entries from a user?

I have a problem with my SASL database. sasldblistusers2 shows following entries: myuser@example.com: cmusaslsecretCRAM-MD5 myuser@example.com: cmusaslsecretPLAIN myuser@example.com: userPassword I want to delete this user completely. So I run…
Daniel Marschall
  • 803
  • 4
  • 9
  • 20