问题标签 [exim4]

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 投票
3 回答
958 浏览

authentication - 配置 dovecot 和 exim4 以接受 username@company.com 登录

我可以使用 my 登录我的 IMAP 服务器username,但不能使用username@company.com(相关:Dovecot Authentication failed if try login with @domain)。带有 exim4 的 SMTP 也会发生同样的事情。

如何设置dovecot(IMAP) 和 exim4 (SMTP) 以允许 username@company.com 作为登录名?

编辑:我对 userdb 使用 driver = passwd,对 passdb 使用 driver = pam。

0 投票
1 回答
1881 浏览

email-headers - Exim消息ID的算法是什么

我想知道 Exim 中的消息 ID 如何生成。例如:1YSWPk-0000oX-0N

还有标题中的消息ID

并且可以解码这些?以及与这些和其他电子邮件标题的任何关系?

0 投票
2 回答
1392 浏览

ruby - 邮件因 exim 错误而停止工作

我正在使用带有 Sinatra 的邮件库。它以前工作过;我不确定是什么变化导致了这个错误,但是现在当我查看时mail.err,我看到了这个:

经过进一步检查,查看恐慌日志,我看到以下内容:

当我尝试删除此恐慌日志时,错误仍然存​​在。查看上述文件的权限,我看到:

由于它以前工作过,我不知道为什么权限可能有问题,但如果是,我不确定是否正在访问它,以及需要哪些权限才能正常工作。任何建议将不胜感激!!!

权限详述如下:

0 投票
1 回答
62 浏览

postback - exim 是否能够通过 http 回发发送通知?

我正在开发一项收集发送邮件的统计信息的服务。当 Exim 确实通知外部服务他成功(或失败)发送邮件并且目标 smtp 服务确认使用 http 回发接收消息时,有没有办法?

或者可能在这里是否存在其他解决方法来获取此类通知?

0 投票
1 回答
614 浏览

linux - 在 Exim4 中增加 smtp 连接

我们正在使用带有 exim4 的 Ubuntu 14 服务器,但我遇到了一个问题,即在发送多封电子邮件时它失败了。我知道在上一个 exim 中有设置“smtp_accept_max”可以增加,但 exim4 中的配置有很大不同。任何有关如何增加默认限制的指导将不胜感激。

0 投票
1 回答
216 浏览

office365 - 对混合 Office 365 和常规电子邮件系统进行故障排除 - 退回的电子邮件

一位客户仅将 office365 用于他的一封电子邮件。其余的电子邮件在具有相同域名的 exim4 的服务器上运行。MX 条目有两个,一个用于 office365,一个用于 domain.com。如果我添加了正确的设置并为 office 365/outlook mx 条目赋予最高优先级,所有非 office365 用户的电子邮件都会被退回,因为 office365/outlook 无法识别这些电子邮件。如果我以相反的方式设置优先级,所有电子邮件都可以工作,但 Office 365 电子邮件会失败。我根据 office365 文档对 exim4 配置进行了一些更改,但这并没有解决问题。这是我想念的愚蠢的东西。我需要一个知道他/她在做什么并且可以快速解决这个问题的人。

在目的地找不到您发送消息的地址。它可能拼写错误或不存在。尝试通过执行以下一项或多项操作来解决问题:

为了进一步澄清,boss@thatdomain.com 是 office365 电子邮件地址,但 worker1@thatdomain.com、worker2@thatdomain.com 等是直接在 EXIM4 和 dovecot 上运行的普通电子邮件。我认为操作系统是 Ubuntu,带有 VestaCP。DNS 在 dyn.com 上进行管理。

我在一个自由职业者网站上发布了一个项目,如果有人可以解决这个问题,我很乐意为此付出代价。我知道这是 exim4 配置文件中的正确设置或其他东西的问题,但我就是无法让它工作。

0 投票
2 回答
2252 浏览

smtp - How to Configure Exim's Outgoing IP Address

I have a server hosting with one domain and several subdomain a records with dedicated by different IPs.

In order to avoid any possibility of blacklisting of one IP, I would like to make sure that each subdomain uses its own IP to send mail and that the server primary IP or host name info does not appear in the message received header.

I am not sure of what are the EXIM configurations which need to be made to achieve that. Can somebody provide me the full description of what needs to be done or direct me to a link providing that?

0 投票
1 回答
1567 浏览

email - exim trying to change Received: headers in email

we use exim on a VPS. We host multiple domains on WP and Magento.

Recentyl I was reviewing some e-mails when I saw the following in the Received headers: my linux username, servername (not the sending domain name) and the actual version of Exim sending the email.

Received: from **USERNAME** by **VPS_SERVERNAME** with local (**EXIM VERSION**) (envelope-from <user@domain.com>) id 1a34DM-0003fW-xx for recipient@gmail.com; Sun, 29 Nov 2015 16:48:36 +0100

I made a little jump. Why is it necessary to send the username under wich the process runs. And also why is the server name not the sending domain name. And why expose the Exim version or even expose Exim? All seems like quite a security risk by giving TMI

My question: How can I change USERNAME in the Received header to the sending E-MAIL NAME (prefix or whole email) and change the VPS_SERVERNAME to the sending DOMAINNAME. Or at least change the whole to something within all E-mails RFC's a rules ... but a little more anonymous.

Received: from user by domain.com with local (Mailserver) (envelope-from <user@domain.com>) Where user is taken from email, just like domein.com.

0 投票
2 回答
4993 浏览

email - PHPMailer 使用 ssl 失败

我在通过启用了 ssl 的 SMTP 使用 PHPMailer 发送电子邮件时遇到问题。

当我运行脚本时,出现以下错误:

在 exim4 日志中:

我不知道这里出了什么问题。

我为我的电子邮件客户端定期使用 SMTP,并且 SSL 证书是有效的。

更新:

获得最新版本并将调试设置为 3,但仍然没有运气:

0 投票
1 回答
226 浏览

email - 服务器上的 Exim4。从另一个 smtp 发送给它。发件人验证失败

我在服务器上有 Exim,带有 test@domain.com 电子邮件。现在我从 test2@domain.com 向 test@domain.com 发送电子邮件,但使用提供商 SMTP,我收到以下错误:

如何将我的 SMTP(发件人)加入白名单?