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

r62347 fix postfix email delivery #792

Merged
merged 1 commit into from
Aug 3, 2022

Conversation

nfawbert
Copy link
Contributor

@nfawbert nfawbert commented Aug 3, 2022

The change in format of 'networks' declaration should resolve this error observed in mail.err;
postfix/smtpd[10732]: error: unsupported dictionary type: '[

The execution of newaliases on postfix install should resolve this;
postfix/smtpd[10459]: error: open database /etc/aliases.db: No such file or directory

Test with dummy-monitor1;

  1. Changes in ce-provision pushed to devel;
    R62347 fix postfix mail delivery pr devel #791

  2. dummy-monitor1 rebuilt;
    https://gitlab.dummy-infra1.codeenigma.net/infras/dummy/infra-dummy/-/jobs/8719

  3. Confirm changes effected in dummy-monitor1;

  • mynetworks correctly formatted
# cat /etc/postfix/main.cf | grep "mynetworks ="
mynetworks = [::1]/128 [::ffff:127.0.0.0]/104 127.0.0.0/8
  • aliases database created
# ls -al /etc | grep aliases
-rw-r--r--  1 root         root           198 Feb 11 10:15 aliases
-rw-r--r--  1 root         root         12288 Aug  3 09:47 aliases.db

Test passed, merge to 1.x

@sonarqubecloud
Copy link

sonarqubecloud bot commented Aug 3, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Contributor

@EmlynK EmlynK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@nfawbert nfawbert merged commit c992180 into 1.x Aug 3, 2022
@gregharvey gregharvey deleted the r62347-fix-postfix-mail-delivery-PR-1.x branch December 26, 2022 15:13
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

Successfully merging this pull request may close these issues.

2 participants