- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我正在重新配置 postfix 以使 cron 作业能够向用户发送自动电子邮件通知。喜欢
$ sudo dpkg-reconfigure postfix
I got the following traceback:-
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend requires a screen at least 13 lines tall and 31 columns wide.)
debconf: falling back to frontend: Readline
length() used on @choices (did you mean "scalar(@choices)"?) at /usr/share/perl5/Debconf/Element/Teletype/Select.pm line 48, <GEN1> line 5.
length() used on @choices (did you mean "scalar(@choices)"?) at /usr/share/perl5/Debconf/Element/Teletype/Select.pm line 63, <GEN1> line 5.
Postfix Configuration
---------------------
Please select the mail server configuration type that best meets your needs.
No configuration:
Should be chosen to leave the current configuration unchanged.
Internet site:
[More]
Mail is sent and received directly using SMTP.
Internet with smarthost:
Mail is received directly using SMTP or by running a utility such
as fetchmail. Outgoing mail is sent using a smarthost.
Satellite system:
All mail is sent to another machine, called a 'smarthost', for delivery.
Local only:
The only delivered mail is the mail for local users. There is no network.
[More]
1. No configuration 2. Internet Site 3. Internet with smarthost 4. Satellite system 5. Local only
General type of mail configuration:
General type of mail configuration:
General type of mail configuration: 5
The "mail name" is the domain name used to "qualify" _ALL_ mail addresses without a domain name. This includes mail to and from <root>: please do not make
your machine send out mail from root@example.org unless root@example.org has told you to.
This name will also be used by other programs. It should be the single, fully qualified domain name (FQDN).
Thus, if a mail address on the local host is foo@example.org, the correct value for this option would be example.org.
[More]
System mail name:
在上面我随机选择了 5.local 主机选项,它询问邮件名称,我不太确定邮件名称。谁能建议一种查找邮件名称的方法。
最佳答案
系统不会要求您查找邮件名称 - 系统会要求您分配邮件名称。此外 - 仅限本地邮件,因此只有在该服务器上拥有帐户的用户才能收到邮件。如果您打算将其发送到您的服务器之外(如 gmail),您必须将其设置为 Internet 站点。
关于linux - postfix配置方式下内部服务器选择什么类型的邮件配置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29154518/
关闭。这个问题是 off-topic 。它目前不接受答案。 想改进这个问题? Update the question 所以它是 Stack Overflow 的 on-topic。 9年前关闭。 Im
我使用 postfix 作为“myDomain.com”的邮件服务器。此外,我已经为 gmail 安装了转发服务。到目前为止效果很好。但是当有人向我发送电子邮件时,例如一个可执行文件,gmail 会退
我已经回答了我自己的问题,稍后可能会更新这个问题以反射(reflect)我的出发点/我为获得解决方案所采取的步骤,但我想我会问一个我开始的问题和采取的结果我花费了不合理的大量时间进行研究,反复试验。请
是否有可能在 /etc/postfix/recipient_bcc_maps 中有多个收件人? ? /etc/postfix/recipient_bcc_maps : source@domain.tl
关闭。这个问题不满足Stack Overflow guidelines .它目前不接受答案。 想改善这个问题吗?更新问题,使其成为 on-topic对于堆栈溢出。 3年前关闭。 Improve thi
已关闭。这个问题是 off-topic 。目前不接受答案。 想要改进这个问题吗? Update the question所以它是on-topic用于堆栈溢出。 已关闭10 年前。 Improve th
关闭。这个问题是off-topic .它目前不接受答案。 想改进这个问题吗? Update the question所以它是on-topic用于堆栈溢出。 关闭 9 年前。 Improve this
关闭。这个问题是off-topic .它目前不接受答案。 想改进这个问题吗? Update the question所以它是on-topic用于堆栈溢出。 关闭 11 年前。 Improve th
Closed. This question does not meet Stack Overflow guidelines。它当前不接受答案。 想改善这个问题吗?更新问题,以便将其作为on-topic
关闭。这个问题是off-topic .它目前不接受答案。 想改善这个问题吗? Update the question所以它是 on-topic对于堆栈溢出。 8年前关闭。 Improve this q
似乎我的全能别名不起作用。 当我使用 postmap -q test@example.org mysql:/etc/postfix/mysql-virtual-alias-maps.cf 没有输出。
我正在编写一个程序,它读取 Infix 表示法,将其转换为 Postfix,然后评估该 Postfix。这是我的程序: #include #include #define SIZE 50
大家好!我是 C++ 的新手(这里也是 stackoverflow 的新手),我需要各位专家的帮助。 我这里有一个代码,它应该向用户询问中缀表达式,然后将其转换为后缀并输出结果(后缀计算器)。但是,我
我正在尝试让 postfix 将邮件发送到 gmail。我已经按照这篇文章进行了配置,但仍然给我一个错误: relay=smtp.gmail.com[173.194.66.108]:587, dela
我正在使用 postfix v3.3.0 设置新服务器 (Ubuntu 18.04.1 LTS)。 我遵循了 postfix 到只发送设置的标准部署。 http://www.postfix.org/S
我的客户是一家旅行社,有数千封选择加入的电子邮件(没有垃圾邮件)。他们每周向所有客户发送一次消息,但我遇到了一些供应商的问题,我想对所有传出域的整个服务器进行速率限制。 我发现一些配置可以限制每个域每
我一直在尝试设置 postfix,以便它可以向我网站上的用户发送(不需要接收)电子邮件(例如帐户验证电子邮件)。 我通过 mailutils 安装 postfix(安装 postfix 和其他东西)。
突然我打破了我的后缀: 我正在运行,CentOs,Postfix,Dovecot。 我的 Postfix main.cf 文件:http://pastebin.com/STLNRYUK hostnam
关闭。这个问题是off-topic .它目前不接受答案。 想改善这个问题吗? Update the question所以它是 on-topic对于堆栈溢出。 8年前关闭。 Improve this q
我不确定我这样做是否正确。我正在尝试将中缀方程转换为后缀方程,例如: (3 + 4) * 2 在后缀中是: 4 3 + 2 * 如果可能的话,我试图用一种方法来完成这一切。 现在我收到一个 array
我是一名优秀的程序员,十分优秀!