Displaying 20 results from an estimated 1200 matches similar to: "deliver fails - passdb doesn't support lookups?"
2013 Feb 27
2
how to talk with doveadmin unix socket
Hello,
I would like to get mailbox quota by doveadm unix socket
(/var/run/dovecor/doveadm-server). I get from strace syntax of comunication:
write(9,
"VERSION\t1\t0\nUSER\t1\tpiotr.rotter at active24.pl\tservice=doveadm\n",
60) = 60
read(9, "VERSION\t1\t1\nSPID\t20805\n", 8192) = 23
read(9,
"USER\t1\tpiotr.rotter at active24.pl\temail=piotr.rotter at
2006 Jul 06
3
Daemontools and icecast / ices2
Hi all,
I'm trying to use daemontools to manage the icecast server.
I've got it installed and working (with qmail)
However it wont work with icecast.
My run file has the contents:
-------------------------------
#!/bin/sh
exec setuidgid icecast /usr/local/bin/icecast -c /usr/local/etc/icecast.xml
------------------------
I have also tried it using icecasts built in
2006 Jul 06
3
Daemontools and icecast / ices2
Hi all,
I'm trying to use daemontools to manage the icecast server.
I've got it installed and working (with qmail)
However it wont work with icecast.
My run file has the contents:
-------------------------------
#!/bin/sh
exec setuidgid icecast /usr/local/bin/icecast -c /usr/local/etc/icecast.xml
------------------------
I have also tried it using icecasts built in
2009 Dec 24
2
Include and Exclude
I thought this command would do what I wanted, but instead it doesn't transfer any files:
rsync -avh --stats --password-file=/var/rsync.passwd --include=Maildir/ --exclude=* mail::root/usr/home /backup/usr/
I want to backup ONLY the /usr/home/*/Maildir directories. I don't want any other files from any other directories to be transferred.
I can see in the man page where this is a
2005 Mar 26
1
test65 "deliver" LDA bug
Hello.
I've tried to implement dovecot's deliver LDA to my home mailserver.
I've run into troubles :)
dovecot-deliver.conf:
-- snip --
mail = maildir:%h/Maildir:INBOX=maildir:%h/Maildir
mbox_read_locks = flock
mbox_write_locks = flock
-- snip --
when i run:
deliver -d bfg < email.txt dovecot delivers message to ~/Maildir/maildir/new
It acctually creates "maildir"
2009 Jan 27
2
discrete passdb lookups for dovecot-auth
hi-
i'm using ldap for user authentication, and would like to use
different ldap lookups for authentication happening via postfix (smtp
auth) vs. authentication happening through dovecot (imap logins). how
can this be done, without running multiple instances?
thanks!
-bt
2017 Jan 25
0
Timing information for passdb/userdb lookups
Hi,
it would be nice to have an option to enable logging for timings
without having to go with auth_verbose/auth_debug. If you try to track
down if a slowdown for logging in comes from e.g. running out of login
workers or if your auth backend is slow it would really help to get
just a one line message per userdb/passdb with the timing for this
lookup.
something like:
2011 Aug 07
1
SQL passdb lookups not working
Hello everyone,
I'm trying to make dovecot do user authentication against a SQL
database. The passwords (managed by Django) are stored as salted SHA1
encoded in hex. I monkey patched Django's password method so that the
password hash is made with <password><salt> (Django does
<salt><password>, the patched method was verified to return same value
as
2013 Apr 11
1
Samba crash (while logging in as administrator?)
I just had samba4 (git 69b3d19 from yesterday) crash while logging in as
administrator.
The login stalled, and on the samba4 AD DC, winbind stopped responding --
"getent passwd" stopped showing the domain entries, and commands that
showed some samba users (e.g. "ls" in a directory with domain owners,
"htop", etc.) would hang.
dmesg shows:
traps: samba[3728] trap
2005 Feb 01
1
TROUBLES WITH dovecot configuration
Hello!
I'm new in this list and new to dovecot, so I have some troubles with its configuration.
I have an Linux OS installed and Postfix what supports virtual domains and places mail
to: /var/spool/mail/vhosts/DOMAIN_NAME/
I've installed dovecot, configured it to use only pop3 proto. Configuration like this (most important lines from config)
# cat
2023 Sep 05
9
[Bug 3611] New: scp -r does not handle sym links to directories correctly
https://bugzilla.mindrot.org/show_bug.cgi?id=3611
Bug ID: 3611
Summary: scp -r does not handle sym links to directories
correctly
Product: Portable OpenSSH
Version: 8.7p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: minor
Priority: P5
Component: scp
2004 Dec 22
3
gumstix
It would be a real kick to get one of these to run Asterisk. :)
http://www.gumstix.com/
Tim
--
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
>>
2020 Jun 22
3
Hardware ASan Generating Unknown Instruction
I suspect that this is hitting the issue that I mentioned here:
https://reviews.llvm.org/D65857#1621335
We may need to do what I suggested there and restrict global tag entropy on
non-Android Linux to 7 bits. You can try working around this issue for now
by using lld as the linker (-fuse-ld=lld).
Peter
On Mon, Jun 22, 2020 at 1:37 PM Mitch Phillips via llvm-dev <
llvm-dev at
2002 Nov 06
4
offline rsync
hello, I'm new to this list.
here is my question:
I would like to synchronize two computers (say the home one and the job
one) using zip drives or similar (cdroms, etc), since modem lines are
quite slow and expensive (in Italy).
I though I could produce the "signature" of files on home computer, store
it on a zip, go to job, run rsync to copy the missing or
altered files on
2013 May 01
2
win 7 client can't map drive: getpeername failed
Hi,
this is my first foray in samba (and newsgroups) so go easy :)
I'm trying to map a network drive from a windows 7 pro client to a QNAP NAS:
net use s: \\qnap\share
I've posted on several forums and got good advice but the problem remains.
Rather than repost all the detail, please see my original posts:
http://forum.qnap.com/viewtopic.php?f=185&t=74639
2011 Sep 06
2
scim-bridge?
Anybody familiar with it, or what it's needed for? I've got at least one
user (it's *very* noticeable with her) whose system is spamming
/var/log/messages, to the effect of "Another agent is running...\nFailed
to allocate the agent. Exitting" (complete with misspelled exiting).
In googling, I've seen someone just removing the package. What, if
anything, would that break?
2020 Jun 22
2
Hardware ASan Generating Unknown Instruction
Thanks for the confirmation. From the assembly that was sent on the other
branch of the thread:
> .set .L.str, .L.str.hwasan-3458764513820540928
-3458764513820540928 = 0xd0 << 56
i.e. a "negative" tag.
So this appears to be the issue exactly.
Peter
On Mon, Jun 22, 2020 at 1:55 PM Derrick McKee <derrick.mckee at gmail.com>
wrote:
> Using lld fixes this issue.
>
2009 Feb 24
4
dovecot1.2 segfault
I've tried 2 builds of dovecot, based on a amd64 rebuild of the
experimental package on http://xi.rename-it.nl/debian/
I've tried to include as much useful info as possible, sorry if I've
missed out anything of use. Let me know as I'm more then happy to
assist in any way possible.
$ telnet host 110
Escape character is '^]'.
+OK Dovecot ready.
USER ian at domain.com
+OK
2017 Aug 04
2
GlusterFS 3.8 Debian 8 apt repository broken
Hello,
I want to upgrade from 3.8.11 to 3.8.14 on my Debian 8 (jessie) servers but it looks like the official GlusterFS apt repository has a mistake as you can see here:
Get:14 http://download.gluster.org jessie InRelease [2'083 B]
Get:15 http://download.gluster.org jessie/main amd64 Packages [1'602 B]
Fetched 23.7 kB in 2s (10.6 kB/s)
W: Failed to fetch
2020 Jun 22
3
Hardware ASan Generating Unknown Instruction
Hi,
I am trying to execute a simple hello world program compiled like so:
path/to/compiled/clang -o test --target=aarch64-linux-gnu
-march=armv8.5-a -fsanitize=hwaddress
--sysroot=/usr/aarch64-linux-gnu/
-L/usr/lib/gcc/aarch64-linux-gnu/10.1.0/ -g test.c
However, when I look at the disassembly, there is an unknown
instruction listed at 0x2d51c:
000000000002d4c0 main:
2d4c0: ff c3 00 d1