Displaying 3 results from an estimated 3 matches for "joblo".
2023 Mar 18
2
Custom SASL authentication
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20230318/8ce3c29a/attachment-0001.htm>
2023 Mar 17
1
Custom SASL authentication
Hello,
I'm looking for a good way to apply a custom hash to passwords.? My hope
is to add passwords to a (MySQL) database: INSERT INTO users
(user='joblo', pass=MYHASH('plain-password')..
For SASL authentication, my thought first was to apply the same hash to
the issued password and compare it with the hashed password in the
database.? I soon discovered the sql driver supplied by Dovecot doesn't
provide that ability, unless I'...
2009 Aug 03
1
sieve not working with Postfix and maildir
...############
Postfix is configured to deliver to Maildir:
home_mailbox = Maildir/
I am testing the delivery:
########################
$ telnet localhost 25
Trying ::1...
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 andrei.myip.org ESMTP Postfix (Ubuntu)
helo joblo
250 andrei.myip.org
mail from: joe at blow.com
250 2.1.0 Ok
rcpt to: florin at andrei.myip.org
250 2.1.5 Ok
data
354 End data with <CR><LF>.<CR><LF>
testing
.
250 2.0.0 Ok: queued as 512FE480C8
########################
And the message is delivered:
$ ls ~/Maildir/new/
1249...