We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On PVE, /etc/postfix/main.cf has the following line (network obscured):
/etc/postfix/main.cf
mynetworks = 127.0.0.0/8 192.168.4.45/22 [fe80::5a47:caff:fe74:8c3c]/64
'ss -lnt' shows what I believe to be the correct line: [::]:25
[::]:25
As a "guess", postfix's SMTP is listening correctly, but I am not competent to open up the IPv6 firewall correctly.
I'm going to move along at this point until I develop the competence to resolve this later.
The text was updated successfully, but these errors were encountered:
Going to postpone for the moment. IPv4 can work, and the IPv6 requirement is "nice to have once I learn how to do it correctly."
Sorry, something went wrong.
https://x.com/Romaq/status/1794416900757463396 is where I reached out to @_WunderTech for help. Hopefully a response.
Romaq
No branches or pull requests
On PVE,
/etc/postfix/main.cf
has the following line (network obscured):mynetworks = 127.0.0.0/8 192.168.4.45/22 [fe80::5a47:caff:fe74:8c3c]/64
'ss -lnt' shows what I believe to be the correct line:
[::]:25
As a "guess", postfix's SMTP is listening correctly, but I am not competent to open up the IPv6 firewall correctly.
I'm going to move along at this point until I develop the competence to resolve this later.
The text was updated successfully, but these errors were encountered: