On Wed, Oct 19, 2022 at 4:12 PM Eric Wilkison wrote:
Are there configuration options that will
> a) adjust the number of DNS failures before postfix starts deferring the
> messages
> b) adjust the timeout before postfix stops queueing messages
Take a look at minimal_backoff_time and queue_run_d
We're getting many lost connections from our new phone systems
voicemail to email service. The actual voicemails and other emails
send OK but we also see constant hits anywhere from every minute to 8
minutes on the mail server from the phone system that are lost
connections. The phone system is an
Thank you!
I think I found the issue - the new phone system was installed
configured on vlan 200, but the smtp settings were copied over from
the old system which was on the default vlan 1 so what was happening
was that the voicemail system was contacting the smtp server via the
vlan 1 address (ro
You could run Postfix in a container (LXC) on the host. It would have
it's own IP and it's own resolv.conf.
Hello,
We have a voicemail system that emails the voice messages to the
users. It uses the Caller ID info in the Display Name area of the
From: field.
A problem occurs when the Caller ID contains a comma which causes the
recipients email server to see the post with multiple from addresses
and som
Hello,
I have a simple relay for sending emails from internal scanners and a
voicemail system. All works fine except for posts that get bounced as
the bounce notifications somehow fail both SPF and DKIM tests.
The only (seemingly significant) differences I can find in the headers
of normal vs bou
> does your simple relay reject the mail, does your server reject the mail
> when receiving from the relay, or do remote servers reject the mail from
> your simple relay?
The remote servers reject, or place in spam, bounced and NDR's from
the relay, due to a strict DMARC policy.
> Note that "boun
> Try setting
>
> /etc/postfix/main.cf:
> internal_mail_filter_classes = bounce
>
> (this assumes that you have configured "non_smtpd_milters" to invoke
> the DKIM signer).
>
>> It also appears to come from a sub-domain, the HELO name, and not just
>> the SLD (in this particular case) which cau
> Apparently, mail.example.org and ASPMX.L.GOOGLE.com enforce DMARC
> in different ways.
>
> Regardless, if the DMARC policy does not authorize host Y to send
> mail on behalf of domain $myorigin, then you need to fix the DMARC
> policy so that those bounces sent by host Y aren't violating DMARC,
>
On Fri, Mar 8, 2019 at 7:27 AM Wietse Venema wrote:
> Which distro ships with Linux 5.x kernels?
$ uname -r
5.0.0-gentoo
I don't think you can use gmail as a relay host unless Google is
handling your domain's mail service (a GSuite account - not @gmail.com
addresses). They have instructions for setting this up and the proper
relay host once you've done the admin work is "relayhost =
smtp-relay.gmail.com:587" (at leas
Possibly multiple PTR records causing issue?
dig -x 198.241.168.120 +short
mail1.payablesautomation.net.
cportal3.visa.com.
On Wed, Aug 14, 2019 at 11:32 AM @lbutlr wrote:
> Aug 14 09:25:41 mail postfix/smtpd[44179]: NOQUEUE: reject: RCPT from
> unknown[198.241.168.120]: 550 5.7.25 Client host
Looks like a normal reject of a consumer based endpoint (IP address).
Pretty common, most major services will reject email from such addressess.
When you're using Thunderbird you're most likely authenticating before
sending which is not the case with Postfix.
On Mon, Sep 18, 2023 at 4:43 PM Mike
13 matches
Mail list logo