Displaying 20 results from an estimated 600 matches similar to: "vpopmail and open smtp relay"
2003 Nov 04
0
PATCH: make local IP address available to auth modules
The attached patch makes the local IP address to which the client
connected available to the authentication modules; i.e., the local IP
address is available for substitution as %i for the mysql and pgsql
modules. We needed this feature to support thousands of our legacy
accounts which are authenticated by username/local_part (not the full
email address) and IP address (one per domain).
Timo,
2004 Jul 09
1
passing remote ip to pam
to improve forensic log info i want to set the PAM_RHOST value to the
remote ip (which pam logs as rhost=foo in failure messages). i didn't
look to see if anything has been done in this way on CVS because i'm still
on 0.99.10.6.
below is a bit of a hack. in some sense the remote_ip might make more
sense in the AUTH_LOGIN_REQUEST_NEW packet rather than the continue
packet... but that
2008 Sep 25
1
patch for passdb-vpopmail in v1.1.3
I need pop-before-smtp to work with vpopmail (yes, yes, I know, don't
ask). Enabling the code to update the relays file brings a small bug
to light, fixable with the following patch:
--- passdb-vpopmail.c~ 2008-09-25 15:06:47.000000000 +0100
+++ passdb-vpopmail.c 2008-09-25 15:07:14.000000000 +0100
@@ -31,9 +31,9 @@
}
if (((vpw->pw_gid & NO_IMAP) != 0 &&
-
2004 Jun 14
1
PAM_RHOST item
A little problem, which is bugging me: when using PAM authentication,
Dovecot (0.99.5) does not set the PAM_RHOST item, so the PAM modules
cannot know who the client is. We need this for some PAM module doing
access control.
Changing passdb-pam.c to pam_set_item it seems trivial, but I'm bugged
as to how to get the client name from there. It seems not to be
available in the auth_request
2008 Mar 26
1
(userdb/ldap) Set home dovecot variable - How?
Dovecot version dovecot-1.0.rc14-7 (opensuse)
Postfix is using Dovecot LDA.
I'm getting this error message, and I guess it's going to be a problem on my next task, which is to set up sieve scripts.
Is there something wrong/contraditory on my config or I forgot something? I want:
/var/dovecot-tests/: where user's inbox resides
/var/dovecot-tests/home/: home dir (users will not be
2012 Aug 24
1
Vpopmail Dynamic Authentication Module
Hello,
We currently use qmail with vpopmail for e-mail and are looking to switch
from courier-imap to dovecot for IMAP on our RedHat EL 5 systems. Our goal
is to use the dovecot RPM supplied by RH (v1.0.7) if at all possible. We
can do this if we are able to dynamically load the vpopmail auth module.
The wiki (http://wiki.dovecot.org/CompilingSource) notes that this should
be possible:
2010 Oct 16
1
gssapi problems (postfix sasl through dovecot, dovecot imap working fine)
Thanks to Timo, I have solved all but one of my problems. For back
ground, I am using Samba4 as an AD. I have the userdb working from LDAP
just fine and kerberos authenetication for dovecot's IMAP server working
fine. The problem is using dovecot's SASL with postfix. I also have
plain/login working in imap and smtp. Both use pam_krb5 through pam to
authenticate clients that don't have
2004 Aug 09
1
[PATCH] RPA authentication mechanism
Hello all,
attached patch implements Compuserve RPA athentication mechanism.
Tested with:
- Eudora 6 (uses Compuserve "Virtual Key" RPA software);
- TheBat! 2.11 (uses it's own RPA implementation).
I hope it can be useful for someone.
Best regards.
--
Andrey Panin | Linux and UNIX system administrator
pazke at donpac.ru | PGP key: wwwkeys.pgp.net
-------------- next part
2007 Nov 19
0
Different printer drivers requesting different credentials
Greetings,
This is an extenuation of "Non-registry problem: Slow printing"
See:
http://www.brightsands.com/~chris/quick.3.bz2 fast printer drivers loglvl=3
http://www.brightsands.com/~chris/slow.3.bz2 slow printer drivers loglvl=3
http://www.brightsands.com/~chris/quick.9.bz2 fast printer drivers loglvl=9
http://www.brightsands.com/~chris/slow.9.bz2 slow printer
2004 Jul 01
3
[PATCH, RFC] add APOP authentication mechanism
Hello all,
this patch add APOP authentication mechanism to dovecot 1.0-test23.
Please take a look.
Best regards.
--
Andrey Panin | Linux and UNIX system administrator
pazke at donpac.ru | PGP key: wwwkeys.pgp.net
-------------- next part --------------
diff -udrpN -X /usr/share/dontdiff -x Makefile dovecot-1.0-test23.vanilla/src/auth/Makefile.am dovecot-1.0-test23/src/auth/Makefile.am
---
2004 Jul 22
1
[PATCH] add LOGIN authentication mechanism
Hello,
attached patch (1.0-test29) adds LOGIN authentication mechanism.
Tested with KMail and seems working.
Please consider applying.
Best regards.
P.S. I also have NTLM authentication working and plan to
submit it RSN.
--
Andrey Panin | Linux and UNIX system administrator
pazke at donpac.ru | PGP key: wwwkeys.pgp.net
-------------- next part --------------
diff -urpNX /usr/share/dontdiff
2014 May 03
1
%{orig_user} missing in checkpassword-Script
Dear dovecot maintainers:
I'm using SSL client certificates together with a checkpassword scripts
to authenticate our users.
My problem is: In the checkpassword script the AUTH_USER environment
variable will either contain the username that was configured in the
mailclient (if auth_ssl_username_from_cert=false) or the username
from the certificate (if auth_ssl_username_from_cert=true).
I
2007 Nov 19
1
Re: Different printer drivers ...
Greetings,
I've now received private e-mail saying that others have seen this problem,
sent e-mail to this list and received no answers. That ultimately, they
ended up altering their Windows clients to use LPR instead of Samba.
Is this really something that a genuine MS Windows server can handle and
Samba cannot?
Does anybody know when these other drivers stopped working well and what
2007 Nov 27
1
Dovecot strange logs
Hello,
I have some strange logs entries in my dovecot_info.log
(auth_debug=yes & auth_verbose=ye) :
dovecot: Nov 27 00:28:09 Info: auth(default):
vpopmail(CLIENT_EMAIL,CLIENT_IP): lookup user= domain=????????
dovecot: Nov 27 00:28:09 Info: auth(default):
vpopmail(CLIENT_EMAIL,CLIENT_IP): lookup user=CLIENT_USER
domain=CLIENT_DOMAIN
dovecot: Nov 27 00:28:09 Info: auth(default):
2006 Feb 03
1
passwd-userdb with args
I'm not sure why the 'passwd' userdb didn't allow args, but it meant (for
instance) that the quota plugins weren't usable. I spent quite a bit of time
trying to get my new quota-rquotad plugin to work, only to find out that it
was my 'quota=rquotad:<filesystem list>' argument that wasn't being passed
to the imap child :)
The attached patch implements
2004 Nov 19
0
[PATCH] add initial response support for NTLM and RPA
Hello,
this patch adds initial response support for NTLM and RPA
authentication mechanism. It can be useful if dovecot acts
as authentication backend for SMTP server. RFC2554 permits
initial response in AUTH command, so it's legal to send NTLM
type 1 message or RPA token 1 in it.
Please consider applying.
Best regards.
--
Andrey Panin | Linux and UNIX system administrator
pazke at
2003 Jul 23
0
Re: Stripping of domain name
On Wed, 2003-07-23 at 20:10, SIMflex Internet Support wrote:
> Dear sir,
>
> Can you please tell me how to make dovecot stipoff or ingore a
> @domain.com in a username? Currently, we are only using one domain
> (more may be needed in the future), and some of our clients have
> incorrectly configured mail clients with the @domain.com in the user
> name. We migrated from
2006 May 15
1
dovecot ldap auth bind and different directories
I have recently begun playing with Dovecot (1.0.beta8) and have run into
an interesting scenario.
The way my email system is set up is that users of different domains
have completely different base dn's. For instance, if a user is part of
test.com the bind dn would be uid=user,ou=People,dc=test,dc=com. The
bind dn for user at domain.com would be uid=user,ou=People,dc=domain,dc=com.
I
2012 Oct 02
2
[PATCH] Add SCRAM-SHA-1 password scheme
Hello,
attached is an hg export on top of the current dovecot-2.2 branch, which
adds support for a SCRAM-SHA-1 password scheme.
Ideally I'd want doveadm pw's rounds flag to apply to this, but that's
currently specific to the crypt password scheme, so I left it out for now.
Regards,
Florian Zeitz
-------------- next part --------------
# HG changeset patch
# User Florian Zeitz
2008 Jun 12
1
strange looking code and userdb errors
hi,
i'm trying to use passdb ldap and userdb prefetch, using the userdb_
prefixes in pass_attrs, and i get:
passdb didn't return userdb entries
looking at the code at auth/userdb-prefetch.c i see:
if (auth_request->userdb_reply == NULL) {
if (auth_request->auth->userdbs->next == NULL) {
/* no other userdbs */