Displaying 20 results from an estimated 3000 matches similar to: "PAM and user@domain login?"
2014 Oct 13
4
Compile dovecot with sieve/managesieve support
I see,
If i need anything else i'll post,
Thanks,
> -----Original Message-----
> From: Larry Rosenman [mailto:larryrtx at gmail.com]
> Sent: segunda-feira, 13 de Outubro de 2014 21:05
> To: Jorge Bastos
> Subject: Re: Compile dovecot with sieve/managesieve support
>
> Pigeonhole does ManageSieve as well......
>
> On 10/13/14, Jorge Bastos <mysql.jorge at
2015 Apr 30
2
Sieve Rule: What am I missing here?
I have a rule that sends all mail from root to a mailbox, but I want it to
NOT send mail from mailing-lists there.
if allof (address :contains :localpart "From" "root",
not anyof(exists ["List-Id","List-ID","Mailing-List",
"X-List-Name","List-Post"]))
{
fileinto "root-mail";
stop;
}
2014 Oct 13
2
Mailbox format (was: RE: Compile dovecot with sieve/managesieve support)
Guys,
Whats the best mailbox format:
- dbox
- mbox
- maildir
- ?!?
Pros and cons?
> -----Original Message-----
> From: dovecot [mailto:dovecot-bounces at dovecot.org] On Behalf Of Jorge
> Bastos
> Sent: segunda-feira, 13 de Outubro de 2014 21:35
> To: dovecot at dovecot.org
> Subject: RE: Compile dovecot with sieve/managesieve support
>
> I see,
>
> If i need
2014 Aug 01
1
Mail Archiving/Lucene Indexes/mbox
I have a script (available on demand) that moves all my mail for a given
month to a separate NAMESPACE (#ARCHIVE).
When I do that, the lucene-indexes folder in the PRIMARY namespace seems to
get cleaned out, and NOTHING gets put in the lucene-indexes folder
(although it gets created) in the #ARCHIVE namespace.
Is this to spec?
the archiving is done via doveadm move commands.
Thanks!
--
2014 Jun 02
1
Installing Godaddy Certificate
I have 2 certs to install:
One is intermediate the other the 'actual' cert.
How do I do this?
2014 Jan 03
1
disable_plaintext_auth = yes not showing in doveconf -n output?
I have it set, but it doesn't show up.
However, I noticed that it does show as enabled by default in doveconf
-a output.
Is this why it doesn't show up in doveconf -n output?
--
Best regards,
Charles
2014 Oct 13
0
Compile dovecot with sieve/managesieve support
Larry & Pascal,
Thanks for the reply.
Ok this is the lib for sieve, and the sieved, I see in debian packages that there is a dovecot-managesieved, the daemon, does this pigeonhole is the daemon also?
> -----Original Message-----
> From: Larry Rosenman [mailto:larryrtx at gmail.com]
> Sent: segunda-feira, 13 de Outubro de 2014 20:12
> To: Jorge Bastos
> Subject: Re: Compile
2015 Feb 22
0
Why doesn't index see my #ARCHIVE/ namespace?
thebighonker.lerctr.org /home/ler $ doveadm -D -v index
\#ARCHIVE/2015/01/INBOX
doveadm(ler): Debug: Loading modules from directory: /usr/local/lib/dovecot
doveadm(ler): Debug: Module loaded:
/usr/local/lib/dovecot/lib20_fts_plugin.so
doveadm(ler): Debug: Module loaded:
/usr/local/lib/dovecot/lib21_fts_lucene_plugin.so
doveadm(ler): Debug: Module loaded:
2014 May 30
0
doveadm fts optimize CRASH
thebighonker.lerctr.org /home/ler $ gdb -c doveadm.core `which doveadm`
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.
2013 Nov 14
0
[ler@lerctr.org: 10-BETA3: Bad negotiation on AHD controller]
Can anyone help me here?
----- Forwarded message from Larry Rosenman <ler at lerctr.org> -----
Date: Sat, 9 Nov 2013 08:46:26 -0600
From: Larry Rosenman <ler at lerctr.org>
To: freebsd-stable at freebsd.org
Subject: 10-BETA3: Bad negotiation on AHD controller
User-Agent: Mutt/1.5.22 (2013-10-16)
Ever since I put 10 on this box (source upgrade from 8), I've been getting
slow
2015 May 15
4
imap_logout_format improvements / ideas
http://hg.dovecot.org/dovecot-2.2/rev/93bba97afb2a
http://hg.dovecot.org/dovecot-2.2/rev/e0a17714f0c9
So all in all, you can now add to imap_logout_format:
# %i - total number of bytes read from client
# %o - total number of bytes sent to client
# %{fetch_hdr_count} - Number of mails with mail header data sent to client
# %{fetch_hdr_bytes} - Number of bytes with mail header data sent to
2014 May 27
0
doveadm fts: mbox/lucene-indexes, and other errors
I turned on fts_autoindex today, and wanted to rescan all my mailboxes....
Ran doveadm -Dv fts rescan, and garnered:
thebighonker.lerctr.org /home/ler/mail $ doveadm -Dv fts rescan
doveadm(ler): Debug: Loading modules from directory:
/usr/local/lib/dovecot
doveadm(ler): Debug: Module loaded:
/usr/local/lib/dovecot/lib20_fts_plugin.so
doveadm(ler): Debug: Module loaded:
2014 Jul 01
1
indexer failure: lucene: while doing doveadm commands
I have the following script:
#!/bin/sh
PATH=$PATH:/usr/local/bin
#Expects to be run after midnight on the first of the month
# to archive all the previous months mail
#Date Run:
TODAY=`date "+%Y-%m-%d"`
#last month in YYYY/MM
YEAR_LAST_MONTH=`date -v-1d "+%Y/%m"`
#1st of last month as 01-Mon-YYYY
FIRST_LAST_MONTH=`date -v-1d "+01-%b-%Y"`
echo 'TODAY='
2018 Jul 11
2
Connection refused (61)
If you telnet to port 25, do an EHLO host, does the response include AUTH? If not, opensmtpd is not offering AUTH over unencrypted port 25 connections.
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
?On 7/11/18, 6:05 PM, "Teno Deuter" <gvgter
2018 Jul 11
2
Connection refused (61)
Yes.
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
?On 7/11/18, 6:02 PM, "Teno Deuter" <gvgter at googlemail.com> wrote:
you mean to turn off TLS in roundcube config file?
On Thu, Jul 12, 2018 at 12:51 AM, Larry Rosenman
2015 Sep 10
2
Is it a bug when you move mail between namespaces....
It works for me. I don't know why it wouldn't work for you. Looking at the autoindexing code I don't see how it could be possible that it works for saving but not copying.
> On 10 Sep 2015, at 21:05, Larry Rosenman <larryrtx at gmail.com> wrote:
>
> Is there a fix coming for this, Timo? Or is it a longer term issue?
>
> On Mon, Sep 7, 2015 at 5:23 PM, Larry
2018 Jul 11
2
Connection refused (61)
what do you mean by 'suscribed'?
On Thu, Jul 12, 2018 at 12:21 AM, Larry Rosenman <larryrtx at gmail.com> wrote:
> Is the user subscribed to the mailboxes?
>
> --
> Larry Rosenman http://www.lerctr.org/~ler
> Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
> US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
>
> ?On
2018 Jul 11
2
Connection refused (61)
Turn off TLS for webmail. It's not leaving the machine.
Or get a letsencrypt.org cert. (they are free) see acme.sh (https://github.com/Neilpang/acme.sh)
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
?On 7/11/18, 5:48 PM, "Teno Deuter"
2018 Jul 11
2
Connection refused (61)
I can see the mails with neomutt
I can also see them with roundcube if I skip in dovecot the
'mail_location = maildir:~/var/mail/%u:LAYOUT=fs'
On Thu, Jul 12, 2018 at 12:11 AM, Larry Rosenman <larryrtx at gmail.com> wrote:
> Can you see the mails with neomutt?
>
> If so, the error is on the roundcube side.
>
>
> --
> Larry Rosenman
2018 Jul 11
2
Connection refused (61)
yep
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com
US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
?On 7/11/18, 5:46 PM, "Teno Deuter" <gvgter at googlemail.com> wrote:
the maillog shows:
reason="io-error: error:14037418:SSL routines:ACCEPT_SR_KEY_EXCH:tlsv1
alert