Articles of 电子邮件

什么是DKIM(DomainKeys Identified Mail)和SPF(Sender Policy Framework)?

我最近看到cpanel有新的入口 DKIM (DomainKeys Identified Mail) 和 The SPF (Sender Policy Framework). 他们似乎在谈论邮件/垃圾邮件防范等 我想知道他们是什么? 他们是如何工作的 如何设置这种更可靠的邮件服务器..

后缀configurationwrt端口25

经过大量的研究,我已经configuration了我的postfix服务器,使用dovecot通过端口465接受SMTPS连接,一切都很顺利。 不幸的是,我忘记了,除非我听25号港口,否则我不会收到网上的任何电子邮件。 我希望有人知道如何打开Postfix上的端口25为匿名用户,但不允许中继和该端口上的任何其他不好的事情。 并按照它的方式离开港口465。 至于我目前的configuration,我改变了master.cf文件: smtps inet n – n – – smtpd 和main.cf文件: #使用我们的SSL证书 smtpd_tls_cert_file = ….. cer smtpd_tls_key_file = …..键 smtpd_tls_security_level =可能 #使用Dovecot进行SASLauthentication smtpd_sasl_auth_enable =是 smtpd_sasl_security_options = noanonymous smtpd_sasl_type = dovecot smtpd_sasl_path = private / auth broken_sasl_auth_clients =是 smtpd_recipient_restrictions = permit_sasl_authenticated,reject_unauth_destination 任何帮助表示赞赏!

有没有办法让Microsoft Exchange服务器覆盖传出邮件中的from字段?

我需要知道在交换服务器上是否有可能在某些情况下过滤外发邮件并覆盖发件人地址。 我们必须设置许多只能通过Outlook Web访问访问交换的Exchange用户。 从公司以外的收件人那里收到的所有外发电子邮件应该显示为从单个通用地址发送,而不是从用户地址发送。 任何人都知道这是否可能?

与webmin和virtualmin的CentOS 6 – 不能得到POP / SMTP的工作?

我在CentOS 6专用服务器上安装了Webmin和Virtualmin。 Postifx / Dovecotconfiguration是我自己动手,我还没有试图手动打开或closures任何端口。 我的问题是,为该主机创build一个新的虚拟主机和电子邮件用户后,新的电子邮件地址似乎并没有工作。 根据nmap,端口25和110是打开的,并且我的域上的MXlogging和mail.domain.com Alogging都是正确的,但是传入的电子邮件没有进入收件箱,我无法连接到SMTP服务器使用邮件客户端 – 连接在端口25被拒绝。我似乎能够login到POP服务器,但我的testing电子邮件都没有通过。 任何想法可能是错的?

后缀使用cronjob对邮件进行sorting

我的邮件服务器由dovecot和postfix组成。 我收到来自不同邮件列表的大量邮件。 这些邮件在进入时应直接进入我的收件箱,因为更容易为我保留一个收件箱,然后是多个收件箱。 一段时间之后,我的收件箱里充满了所有这些邮件列表邮件,我不喜欢。 我想有一个cronjob定期sorting我的(阅读)邮件列表邮件(过滤头)到特殊的文件夹。 什么是最简单的方法呢? 这可能不需要额外的工具? 澄清: 我不想过滤邮件。 更新: 也许有可能使用命令行的imap客户端来做到这一点?

在debian中不能用exim4发送邮件

我使用aptitude install exim4 并使用dpkg-reconfigure exim4-config 这是我的/etc/exim4/update-exim4.conf.conf文件: dc_eximconfig_configtype='internet' dc_other_hostnames='midomain.com' dc_local_interfaces='127.0.0.1 ; ::1' dc_readhost='' dc_relay_domains='' dc_minimaldns='false' dc_relay_nets='' dc_smarthost='' CFILEMODE='644' dc_use_split_config='false' dc_hide_mailname='true' dc_mailname_in_oh='true' dc_localdelivery='maildir_home' 当我在shell中执行时: echo "This is a test." | mail -s Testing [email protected] echo "This is a test." | mail -s Testing [email protected] 它什么都不做。 在/var/log/exim4/mainlog我可以看到以下错误: 2012-08-04 13:05:30 1SxcAk-0001BT-61 <= root@ETC_MAILNAME U=root P=local S=494 2012-08-04 13:05:30 1SxcAk-0001BT-61 […]

在Ubuntu上使用sSMTPconfigurationnagios电子邮件通知

我configuration了nagios电子邮件通知,并遵循以下步骤: sSMTPconfiguration: #apt-get install ssmtp #vi /etc/ssmtp/ssmtp.conf [email protected] mailhub=smtp.gmail.com:587 rewriteDomain= hostname=mycomputerName UseTLS=YES UseSTARTTLS=YES AuthMethod=LOGIN [email protected] AuthPass=sender.email.password FromLineOverride=YES #chmod 640 /etc/ssmtp/ssmtp.conf Nagiosconfiguration: #vi /etc/nagios3/conf.d/localhost_nagios2.cfg define host{ use generic-host ; Name of host template to use host_name localhost alias localhost address xxx187 check_command check-host-alive max_check_attempts 10 notification_interval 120 notification_period 24×7 notification_options d,r contact_groups admins } #vi /etc/nagios3/conf.d/timeperiods_nagios2.cfg […]

Mutt与procmail整合

我使用以下procmailrc与fetchmail: PATH=/bin:/usr/bin:/usr/local/bin VERBOSE=off LOGFILE=$HOME/.procmaillog DEFAULT=$HOME/mail/ MAILDIR=$HOME/mail/ # Recipes below this comment: :0: * ^(To|From):.*[email protected] QObject/ :0: * ^(To|From|Reply-To):.*[email protected] BlackFlame/ 因此,它生成邮箱(与cur,tmp,新)文件夹~/mail和~/mail/QObject 。 现在,我用mutt,期待它显示我所有的信息,以及两个分开的文件夹。 但是我只看到默认邮箱。 这是我的muttrc: set realname = "illusionoflife" set from = "[email protected]" set use_from = yes set envelope_from ="yes" # Use a signature set signature="~/.signature" # Use msmtp rather than sendmail. Check that # the […]

后缀:FQDN临时查找失败

我正在使用我想parsing(?)到本地主机的dur.bounceme.net的FQDN。 也就是说,我想邮件到[email protected]得到传递给用户@本地主机。 我已经尝试遵循这个Ubuntu的指导 ,似乎有点圈子。 root@dur:~# root@dur:~# postfix stop postfix/postfix-script: stopping the Postfix mail system root@dur:~# postfix start postfix/postfix-script: starting the Postfix mail system root@dur:~# telnet dur.bounceme.net 25 Trying 127.0.1.1… telnet: Unable to connect to remote host: Connection refused root@dur:~# root@dur:~# telnet localhost 25 Trying 127.0.0.1… Connected to localhost. Escape character is '^]'. 220 dur.bounceme.net ESMTP […]

可以发送给个人用户,但不能在全球通讯列表中发送。

我能够发送电子邮件给个人用户,但是当他们在一个分配组中时不能。 当我这样做,我得到这个报告。 The message could not be delivered because the recipient's destination email system is unknown or invalid. Please check the address and try again, or contact your system administrator to verify connectivity to the email system of the recipient. #5.3.1 但是,就像我之前说过的,我可以从GAL中select他们的名字,然后用这种方式发送邮件。 他们的电子邮件地址在GAL和通讯组中都完全一样。 唯一的区别是这些用户有外部电子邮件地址。 Windows Server 2003 Exchange Server 2003 Outlook 2007和2010。