debian/testing 的 msmtp 发不出邮件

RT @http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=564661#129 Premysl Hruby «a href=“mailto:[email protected]”>[email protected]> writes: gsasl: initialization failure: Low-level crypto error in SASL library I believe this means libgsasl was built against libgcrypt in unstable, but you are running libgsasl with libgcrypt from testing. The version comparison fails in libgsasl (unstable 1.4.5 > testing 1.4.4) so libgsasl refuses to work. 发不出邮件,提示我 “SASL 库中出现低级加密错误”,检查发现和 msmtp 采用的加密库 GNU SASL 有关执行 gsasl –client-mechanism 可检测加密库是否正确, $ gsasl --client-mechanisms gsasl: 初始化失败:SASL 库中出现低级加密错误 $ wget <http://ftp.kr.debian.org/debian/pool/main/libg/libgcrypt11/libgcrypt11_1.4.5-2_i386.deb> $ dpkg...

2010-03-02 · wuan

解决新版本 msmtp 在使用 gmail 服务器发送邮件时遇到的一个问题

1.4.11 之后的 msmtp 程序在使用 TLS 方面要求,要么提供 tls_trust_file,要么禁 止 tls_certcheck 如果在使用 msmtp 发送邮件时遇到 TLS 的问题,最简单的解决办法是在 msmtprc 文件中 添加一行: @tls_certcheck off@

2009-01-11 · wuan

custom date header in mutt

origin Date: Tue, 31 Oct 2006 20:24:16 -0600 (CST) custom X-LDate: Wed, 2006-11-01 10:24 +0800 | Tue, 20:24 -0600 Insert the code below into ~/.procmailrc :0 * ^Date: \/.* { date = `echo "$MATCH" | grep -E -o '^[^\(+-]*'` zone = `echo "$MATCH" | grep -E -o '[\(+-].*$'` org_date = `date +'%a, %R' -d "$date"` loc_date = `date +'%a, %F %R %z' -d "$MATCH"` :0 fhw | $FORMAIL -I "X-LDate: ${loc_date} | ${org_date} ${zone}" } Update the muttrc or other configuration file which is used to configure the header displayed in the mutt: ignore * unignore From: unignore To: unignore CC: unignore BCC: unignore X-LDate: unignore Reply-To: unignore Organization: unignore Subject:p. hdr_order From: To: CC: BCC: Reply-To: Organization: X-LDate: Subject:

2008-05-30 · wuan

mutt 的批量操作处理

; tag-prefix 应用下一个功能到已标记的讯息 快捷键 ‘;’ 提供了对邮件进行批量操作的能力。例如,要求把发件人字段包含 debian 的所有邮件全部移动到 debian-zh 邮箱,在键盘上的输入依次为 T 开始标记邮件 ~f debian From 字段包含 debian 的所有邮件 ; 要求对已标记邮件作批量处理 s 进行信件转存处理 debian-zh 其他邮箱的名称 如果把上面的 s 改成 d ,那就是把...

2008-01-23 · wuan

gmail pop3 重复收取

通常情况下,经由 POP3 协议收取的 Gmail 邮件,只能被收取一次。如果有需要在多台 电脑上使用邮件客户端查收 Gmail 邮件,那么: FROM: http://mail.google.com/support/bin/answer.py?answer=47948 我应如何在手机或多个设备上使用 POP? 如果您正在从多个客户端使用 POP 访问 Gmail,Gmail 的最近模式可确保每个客户端都可使用所有邮件,而非只有第一个客户端可访问新邮件。...

2007-12-19 · wuan