Displaying 20 results from an estimated 240 matches for "apop".
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.vanill...
2006 Feb 14
1
SASL und APOP
Hi, all!
I configured Dovecot to use many protocols. To do this, I wrote:
mechanisms = plain digest-md5 cram-md5 apop ntlm
Very strange, if I ask the capability, I get:
CAPA
TOP
UIDL
RESP-CODES
PIPELINING
STLS
USER
SASL PLAIN DIGEST-MD5 CRAM-MD5 NTLM
.
I can't understand why APOP is not written (but I can use it!) and why I can
see SASL, that I didn't configure...
How can I change these message so that...
2005 Feb 20
1
APOP
I want to turn off POP3 and use POP3S in its place. So far, it's working well
for Outlook and Thunderbird. But I'm running into problems with Agent: It
supports APOP but not POP3S. Is there a way to have Dovecot support APOP
authentication on a normal POP3 connection? I'm running 0.99.13 on Fedora
Core 3.
--
Steve
2010 Aug 18
1
Disable APOP challenge in POP3 login greeting
Timo,
It looks like Dovecot 2.0 appends an APOP challenge to the POP3 greeting
even if APOP is not an enabled auth mechanism. Is there any way to
disable this? We don't support APOP, and the challenge includes the
private hostname of the server, which we'd rather not have in the
banner.
It looks like get_apop_challenge in 1.2 returns NU...
2011 Dec 20
1
APOP and AuthDatabase/SQL
Hi,
We're running dovecot 1.2.15 and use SQL authentication. We'd like to
be able to support APOP, but can't see how this would fit in with SQL
auth.
Currently we have:
password_query = SELECT email as user, password FROM virtual_users
WHERE email='%u' or (email LIKE '%n@%%' AND unhashed='%w')
It seems that in order to auth APOP logins, we'd need to access
va...
2008 Feb 07
3
Can't get apop to work.
...ogin
login_executable: /usr/local/libexec/dovecot/pop3-login
mail_executable: /usr/local/libexec/dovecot/pop3
mail_plugin_dir: /usr/local/lib/dovecot/pop3
pop3_uidl_format: %v.%u
auth default:
debug: yes
debug_passwords: yes
passdb:
driver: pam
userdb:
driver: passwd
If I select apop as one of the allowed protocols (in order to avoid having to use ssl) I get this error message in the mail log :
"APOP mechanism can't be supported with given passdbs"
I tried fiddling with PAM by adding an /etc/pam.d/apop file with these contents :
auth required pam...
2007 May 11
1
Virtual User Home Directory, and APOP Clear Text Passwords
...s only
for me to receive mails from fetchmail. They really have nothing but
their inbox. But if I do not give them a writable home directory, I got
this error in my syslog all the time:
mbox: Can't create root mail directory /home/homeless/mail: Permission denied
2. I would like to use APOP in addition to SSL/TLS. Currently
Dovecot saves APOP passwords as clear text. I understand this. But is
it possible to have some sort of encoding, for example, Base64? Just to
prevent casual reads. I have several users. I do not want to know
their passwords just to add them to the APOP databa...
2006 Jul 10
1
Oops, forgot about apop...
How does one go about generating a local password database for apop authentication?
Or can it simply run against /etc/passwd, using a PAM entry?
(I forgot to append this to my last message... sorry...).
Thanks much.
-=-=-=-=-=-=-=-=-=-=-=-
Bruce Lane, Owner & Head Hardware Heavy,
Blue Feather Technologies -- http://www.bluefeathertech.com
kyrrin (at) bl...
2018 Jun 12
4
cant login to Dovecot
On 2018-06-12 13:14, Steffen Kaiser wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Tue, 12 Jun 2018, Walter Ulmke wrote:
>
>> un 12 12:30:06 ulmke2 dovecot[5814]: auth: Fatal: APOP mechanism can't
>> be supported with given passdbs
>
> Config error.
>
> "Fatal" sounds fatal ;-)
>
>> stats: open(old-stats-user) failed: Permission denied
>
> Likewise config error, but not fatal.
>
> Post your config
>
> - -- Stef...
2005 Sep 28
3
A Couple Of Issues (APOP Causes Auth SIGSEGV, Umask Setting Ineffective)
...X86 2005.0, Linux 2.6.13, Glibc 2.6.5. Pegasus Mail 4.30B1
is the client on Win32. Dovecot is still Alpha2 (I will upgrade when
Gentoo has updated their ebuild). Of course if you advise I'll look at
rebuilding newer versions or patched versions with(out) debug symbols.
1. When I attempt APOP login of any variety on the POP3 server auth dies
with signal 11. passwd-file is of course listed as a password database,
alongside shadow. I get back "-ERR Internal authentication failure -
please try again later." or something like this and all subsequent
authentication in that se...
2018 Jun 12
1
cant login to Dovecot
...login to Dovecot
>>
>> On 2018-06-12 13:14, Steffen Kaiser wrote:
>>> -----BEGIN PGP SIGNED MESSAGE-----
>>> Hash: SHA1
>>>
>>> On Tue, 12 Jun 2018, Walter Ulmke wrote:
>>>
>>>> un 12 12:30:06 ulmke2 dovecot[5814]: auth: Fatal: APOP mechanism
>>>> can't be supported with given passdbs
>>>
>>> Config error.
>>>
>>> "Fatal" sounds fatal ;-)
>
> see below. Update your mechs
>
>>>
>>>> stats: open(old-stats-user) failed: Permission de...
2006 Jul 10
1
PAM Error on POP3s auth? And apop?
...won't be an administrative nightmare.
Does anyone have any ideas on this? For the benefit of poking and pondering, this is the relevant section of my dovecot.conf file.
auth default {
# Space separated list of wanted authentication mechanisms:
# plain login digest-md5 cram-md5 ntlm rpa apop anonymous gssapi
mechanisms = plain login
passdb pam {
}
userdb passwd {
}
socket listen {
client {
path = /var/spool/postfix/private/auth
mode = 0660
user = postfix
group = postfix
}
}
}
And this is the contents of the file 'dovecot'...
2006 Jul 09
2
New User: POP3 issues
...ovecot'ers,
I'm just getting started with Dovecot, and I'm not a programmer, so please be
gentle. ;-)
THE PLATFORM: NetBSD 3.0/SPARC, Postfix 2.3-RC8, current Dovecot RC (I
forgot the number). Maildir-type directories.
THE GOAL: To accommodate authenticated (remote) POP3 users with APOP or
SSL/TLS, and allow users on the internal network (192.168.x.x) to just use basic
POP3 without worrying about authentication.
QUESTIONS:
(1) Does the dovecot master daemon have to be running in order to call pop3-
login from inetd, in response to POP connection attempts? If so, it could be a...
1999 Sep 20
1
POP secure access??
Hi, I'm looking for a solution to access pop mails (sendmail in linux)
securely. Most of the access would be from window clients (outlook express
etc). Is there a way to encrypt the password (like ssh2) when authenticating
with sendmail? Any info is greatly appereceiated. Thx.
Regards,
Wong.
2004 Apr 02
1
passwd-file maintenance by users, other options
I am using Dovecot to provide IMAP and IMAP+SSL service for my users, but am
still using QPopper for POP3 service, wrapped with stunnel for POP3+SSL.
I am hesitant to get rid of QPopper because it supports APOP, which encrypts
authentication data (both where it is stored, and when it is transmitted), and
because APOP passwords can be managed by the users themselves, via the popauth
tool that they can run from their shell accounts.
I'd like very much to use Dovecot for POP3, but would need to have it...
2018 Jun 12
2
cant login to Dovecot
Hi all,
I can't login.
This is a dovecot server for a small inhouse network, and I doon't use
any encryption, and just want to login using the
standard Linux login
dovecot status gives me the following error messages:
un 12 12:30:06 ulmke2 dovecot[5814]: auth: Fatal: APOP mechanism can't
be supported with given passdbs
Jun 12 12:30:06 ulmke2 dovecot[5811]: master: Error: service(auth):
command startup failed, throttling for 32 secs
Jun 12 12:30:06 ulmke2 dovecot[5814]: imap-login: Disconnected: Auth
process broken (disconnected before auth was ready, waited 1...
2018 Jun 12
0
cant login to Dovecot
...ecot.org
> Subject: Re: cant login to Dovecot
>
> On 2018-06-12 13:14, Steffen Kaiser wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> On Tue, 12 Jun 2018, Walter Ulmke wrote:
>>
>>> un 12 12:30:06 ulmke2 dovecot[5814]: auth: Fatal: APOP mechanism can't be
>>> supported with given passdbs
>>
>> Config error.
>>
>> "Fatal" sounds fatal ;-)
see below. Update your mechs
>>
>>> stats: open(old-stats-user) failed: Permission denied
There is no stats config.
>> L...
2020 Aug 13
2
2.3.11.3 on 32bit platforms
...erver:mail/openSUSE_Tumbleweed/i586/dovecot23/_log
Excerpt of failed test:
[ 576s] test-mech.c:370: Assert(#1) failed:
strcmp(test_case->username,username)
[ 576s] "testuser" != NULL
[ 576s] test-mech.c:380: Assert(#1) failed: request->failed == FALSE
[ 576s] auth mech APOP 2/84
.................................................. : FAILED
Ciao, Michael.
2004 Dec 30
3
random pool depletion
I'm facing a problem with dovecot 1.0 test-59; ever since I installed it
and use it my random pool is always depleted whenever someone opens an
imap connection. This wouldn't be too bad if the machine was used
interactively, but since it is not and other services read directly from
/dev/random those are sometimes blocked due to dovecot depleting the
pool by reading /dev/urandom.
Thus
2011 Jun 17
0
pop3-login Error after dovecot 1.2.11 to dovecot 2.0.13
...all
...
/path/to/log/dovecot.log:Jun 17 05:25:47 pop3-login: Error: master(pop3): Auth request timed out (received 0/12 bytes)
/path/to/log/dovecot.log:Jun 17 05:25:47 pop3-login: Info: Internal login failure (pid=1796 id=1) (auth failed, 1 attempts): user=<rriveter at domainname.com>, method=APOP, rip=123.4.5.6, lip=123.7.8.9
/path/to/log/dovecot.log:Jun 17 05:25:47 pop3-login: Error: master(pop3): Auth request timed out (received 0/12 bytes)
/path/to/log/dovecot.log:Jun 17 05:25:47 pop3-login: Info: Internal login failure (pid=1797 id=1) (auth failed, 1 attempts): user=<jdoe at domainna...