Displaying 20 results from an estimated 2000 matches similar to: "deliver LDA status?"
2011 Jan 20
4
LMTP & home, chroot, mail userdb fields.
Hello, Dovecot.
I'm using postfix + dovecot with pure virtual users. postfix uses
standard virtual transport, and dovecot fetches such fields from
userdb:
chroot: "/usr/home/hosted/v-mail/%d/%n"
home: "/"
mail: "maildir:."
Everything works Ok -- dovecot founds users' mail.
Now, after upgrade to dovecot2, I want to use it LMTP server as
2009 Aug 13
1
sieve: variable extension?
Hello, Dovecot.
Does dovecot sieve supports variable extension (rfc5229)? It is very
useful for users with large amount of mailing lists, as it allows to
write only one rule for all lists (filtering by List-Id).
If it is not supported, is here any plans to support it? I can try
to implement it, but I don't want to duplicate work, if somebody has
this extension in pipeline.
--
//
2013 May 24
1
dovecot-sieve (pigeonhole) -- is is possible to "re-filter" INBOX when filters have been updated?
Hello, Dovecot.
I want to migrate to webmail (roundcube) over dovecot + sieve
(pigeonhole). Now I'm using on-client (The Bat!) filters, but I need
to have acccess to my mail everywhere, not only on my workstation.
And I wonder, is here simple way to re-filter INBOX after sieve
filters have been changed? Any offline (desktop) mail client could run
new filters on old messages -- is
2014 Sep 12
2
sieve: is it possible to filter ALL mailing lists (with header List-Id) to their folders with ONE rule?
Hello, Dovecot.
Is it possible to write one rule in sieve, which will:
(1) Trigger on any message with "List-Id" header
AND
(2) Put this message to folder with name build from content of "List-Id"
header, in such way, that message with List-Id
List-Id: This is decription of list <list-name.host.org>
will be put into folder "org.host.list-name" where
2008 Apr 09
3
[SO]HO Software RAID5 server: which implementation should I choice?
Hello, freebsd-stable.
Does somebody use some software RAID5 on FreeBSD in real production
system?
I want to build storage server for my home: RAW photos, multi-layer
PhotoShop files and FLAC-encoded music consume a lot of space, and
they should be availible both from desktop & notebook.
Also, all photo-content is unique, so I need some insuranse from
single HDD crash. I understand,
2006 Oct 29
1
dovecot auth + postifx: how to disable PLAIN and LOGIN without TLS?
Hello dovecot,
I want to have all authorization in one place and don't use Cyrus-SASL. I cobfigure postfix 2.3.3 to use dovecot-SASL. I have next lines in main.cf:
smtpd_sasl_security_options = noplaintext,noanonymous
smtpd_sasl_tls_security_options = noanonymous
But PLAIN and LOGIN are advertised by postfix :(
Is it bug of postfix or dovecot-auth?
I don't want to disable
2006 Nov 11
1
mail_chroot: no variables support?
Hello dovecot,
It seems, that mail_chroot setting can't use variables. I try to set it to `%h' and it deosn't work :(
Are here any security considerations, or it is bug?
--
Best regards,
Lev mailto:lev at serebryakov.spb.ru
2009 Feb 03
1
7.1-stable (righ after release) locks up on soekris net5501 every day
Hello, Freebsd-stable.
I installed 7.1-STABLE on my new Soekris net5501. Kernel config is
in attach.
This unit lock up in strange way every day. It is pingable, but no
access to host on any network protocol (sshd, named, etc are not
answering), and serial console (only one this unit has) DOESN'T ANSWER
too!
Only way to un-freeze it is cold reboot.
I've thought, it is
2013 May 24
0
Is it possible to palce "detailed" (with local+folder@domai.com) messages not to INBOX/folder, but to INBOX/FixedSubfolder/folder?
Hello, Dovecot.
Now, with enabled "recipient_delimiter = +",
"lmtp_save_to_detail_mailbox" and using LMTP, messages with "detail"
in address, are placed in auto-created mailboxes. It is great, but
what if I want to put all such mailboxes not in inbox directly, but
lower in mailbox hierarchy? Is it possible without using sieve?
--
// Black Lion AKA Lev
2016 Feb 24
2
SQLite driver and auth-worker credentials
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
On 24.02.2016 21:49, james at lottspot.com wrote:
> The only secure way to enforce read-only access on a sqlite
> database is via filesystem permissions. I would recommend setting
> your database to 640 and ensure that any modifying process runs
> with the owning UID.
dovecot CAN NOT open SQLite database with read-only permissions
2016 Feb 24
2
SQLite driver and auth-worker credentials
I want to use SQLite database as storage for auth and user databases.
I've encountered two problems here:
(1) There is no way to open SQLite database read-only (via
sqlite3_open_v2() call with SQLITE_OPEN_READONLY flag). It looks bad. I
don't need (and want) to give dovecot rights to write to this database.
(2) I've created system group "hostingdb", added
2011 Jun 26
1
How to add new audit class?
Hello, Freebsd-security.
I want to create mixed audit class for ``security-sensible'' events.
For example, I need to audit:
exec*() syscalls from standard `pc' class, but not wait4() or
fork(), because fork() is not interesting (new process image is
security-sensible, not new process itself) and occurred too often
and create noise.
connect()/accept() from
2011 Jun 29
1
More questions about audit
Hello, Freebsd-security.
I'm grepping all sources for programs, which support audit and found
strange thing:
find . -name '*.c*' -print | \
grep -v -E '^./(sys|contrib/openbsm|tools/regression)' | \
xargs grep -E "\<(audit|au_)"
shows, that only login(1), su(1), id(1) and sshd(1) uses audit. And
even sshd(8) raise question: it doesn't call
2008 May 19
1
geom_raid5 + FreeBSD 7.0-STABLE + 5x500Gb (1.8T UFS volume) -- crashes :(
Hello, Arne.
I try to build storage server for my home (I have a LOT of media
files) with FreeBSD 7, 5xHDD (WD 500Gb) and geom_raid5 ("simple"
version from perforce, beacuse
http://home.tiscali.de/cmdr_faako/geom_raid5.tbz is not patched for FreeBSD7).
Array & FS were created with default arguments:
# graid5 label storage ad6 ad8 ad10 ad12 ad14
# newfs -O2 -U /dev/raid5/storage
2014 Sep 13
1
Does pigeonhole regex extension support PCRE?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
I've tried to use negative look-ahead in :regex match like this:
if header :regex "List-Id" "<svn-([^-]+)-(?!all)([^.]+)\.freebsd\.org>"
{ ... }
and manage-sieve server complains on save about such regex with
diagnostic "repetition operator operand invalid" :(
- --
Black Lion AKA Lev Serebryakov
2009 Jan 07
2
\iaxclient-2.0.2 compile problem
Hi,
I had downlaoded iaxclient-2.0.2 and complie project
*\iaxclient-2.0.2\contrib\win\vs2005*
**
It gives many83 fatal and file missing error of file missing
Error 1 fatal error C1083: Cannot open include file: 'portaudio.h': No such
file or
directory d:\mohit\asterisk\iaxclient-2.0.2\iaxclient-2.0.2\lib\portmixer\px_win_wmme\px_win_wmme.c
40
Error 2 fatal error C1083: Cannot open
2009 Jan 24
4
BIND 9.4.3-P1: internal_send: 199.7.83.42#53: Device not configured, where 199.7.83.42 is RANDOM IP address
Hello, Freebsd-stable.
BIND on my new router (7.1-STABLE, BIND 9.4.3-P1) shows bunch of
errors on every start and doesn't answer on requests for 30-60 seconds
after that. Errors are like this:
Jan 24 12:18:12 gateway named[1455]: /usr/src/lib/bind/isc/../../../contrib/bind9/lib/isc/unix/socket.c:1567: unexpected error:
Jan 24 12:18:12 gateway named[1455]: internal_send: 193.0.14.129#53:
2006 May 14
2
beta8: complaint about tilde at startup
Timo,
After installing beta8 on Solaris 10 sparc and starting it for the
first time, I noticed this in my syslog:
May 14 19:35:45 emerald dovecot: [ID 475045 mail.info] Dovecot v1.0.beta8 starting up
May 14 19:35:47 emerald dovecot: [ID 536776 mail.error] stat(~) failed: No such file or directory
The only appearance of the tilde (~) in my dovecot.conf is here:
default_mail_env =
2014 Sep 14
1
Per-folder (per-mailbox) message expiration with control from client side — is it possible?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
I'm migrating from ?old skool? solution with one mail client (MUA) on
one computer, which retrieves mail via POP3, sorts it and manages it
locally to installation when there are several MUAs on different
devices, accessing mail via IMAP4, and all sorting and management
should be server-side.
Sorting is ?easy?: sieve. Here are some nuisance
2011 Sep 23
1
Wine speed
I am used to windows as school has every pc on windows, and we also used to have windows. i really enjoyed a game called spiral knights and on windows it was quite fast, but with wine it took ages to load
also another thing, on wine i downlaoded steam and that logs me in but if i try to go to the store on it, it closes
can any one help me on either of these problems
Jasper