问题标签 [maildir]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
2938 浏览

centos6 - 合并两个 dovecot Maildirs

我最近使用 zpanel(带有dovecotMaildir格式)为我的域设置了邮件服务器,并在user@my-domain.com此处创建了一个用户电子邮件帐户。

这里所有的电子邮件都存储在服务器/var/zpanel/vmail/路径下的以下树中

我有来自旧服务器的所有用户电子邮件(格式与上述相同)。my-domain.com以前托管我的域的电子邮件服务器的位置。

问题是,我在新服务器上已经有几封电子邮件供用户使用,我想将两者合并,以便显示我从新电子邮件服务器和旧电子邮件服务器发送的所有电子邮件。

有什么办法,我可以合并这两个邮件目录吗?

0 投票
0 回答
185 浏览

email - 打开和转发 MailDir 文件

我最近正在处理的域从 Squirrelmail 转移到了 gmail。/home/user1/MailDir/ 中有一些旧电子邮件,我必须将所有内容转发到 gmail。此目录中的所有邮件文件都没有特定的文件扩展名。我找到的唯一解决方案是使用 KMail 打开它们并手动发送每一个。问题是邮件超过 500 封,因此将它们一一转发并不是最好的主意。如果您有任何提示/建议,我将不胜感激。谢谢

0 投票
2 回答
753 浏览

email - 如何将旧电子邮件的备份从 Mbox 转换为 Maildir?

我有一个旧的邮件服务器(squirrelmail),但它出现了故障,但我备份了发送到所有电子邮件的所有消息,现在我创建了一个新服务器(Iredmail)

问题是我目前拥有的文件是 Mbox 格式,因为每个用户都有一个大文本文件,其中包含他们以前收到的所有电子邮件。而且(Iredmail)有一个Maildir系统,我想转换旧文件然后将它们添加到新系统中,这样用户也可以查看他们的旧电子邮件。

0 投票
0 回答
241 浏览

bash - 如何使名称中带有空格的路径变量在 maildrop 过滤器配置文件中起作用?

我在获取一个设置为名称中带有空格的路径以正确运行的变量时遇到了麻烦。

maildrop我希望所有不符合规则的邮件(在本例中仅为“保留”)移动到存档文件夹“1.存档”。

这是我的邮件过滤器配置。

问题是“#### 归档其他所有内容”部分。我尝试(a)将变量放在引号中并(b)$HOME/Maildir/.1\ Archive/在标记为已读部分中使用,但结果保持不变(也许我错过了一些东西):

  1. 邮件移动到存档文件夹中 √</li>
  2. 没有被标记为已读……

如果我将名称与空格切换为没有空格的名称,则它可以工作。


旁注:此邮件过滤器不在收件箱上运行。最初的计划是自动归档我移入“1.存档”的任何内容,如果没有规则将其保存在存档文件夹中。

由于我无法提出一个忽略已匹配文件的 bash 脚本,因此我创建了一个单独的 imap 文件夹用于归档(“filer”目录)。我使用这个 bash 脚本将归档的内容通过管道传输到我的邮件投递过滤器:

0 投票
1 回答
260 浏览

emacs - Maildir 比预期的要大得多

我正在使用offlineimap我正在索引的本地邮件目录检索我的电子邮件(使用inmu完成读/写)。 mu4eemacs

从服务器加载所有电子邮件后,我的 Maildir 文件夹大小约为 1.1GB。然而,同样的帐户在使用 Thunderbird 下载时占用的空间要少得多(小于 500Mb)。

我认为磁盘空间的减少是由于一些压缩所以我的问题是

如何在不丢失电子邮件历史记录的情况下减少 Maildir 设置的磁盘使用量?

0 投票
0 回答
166 浏览

eclipse - JavaMaildir 错误:没有 maildir 的提供者

我正在尝试使用 JavaMail 和 JavaMaildir 为 android 开发电子邮件客户端。我已经从这里下载了 JavaMaildir:http: //sourceforge.net/projects/javamaildir/,版本0.5

我已将该.jar文件添加到libs我的 android 项目的文件夹中。该项目编译没有问题。

这是我用来初始化存储对象的代码:

http://javamaildir.sourceforge.net/examples/ 取自项目站点上可用的示例:http: //javamaildir.sourceforge.net/examples/

不幸的是,它抛出了 a NoSuchProviderException,因此我不能使用存储,因为它是一个空指针。

错误消息说No provider for maildir。我哪里错了?

0 投票
1 回答
267 浏览

thunderbird - What format specification is the movemail account type of Thunderbird referring to

After a long confusing research I'm wondering what format specification the movemail account type in Thunderbird (version 24) is referring to. As far as I'm concerned, movemail is a program to move Mail between mbox files (http://mailutils.org/manual/html_node/movemail.html#movemail), but not a specification. There're a lot of tutorial and forum threads on the topic (see below), but none of them mentions versions or references specification in a useful way. Following release notes is difficult because they're only rarely explaining impact of implementation changes. Documentation from the side of Thunderbird seems to be missing completely (latest is the wiki https://wiki.mozilla.org/Thunderbird:Help_Documentation:Creating_an_Account#Creating_a_Movemail_Account where screenshot refer to version prior to 12 if I recall correctly).

My research result so far:

http://ubuntuforums.org/showthread.php?t=1718795

https://askubuntu.com/questions/301988/using-movemail-with-thunderbird-on-ubuntu

http://forums.mozillazine.org/viewtopic.php?t=11772

https://askubuntu.com/questions/301988/using-movemail-with-thunderbird-on-ubuntu (involves postfix which shouldn't be necessary)

http://forum.ubuntuusers.de/topic/fetchmail-procmail-thunderbird/ (German, google translate: http://translate.google.com/translate?hl=en&sl=de&tl=en&u=http%3A%2F%2Fforum.ubuntuusers.de%2Ftopic%2Ffetchmail-procmail-thunderbird%2F), strongest indication for mbox format

https://askubuntu.com/questions/1916/how-can-i-access-system-mail-in-var-mail-via-thunderbird

0 投票
1 回答
992 浏览

dovecot - Dovecot,错误:线程丢失消息 ID

DovecotError: Threading lost Message ID在 dovecot.log 中生成的问题只有一个 Maildir。此 Maildir 无法通过 webmail(在本例中为 Roundcube)访问,登录后 webmail 中的错误:

我发现的唯一建议是:http: //www.dovecot.org/list/dovecot/2013-August/091939.html 但我仍然不知道是什么导致了问题,如何解决以及如何解决以后避免它,所以任何建议表示赞赏。

亲切的问候!

0 投票
1 回答
1534 浏览

hadoop - Hadoop生产实施的好例子

我听说过很多关于 Hadoop 的信息,但是当谈到定义它是什么时,我感到很困惑。因为定义推迟了点对点的形式。

Hadoop 是从服务器到客户端提供文件的东西吗?

例如:如果我们为存储电子邮件的MAILDIR实施 Hadoop,Hadoop 是否可以帮助访问电子邮件并以超快的速度将其提供给客户端?可以这样使用吗?

你能告诉我simple words什么是 Hadoop 及其用途吗?

0 投票
1 回答
334 浏览

bash - 将 Maildir 邮件重命名为“已读”或未读

我需要管理我的服务器的 maildir 消息。

我需要知道如何有效地将单个消息文件重命名为已经 [R]ead,反之亦然,最好使用标准 bash。

如果一个文件已经被标记为 [R]ead,我不想再次绊倒它,或者更糟糕的是,错误地重命名它。