Displaying 20 results from an estimated 600 matches similar to: "PostLogin Scripting issue"
2008 May 18
1
Domain variable in checkpassword
Hello everyone
I'm using the checkpassword method but I don't get the domain a user inputs.
I can't cross check per virtual domains if I'm not getting one, which means
it renders all my efforts useless.
I've tried sending %d as a variable to my checkpassword script, but I'm just
getting %d instead.
This is a dump of my information:
%ENV = {
2007 Jan 05
3
1.0.rc16 released
http://dovecot.org/releases/dovecot-1.0.rc16.tar.gz
http://dovecot.org/releases/dovecot-1.0.rc16.tar.gz.sig
If you've had problems with getting errors about index files
sometimes being corrupted, please try if this release fixes it. If
you've reported any bugs that this release hasn't fixed, please
report them again so I know they still didn't get fixed and that I
2007 Jan 05
3
1.0.rc16 released
http://dovecot.org/releases/dovecot-1.0.rc16.tar.gz
http://dovecot.org/releases/dovecot-1.0.rc16.tar.gz.sig
If you've had problems with getting errors about index files
sometimes being corrupted, please try if this release fixes it. If
you've reported any bugs that this release hasn't fixed, please
report them again so I know they still didn't get fixed and that I
2006 Oct 13
1
Segfault in in rc7 when index does not exists
This is the trace
(gdb) run
Starting program: /root/tmp/dovecot-1.0.rc7/src/imap/imap
x select inbox
Program received signal SIGSEGV, Segmentation fault.
mail_index_write_base_header (index=0x80e2a28, hdr=0xaff66028) at mail-index.c:1313
1313 memcpy(index->map->mmap_base, hdr, hdr_size);
(gdb) bt
#0 mail_index_write_base_header (index=0x80e2a28, hdr=0xaff66028) at
2007 Jan 11
1
RC16 is a lot slower that RC7
I tried RC16 from RC7 and like other releases since RC7 it is
significantly slower. I'm still trying to figure out why. But I have
again switched back. Do new version take up a lot more ram perhaps? I'm
running with a gig of ram, and I'm running a few other apps. It's not a
fast computer, just an old 754 pin semptron. But the point is that RC7
runs a lot faster than RC16.
2007 Jan 05
2
dovecot-auth file descriptor usage
In dovecot-auth (rc15) we experienced problems when the file descriptors
reached 256 (due to a Solaris fdopen() call described previously).
The issue was that there was one file descriptor being used for every
imap-login and pop3-login process (in our environment of SSL-only that
means one for every active IMAP and POP connection).
Mods were made (and appear in rc16) to close out the descriptor
2007 Jan 03
3
pre-1.0.rc6 / index file problems? try this
People who have had "duplicate header extension" and whatever other
random index file corruption problems, please see if this fixes
anything:
http://dovecot.org/list/dovecot-cvs/2006-December/007315.html
The change is also in the latest nightly snapshot (http://dovecot.org/
nightly/dovecot-latest.tar.gz). You could in general treat the latest
snapshot as "pretty much the
2007 Jan 05
1
Dovecot LDA failure in RC16
After upgrading a test server from rc15 to rc16, Postfix was no longer able
to deliver mail via Dovecot deliver:
Jan 5 11:00:59 testhost postfix/local[8873]: 497282EFE: to=<testuser at testhost>, relay=local, delay=1.2, delays=0.13/0.02/0/1, dsn=5.3.0, status=bounced (Command died with status 89: "/opt/dovecot/libexec/dovecot/deliver -f "$SENDER"")
Should "status
2007 Mar 02
1
dovecot forward multipart problem
Hi,
I experience problems everytime i forward a mail (basically, when
forwarding an email containing an attachement).
I'm using thunderbird (it does the same with outlook clients) with the
forward parameter "as attachement" instead of "inline". (Using the
inline parameters works fine).
When i forward a mail with attachements (eg a jpeg file), the
attachements file is
2007 Nov 17
2
SIGSEGV (Segmentation fault) with antispam plugin
Hi all.
I am trying to get dovecot (1.0.rc17) running with antispam plugin.
I have created another backend, which executes "sa-learn" from
spamassassin's arsenal. The backend is modeled after sendmail backend.
But I can't seem to get the plugin working wit either my backend or
signature-log.
This is my ".config":
DOVECOT=/usr/src/dovecot-1.0.7
DOVECOT_VERSION=1.0
2017 Nov 13
2
Building dovecot 2.2.33.2 is broken with uclibc-ng
Hi,
this commit
https://github.com/dovecot/core/commit/c9d76e2baf653fa5504d6849e5c1aae32eff3c53
added code which can not be compiled with uclibc-ng 1.0.26 using buildroot:
make[3]: Entering directory '/home/bernd/buildroot/br4/output/build/dovecot-2.2.33.2/src/lib-test'
/bin/bash ../../libtool --tag=CC --mode=compile
2007 Jan 06
1
ioloop=best and imap-login: No authentication sockets found ??
Attempting to use dovecot-1.0.rc16 on centos built with:
env CPPFLAGS=-I/usr/kerberos/include \
./configure --prefix=/local/service/dovecot --with-ssl=openssl \
--with-ioloop=best
My config has changed from example:
protocols = imap
ssl_disable = yes (because not pem)
Plus I set to yes all the debug and verbose options.
I couldn't login via IMAP:
Jan 5 19:52:28 hostabc
2008 May 04
1
Compiling plugins
Hi
I use Debian Etch 4.0r3. I am trying to compile antispam plugin, but i
have no idea about how to do it cause i have never done so. I have
compiled source packages for Debian with some instructions in some
pages, but i can not compile this plugin separately. Can anyone help
me or give some tips to do this (yes, i have google'd it yet, but no
good results).
This is the result trying to
2016 Sep 16
0
CEBA-2016:1876 CentOS 7 dmraid BugFix Update
CentOS Errata and Bugfix Advisory 2016:1876
Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-1876.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
7ffbc44a8463810579eb0e78b6b8244113c63eaec5e468bef1c9a1f093dfccca dmraid-1.0.0.rc16-26.el7_2.1.i686.rpm
2015 Sep 11
2
Need help on checkpassword userdb/passdb
I'm experimenting with checkpassword as an auth method for usedb and passdb
(http://wiki2.dovecot.org/AuthDatabase/CheckPassword). I've set up the userdb
and passdb *exactly* as the wiki suggests as the "standard way":
passdb {
driver = checkpassword
args = /user/util/bin/checkpassword
}
userdb {
driver = prefetch
}
I've created a checkpassword program that does
2024 Aug 15
0
NHW v0.3.0-rc16 new version
Hello,
For those interested, I have released the NHW v0.3.0-rc16 new version.
I continue to fine-tune the nhw_kernel weights.This new version has then
more precision and a better visual quality.
More at: https://nhwcodec.blogspot.com/
Cheers,
Raphael
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Apr 03
2
detailed info about acls with virtual users
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi @ll,
i try use acl with imap with dovecot latest
but i dont get trough , is there more info online then written in the wiki ?
i have a setup like
http://wiki.dovecot.org/DovecotLDAPostfixAdminMySQL
but with this acl dont seems to work , and folders arent reported with
acls to i.e thnderbird
- --
Mit freundlichen Gruessen
Best Regards
Robert
2007 Jan 06
0
the variables in mail_location doesn't work anymore.
greeting all.
is it just me or anybody having the same problem.
the variables in mail_location doesn't work anymore.
i use this parameter on my dovecot.conf
mail_location = maildir:/www/vmail/%d/%n
it doing just fine on the rc15, but doesn't work in rc16.
my rc16 debug result:
Jan 6 18:20:25 host dovecot: auth-worker(default):
sql(kontak at ramdhani.net,127.0.0.1): SELECT maildir,
2016 Sep 16
0
CentOS-announce Digest, Vol 139, Issue 4
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2007 Jan 10
1
[sfs: dovecot-auth file descriptor usage]
I am re-posting this message from last Friday, as I have seen no replies.
It is critical that we address this problem, since until then we cannot
put more than a few hundred users on our server.
If Dovecot-auth TRULY needs to keep open a file descriptor for every single
login session, we will have to start looking at alternatives.
In short: Help!
----- Forwarded message from Steven F Siirila