Postfix: transport_maps SMTP ignores header_checks [closed] - smtp

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 months ago.
Improve this question
I have a working SMTP setup in Postfix
transport_maps = hash:/etc/postfix/transport
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
All is good with the SMTP, however now Postfix ignores the header_checks
header_checks = pcre:/etc/postfix/header_checks
or
smtp_header_checks = pcre:/etc/postfix/header_checks
Is there a priority of operations, like "use transport and stop"?
If yes, what could be a way to apply header_checks before transport?
Thank you!

I am not 100% sure why, but when I changed transport map from *:
* relay:[THE_SMTP_HOST]:587
to
specific_email#domain.tld relay:[THE_SMTP_HOST]:587
another_email#domain.tld relay:[THE_SMTP_HOST]:587
the header_checks started working.
(I tried .domain.tld - SMTP stopped working at all)

Related

IIS SMTP Relay emails got stuck in queue [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 months ago.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Improve this question
As part of My Lab, I had an IIS SMTP relay server with a Gmail account, configured well, and worked for some time. but from the past 2 days, it's not sending emails got stuck in Q.
in the Windows Event log says The connection was dropped by the remote host.
This feature is no longer supported as of May 30th, 2022. See https://support.google.com/accounts/answer/6010255?hl=en&visit_id=637896899107643254-869975220&p=less-secure-apps&rd=1#zippy=%2Cuse-an-app-password

Why there is no preflight Private Network Access request in chrome 99 and above? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 11 months ago.
Improve this question
According to this document: https://developer.chrome.com/blog/private-network-access-preflight/#preflight-requests. Chrome should enable preflight Private Network Access request since chrome 98. It seems that it was working correctly and I did a setup my configuration to this new feature.
But now in versions from this page (99, 100, 101): https://www.chromium.org/getting-involved/dev-channel/ in network console I am observing only regular requests in network console. Could someone please explain this?
Thanks!
I found information, that it has been rolled back for now.

Network Solutions alias on Gmail: TLS Negotiation failed, the certificate doesn't match the host [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
As of yesterday, I can't send any emails with gmail as my alias with network solutions. Has anyone found a fix for this?
I get the error on gmail:
Message not delivered
You're sending this from a different address or alias using the 'Send mail as' feature. The settings for your 'Send mail as' account are misconfigured or out of date. Check those settings and try resending.
TLS Negotiation failed, the certificate doesn't match the host.
Try to enter to https://accounts.google.com/b/0/DisplayUnlockCaptcha
in your browser.
I have no idea what this link do and why , but after i use it this strange tls problem was gone

what should we do when our website was infected [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
when our website was infected,we always just change the root password and the mysql password,fix the code where have vulnerability。But I think it is not enough , does anyone have more advance on it? I just have no idea that whether he has the backdoor in our system or have other attack that I haven't know about。
The problem is, that after the system was once hacked, you cannot be 100% sure that the hacker did not leave you a backdoor, unless he left a log of what he did.
The best way would be complete reset the system. Re-install the OS and completely rebuild the server. However that might not always be an option.
I would advise you to
Rebuild the system
Check all code using sql in you app to use prepared statements
log the sql for some time and go through it, to see if the hacker tries again and make double sure you get the code he aims at
(original post spoke of injection - not infection)

How to configure my own SMTP server in my system? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I am in a position to configure my own SMTP server in my system. I have an internet connection in my system as well. My task is to create my own SMTP server and I have configured those SMTP details in client like thunderbird etc. and can it should be able to send mail to users who have accounts in gmail,yahoo etc. For example if i create a domain name www.mycompany.com in my SMTP and if I created the user name as john, I need to be able to send the mail from john#mycompany.com to any gmail,yahoo users. Also I need to receive email vice versa. What are the procedures?