Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PF spawns laikamilter #87

Open
howtotalktogirlsatparties opened this issue Mar 8, 2023 · 3 comments
Open

PF spawns laikamilter #87

howtotalktogirlsatparties opened this issue Mar 8, 2023 · 3 comments

Comments

@howtotalktogirlsatparties
Copy link

howtotalktogirlsatparties commented Mar 8, 2023

I set PF to talk to Laika but I have fixed that and updated this comment, look at psaux | gerp laikamilter ,this was trying to spawn laikamilter.py from master.cf and that was a failure.

smtpd_milters = inet:<my hosts IP>:7226

I seen similar thread, any ideas?

@Montana
Copy link

Montana commented Mar 8, 2023

Hi @howtotalktogirlsatparties,

You have to remember that in header/body content, Postfix may rewrite or reject header/body content before it stores that content in the queue file; Postfix stores the same header/body content as when no Milters are configured. If Postfix does not reject the header/body content, Postfix passes it to the first configured Milter which may modify or reject that content or may modify the stored envelope. If the first Milter does not reject the header/body content, Postfix passes it to the second configured Milter, and so on.

In Lockheed Martin's case, Postfix talks to laikamilter via the milter protocol (you configured this above), which keeps allowing call backs all the way until the end of the message.

Try setting up this line:

smtpd_milters = inet:<my hosts IP>:(hostname)

Cheers,
Montana Mendy

@howtotalktogirlsatparties
Copy link
Author

this makes more sense

@Montana
Copy link

Montana commented Mar 20, 2023

Is this solved so I can close this, @howtotalktogirlsatparties?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants