Displaying 20 results from an estimated 50000 matches similar to: "James spooling messages problem"
2020 Mar 31
2
Disable Dovecot LDA
But then it loops again when get back to the postfix as an incoming message (doesn't know that abcd at localdomain.com is located on that Dovecot)
<https://img.newoldstamp.com/r/292975/p>
Adam Raszkiewicz
p: 845.896.0191
e: araszkiewicz at medallies.com
w: www.medallies.com <http://www.medallies.com/main.html>
<https://img.newoldstamp.com/r/292975/twitter>
2020 Mar 31
3
Disable Dovecot LDA
Hi,
Is there any way to disable Dovecot LDA? I want to always send email via postfix and relay server even it will be a local delivery within the Dovecot server
Thanks,
Adam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20200331/099b2d6f/attachment.html>
2019 Jun 19
3
Converting mdbox to mbox/MailDir
I saw that before but there is only maildir -> mdbox but not mdbox -> maildir
Did I have missed anything there?
?On 6/18/19, 9:59 PM, "dovecot on behalf of @lbutlr via dovecot" <dovecot-bounces at dovecot.org on behalf of dovecot at dovecot.org> wrote:
> On 18 Jun 2019, at 15:18, Benny Pedersen via dovecot <dovecot at dovecot.org> wrote:
>
2019 Jun 19
1
Converting mdbox to mbox/MailDir
On 19.6.2019 6.39, @lbutlr via dovecot wrote:
> On 18 Jun 2019, at 20:46, Adam Raszkiewicz <araszkiewicz at medallies.com> wrote:
>> maildir -> mdbox it is maildir to mdbox conversion when I'm looking something opposite: mdbox -> maildir
> Please go back and read all the words in my previous reply.
>
doveadm supports convering mdbox to maildir as well, it works
2019 Oct 02
0
Problem with converting mdbox to MailDir
And /bin/doveconf namespace
namespace {
disabled = no
hidden = no
ignore_on_failure = no
inbox = no
list = children
location = mdbox:/var/mailboxes/%%2Mu/%%2.2Mu/%%u
order = 0
prefix = shared/%%u/
separator = /
subscriptions = yes
type = shared
}
namespace inbox {
disabled = no
hidden = no
ignore_on_failure = no
inbox = yes
list = yes
location =
mailbox Drafts
2019 Jun 21
0
Mail migration problem
Well, judging by the error message it appears like dovecot hasn't been
compiled with support for maildir, which is strange because I don't see
any way to disable in the compile-time options.
Are you using the precompiled package from the distro or compiling
dovecot by yourself? Could you share the output of "dovecot
--build-options" and "dovecot --version"?
2019 Jun 24
1
Mail migration problem
Yeah, I think dovecot was a custom compiled build
Version is 2.2.18
Config:
# 2.2.18: /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.8
# OS: Linux 2.6.32-754.14.2.el6.x86_64 x86_64 CentOS release 6.10 (Final) xfs
auth_master_user_separator = *
auth_mechanisms = plain login
dict {
acl = mysql:/etc/dovecot/dovecot-dict-sql.conf.ext
}
disable_plaintext_auth = no
lda_mailbox_autosubscribe =
2019 Oct 02
2
Problem with converting mdbox to MailDir
I have a problem to convert mdbox to MailDir. Log from that process looks like:
/bin/dsync -Dv -u user at domian.com mirror maildir:/tmp/destination/mailboxes/user at domian.com
Debug: Loading modules from directory: /lib/dovecot
Debug: Module loaded: /lib/dovecot/lib01_acl_plugin.so
Debug: Loading modules from directory: /lib/dovecot/doveadm
Debug: Module loaded:
2019 Jun 19
2
mdbox to Maildir
I saw that before but there is only maildir -> mdbox but not mdbox -> maildir
Did I have missed anything there?
From: dovecot <dovecot-bounces at dovecot.org> on behalf of Sami Ketola via dovecot <dovecot at dovecot.org>
Reply-To: Sami Ketola <sami.ketola at dovecot.fi>
Date: Tuesday, June 18, 2019 at 9:58 PM
To: Dovecot Mailing List <dovecot at dovecot.org>
Cc:
2020 Apr 02
1
Disable Dovecot LDA
So there is no way to skip Postfix for incoming messages and go directly to LMTP/LDA but I need two instances of Postfix in that case?
Regarding your second question - it is required to be complaint with Direct Trust.
Thanks,
Adam
?On 4/2/20, 3:07 PM, "dovecot on behalf of Juri Haberland" <dovecot-bounces at dovecot.org on behalf of juri at koschikode.com> wrote:
On
2018 Sep 19
3
[Sieve] Matches on body content - looking for working example
I have tried to do something like
if body :content ["multipart"] :matches ["Original-Message-ID" ?*?] { set "Original_Message_ID" "${0}"; }
but instead getting Original Message ID I?m getting value from previous match which was
if envelope :matches "From" "*" { set "sender" "${0}"; }
Is there any example of working
2020 Mar 31
0
Disable Dovecot LDA
> On 31/03/2020 19:35 Adam Raszkiewicz <araszkiewicz at medallies.com> wrote:
>
>
>
> Hi,
>
>
> Is there any way to disable Dovecot LDA? I want to always send email via postfix and relay server even it will be a local delivery within the Dovecot server
>
Dovecot LDA is fully optional. Just don't use it in postfix configuration
Aki
>
>
2019 Jun 21
4
Mail migration problem
I?m trying to migrate mdbox to maildir based on https://wiki.dovecot.org/Migration/MailFormat
* Modified dovecot.conf and set mail_location=maildir:/tmp/destination/mailboxes/
* Then I had run
/mnt/testmail/bin/dsync -Dv -u user at domain.com<mailto:user at domain.com> mirror mdbox:/source/mailboxes/user at domain.com<mailto:/source/mailboxes/user at domain.com>
but that
2020 Apr 16
1
Dovecot Failed to initialize SSL server context
I'm trying to configure TLS for Dovecot 2.3 but after setting all things up I'm not able to start Dovecot:
Apr 16 20:56:02 master: Info: Dovecot v2.3.9.3 (9f41b88fa) starting up for imap, pop3, lmtp (core dumps disabled)
Apr 16 20:56:25 auth: Debug: Loading modules from directory: /usr/lib/dovecot/auth
Apr 16 20:56:25 auth: Debug: Module loaded:
2018 Sep 19
0
[Sieve] Matches on body content - looking for working example
> On 19 September 2018, at 12:54, Adam Raszkiewicz <araszkiewicz at medallies.com> wrote:
>
> I have tried to do something like
>
> if body :content ["multipart"] :matches ["Original-Message-ID" ?*?] { set "Original_Message_ID" "${0}"; }
>
> but instead getting Original Message ID I?m getting value from previous match which
2019 Jun 19
0
Converting mdbox to mbox/MailDir
On 18 Jun 2019, at 20:46, Adam Raszkiewicz <araszkiewicz at medallies.com> wrote:
> maildir -> mdbox it is maildir to mdbox conversion when I'm looking something opposite: mdbox -> maildir
Please go back and read all the words in my previous reply.
--
Lead me not into temptation, I can find the way.
2019 Jun 19
0
mdbox to Maildir
> On 19 Jun 2019, at 5.05, Adam Raszkiewicz <araszkiewicz at medallies.com> wrote:
>
> I saw that before but there is only maildir -> mdbox but not mdbox -> maildir
> Did I have missed anything there?
There is no direct example on how to do just that but you can use your brain and modify the mbox -> maildir example a bit.
Sami
-------------- next part --------------
2020 Mar 18
3
Not able to start dovecot
Freshly compiled dovecot 2.3.9.3 on Centos 7 for some reason not able to start
sudo systemctl status dovecot.service
? dovecot.service - LSB: Starts the Dovecot POP3/IMAP service
Loaded: loaded (/etc/rc.d/init.d/dovecot; bad; vendor preset: disabled)
Active: failed (Result: exit-code) since Wed 2020-03-18 16:32:17 UTC; 15s ago
Docs: man:systemd-sysv-generator(8)
Process: 2868
2004 Aug 05
1
print spooling message never goes away
I have a Samba server that reports some print jobs "spooling" to the
workstations on the network when clients browse it. There are no jobs
spooling or printing and it never goes away unless I restart the Samba
process. It does come back though and do the same thing. This happens on
a few of the 50 queues it's serving.
Any ideas?
Thanks
Greg
Samba 3.0.4
Fedora Core 1
2000 May 24
0
v2.0.6 problem with unique mktemp() file names for printer spooling files...
Hi,
I'm wondering about the spooling capabilities of samba. I have a
printable share and a custom printer command.
I think normal behaviour for samba is to spool printed files with unique
names, like USER1.FG2HTu in the spooling directory. My samba (version
2.0.6 on a Linux 2.2.10, Suse 6.2) does this correctly if the filename
from windows has only uppercase letters. But in any other case, no