我想要做的就是安装postfix,并转发邮件。 我不需要任何东西留在我的服务器上。 这是给我的地狱。 我尽我所能,但后缀拒绝所有继电器。 我想要的是这个。 说我的服务器在example.com。 我要这个: 电子邮件转发:[email protected] – > [email protected] [email protected] – > [email protected] [email protected] – > [email protected] 我所需要的只是一个redirect电子邮件的转发盒。 由于我的configuration显然有些问题,所以我真的可以用一个main.cf的例子来达到我的目的,而且我会在路上。 编辑:日志 奇怪的是日志不给我任何错误。 main.cf: mreiley@Omega-14:/var/log$ cat /etc/postfix/main.cf # See /usr/share/postfix/main.cf.dist for a commented, more complete version # Debian specific: Specifying a file name will cause the first # line of that file to be used […]
在运行Debian Wheezy的面向Internet的Postfix SMTP服务器上,我想与一些已知的服务器build立安全连接。 有些是我自己的,运行我自己的PKI / CA,有些是公共SMTP服务器,如Google的Gmail服务器。 为了检查我正在运行的服务器上的证书,我已经指定了 smtp_tls_CAfile = /usr/local/share/ca-certificates/Gert_van_Dijk_Root_CA_2014.crt 并确保公共服务器也可以通过内置的系统证书库进行validation,我明确指定了 tls_append_default_CA = yes 为了确保Postfix正确validation证书,我已经将全局TLS安全级别设置为“安全”。 在完成debugging此处所述的问题后,我会将其更改回“可能”,以便在某些域中secure smtp_tls_policy_maps 。 smtp_tls_security_level = secure 它validation我自己的服务器就好! 这些都使用由Gert_van_Dijk_Root_CA_2014.crt签名的证书运行。 但是,当SMTP客户端尝试向Google的SMTP服务器发送邮件时,它实际上并没有通过tls_append_default_CA设置追加证书。 我期望它在Debian上附加来自/etc/ssl/certs文件。 postfix/smtp[32271]: effective TLS level: secure […] postfix/smtp[32271]: < alt1.gmail-smtp-in.l.google.com[64.233.164.26]:25: 220 2.0.0 Ready to start TLS […] postfix/smtp[32271]: DE6D0403EB: Server certificate not verified 以下是我所尝试的: 在master.cf为smtp客户端禁用chroot,如下所示: smtp unix – – n – […]
我在/usr/share/logwatch/default.conf/logwatch.conf中更改了MailFrom =“” 在头文件中改变了“From:”,但“Sender:”仍然是“[email protected]” EC2 Linux AMI beta,Postfix是邮件程序
有人可以解释为什么amavis cronjob突然抛出以下错误吗? Cron <amavis@bee> test -e /usr/sbin/amavisd-new-cronjob && /usr/sbin/amavisd-new-cronjob sa-sync rules: failed to run T_SPF_HELO_PERMERROR test, skipping: (Can't locate object method "check_for_spf_helo_permerror" via package "Mail::SpamAssassin::PerMsgStatus" at (eval 1156) line 19. ) rules: failed to run T_SPF_TEMPERROR test, skipping: (Can't locate object method "check_for_spf_temperror" via package "Mail::SpamAssassin::PerMsgStatus" at (eval 1156) line 614. ) rules: failed to […]
我正在尝试在Dell R200上新buildUbuntu 8.04上安装postfix。 当我开始安装过程 sudo apt-get install postfix 我被困在以下屏幕 会话变得不响应,input/ ctrl-c …没有回应 任何想法如何通过这个挂断?
我有完全可pipe理的VPS运行的Ubuntu 14.04,其中托pipe几个域的网站。 最近我试图添加DKIM签名来避免垃圾邮件filter。 我已经遵循ubuntu-postfix-dkim教程 ,使用KeyTable和SigningTable,正如在askubuntu.com上写的那样 。 每个域都有自己的公钥和私钥以及txt DNS区域logging。 在通过[email protected],[email protected]或甚至通过http://dkimvalidator.com/进行testing之后,回应是完全相同的: DKIM:失败(签名不validation) 邮件已签名,签名看起来不错,但validationtesting失败。 唯一让我想到的是,在计算签名散列之后,该消息被以某种方式修改。 我的问题是: 是否有可能debugging发送过程? 检查什么时候计算DKIM签名是非常好的 。 我已经尝试过OmitHeaders To,to,但在strangly中to:值仍然出现在h = param中。 我GOOGLE了很多,但仍然没有运气。 提前致谢。 dkimvalidator.com输出: DKIM Signature Message contains this DKIM Signature: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inhillz.com; s=mail; t=1429184641; bh=g3zLYH4xKxcPrHOD18z9YfpQcnk/GaJedfustWU5uGs=; h=Date:From:To:Subject; b=fccxI1j/+InWdupEY1/hAYCUeSAlTHo3tr/594sOqETs6kEzRlyXWZDLib1b1WqV0 xN/wr0Io+OGTJOTChp+cJ/H/KrODt1mzGgDA/O/AKWUPEGKODgk9iO03/o6DpLB4bM t5GVSKdBQna7sYkQJM2mGtCNgswydgsgytb0J9QA= Signature Information: v= Version: 1 a= Algorithm: rsa-sha256 c= Method: relaxed/relaxed d= Domain: […]
我到处search,我真的很挣扎着这个。 我想我已经试过了一切。 背景信息 VPS与CentOS 6.7 后缀2.6.6 dovecot,amavis,mysql,fail2ban 我已经与我的VPS提供商validation过,他们不会阻止任何端口。 我做的事情 删除了股票sendmail 我已经安装了postfix,dovecot,mysql等完整的邮件解决scheme 我只允许imap,与STARTTLS smtp(端口143和587) SSHlogin被禁用,只有使用密钥 我可以收到邮件(通过143端口) 我可以从本地telnet到两个端口(587,25),我得到后缀问候语 试图连接到587或25(邮件客户端或telnet)让我零响应,即连接超时 我试过的东西 1)港口是否开放? 是的,iptables: Chain INPUT (policy DROP 11 packets, 1375 bytes) pkts bytes target prot opt in out source destination 0 0 ACCEPT tcp — * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:587 0 0 ACCEPT tcp — * * […]
使用Postfix通过Amazon SES发送邮件的Linux服务器。 从Wordpress发送电子邮件时,电子邮件被拒绝,因为信封发件人地址不正确。 我如何configurationPostfix始终使用[email protected]作为Envelope From地址? 我正在寻找一个默认的属性,我可以configuration,而不是一个基于代码的解决scheme。
我已经安装了一个带有Postfix和spamassassin的Debian(jessie)盒子。 configuration和一切工作正常。 即使签名有效,除了接收带有DKIM签名的邮件,也将产生一个标志T_DKIM_INVALID 。 看下面的日志例子。 之后,opendkim将validation签名并让它通过。 Jan 15 14:18:21 localhost spamd[30697]: spamd: connection from localhost [127.0.0.1]:51740 to port 783, fd 5 Jan 15 14:18:21 localhost spamd[30697]: spamd: processing message <id#[email protected]> for user Jan 15 14:18:21 localhost spamd[30697]: spamd: clean message (-2.0/5.0) for user in 0.2 seconds, 2572 bytes. Jan 15 14:18:21 localhost spamd[30697]: spamd: result: […]
我想在Debian上设置一个只能外发的SMTP服务器,所以我的Web应用程序将能够通过它发送电子邮件。 我不想使用其他主机,因为我自己安装的安全性和可定制性。 我希望安装Postfix并只在发送模式下进行configuration(我不希望它是一个中继)。 所以我想问一个build议如何以最好的方式做到这一点。 Postfix提供的用户,虚拟用户,端点和其他选项是没有必要的。 我想我应该只附加Postfix到某个主机名,所以我的IP地址可以解决它。 我也认为Postfix可能是这个任务的一个复杂的解决scheme。 如果你知道更简单的工具,让我知道。