Displaying 4 results from an estimated 4 matches for "open_smtp_relay".
2014 Oct 30
1
vpopmail, open_smtp_relay and non-PLAIN auth mechs
I've noticed that if using the vpopmail auth setup, that the roaming-user
functionality
provided via open_smtp_relay() is only done if the auth mechanism is PLAIN.
For
example, if the client authenticates via DIGEST-MD5, the open relay file is
not updated, as it should be.
This is due to the call to open_smtp_relay only being done
via vpopmail_verify_plain().
Instead, imo, that call should be done in auth_reques...
2011 Feb 07
0
vpopmail passdb deadlock if tcprules binary is missing
...14:25 0:00 \_ dovecot/auth -w
Cause
-----
When new user has to be authenticated from vpopmail, the sequence of events
goes something like this:
* libexec/dovecot/auth -w process is doing the authentication
(passdb-vpopmail.c)
* passdb-vpopmail.c: at some point user is authenticated and open_smtp_relay()
is called
* vpopmail.c: open_smtp_relay() gets a write lock on
~vpopmail/etc/open-smtp.lock adds new IP to ~vpopmail/etc/open-smtp and
calls update_rules() etc. to rebuild the tcp.cdb file
* vpopmailc: tcprules_open() is called and it fork()s and tries to execv()
tcprules...
2004 Jun 14
1
vpopmail and open smtp relay
...57,6 +60,15 @@
return;
}
+ /* it is needed for open smtp relay */
+
+ ip_addr_fe = net_ip2addr(&request->client_ip);
+ if (ip_addr_fe == NULL)
+ ip_addr_fe = "??";
+
+ env_put(t_strconcat("TCPREMOTEIP=", ip_addr_fe, NULL));
+ open_smtp_relay();
+
callback(PASSDB_RESULT_OK, request);
}
diff -Naur dovecot-0.99.10.5/src/login-common/auth-connection.c
dovecot-0.99.10.5-patched/src/login-common/auth-connection.c
--- dovecot-0.99.10.5/src/login-common/auth-connection.c Mon May 26
19:27:13 2003
+++ dovecot-0.99.10.5-patched/s...
2003 Sep 19
2
Feature question/request
...ternet. Some of them are able to use SMTP-AUTH which is great, but
for those that can't, a pop before smtp solution is in place using
relay-ctrl-age & cdb files via qmail.
Would it be desirable to have this feature in dovecot? I'd really like to
ditch qmail-pop3d, etc.
vpopmail has a open_smtp_relay() when using vchkpw directly.
-D
--
<iNoah> I won't be satisfied until I have a rectally-insertable laptop