Displaying 6 results from an estimated 6 matches for "readsocket".
2008 Jan 19
1
readsocket & saslauthd
Does Dovecot support something similar to Exim's ${readsocket}
allowing me to custom tailor a query to a unix socket for any type of
data?
Or does it support authenticating to saslauthd?
2016 Nov 21
2
Exim still accepting emails to nonexistent users
Hi,
Heiko Schlittermann <hs at schlittermann.de> (Mo 21 Nov 2016 11:50:13 CET):
> a) Routing stage
> You need to interact with the user database dovecot uses.
> Either you access the user database directory (flat file, LDAP,
> whatever) or you use the ${readsocket?} feature of Exim to talk to
> dovecot.
The readsocket trick doesn't seem to work anymore.
Using
$ socat STDIO UNIX:/run/dovecot/auth-master
< VERSION 1 1
< SPID 16290
> VERSION 1 1
> USER 42 hs12 service=imap
< USER 1 hs12 uid=500 gid=500...
2016 Nov 23
0
Exim still accepting emails to nonexistent users
...,
>
> Heiko Schlittermann <hs at schlittermann.de> (Mo 21 Nov 2016 11:50:13 CET):
> > a) Routing stage
> > You need to interact with the user database dovecot uses.
> > Either you access the user database directory (flat file, LDAP,
> > whatever) or you use the ${readsocket?} feature of Exim to talk to
> > dovecot.
>
> The readsocket trick doesn't seem to work anymore.
>
> Using
> $ socat STDIO UNIX:/run/dovecot/auth-master
> < VERSION 1 1
> < SPID 16290
> > VERSION 1 1
> > USER 42 hs12 service=im...
2016 Nov 21
2
Exim still accepting emails to nonexistent users
Hi Heiko,
Here is the router:
virtual_aliases:
driver = redirect
debug_print = "R: Check address using virtual_aliases for $local_part@$domain"
allow_fail
allow_defer
hide data = CHECK_VIRTUAL_ALIASES
user = vmail
group = mail
local_user:
debug_print = "R: local_user for $local_part@$domain"
driver = accept
2016 Nov 21
0
Exim still accepting emails to nonexistent users
...pl.com
b) check in the transport stage by using a callout
-> testable with: swaks ? --pipe 'exim -bhc i.i.i.i'
a) Routing stage
You need to interact with the user database dovecot uses.
Either you access the user database directory (flat file, LDAP,
whatever) or you use the ${readsocket?} feature of Exim to talk to
dovecot.
b) Transport stage
You need to configure the dovecot LMTP to refuse messages to unknown
uses. This you can test using swaks (it's capable of talking LMTP).
Once this LMTP works (refusing unknown users) you can use callouts for
verification during SMTP time...
2010 Apr 21
9
best choice of user database file to work with postfix?
I'm setting up a Postfix and Dovecot combination. What I want to do is have
a user database that (1) is not running from some engine (so not LDAP or SQL
or such) ... and (2) is completely disassociated from system users (e.g.
most email users are not in /etc/passwd and most /etc/passwd users are not
email users). Ideal would be a one-file solution, which can be managed by
text editing or