postfix-relay | Postfix SMTP relay docker image | Continuous Deployment library

 by   wader Shell Version: v1.1.22 License: MIT

kandi X-RAY | postfix-relay Summary

kandi X-RAY | postfix-relay Summary

postfix-relay is a Shell library typically used in Devops, Continuous Deployment, Docker applications. postfix-relay has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

Postfix SMTP relay docker image
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              postfix-relay has a low active ecosystem.
              It has 96 star(s) with 39 fork(s). There are 9 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 1 open issues and 19 have been closed. On average issues are closed in 48 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of postfix-relay is v1.1.22

            kandi-Quality Quality

              postfix-relay has no bugs reported.

            kandi-Security Security

              postfix-relay has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              postfix-relay is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              postfix-relay releases are not available. You will need to build from source code and install.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of postfix-relay
            Get all kandi verified functions for this library.

            postfix-relay Key Features

            No Key Features are available at this moment for postfix-relay.

            postfix-relay Examples and Code Snippets

            No Code Snippets are available at this moment for postfix-relay.

            Community Discussions

            QUESTION

            How do I configure Postfix to only relay emails from a specific domain?
            Asked 2019-Mar-14 at 10:33

            I've already answered my own question and may later update this question to reflect on my starting point/the steps I took to get to my solution, but figured I would ask a question that I started with and the result that took me an unreasonable many hours of research, and trial and error, to get to. Please make any edits, or propose your own postfix/main.cf solution as I still have much to learn.

            Introduction to Problem

            So I self-host a few things on my server at "example.com" and set up Postfix as my mail transfer agent (MTA). On my mail server, I have a virtual_alias setup to receive emails for particular "email_users@example.com" to my username on the server. My Alma mater has email forwarding enabled so that emails to "student@college.edu", or "alum@alum.college.edu" are forwarded to "email_users@example.com" and received in my user inbox. Essentially all emails (to my .edu or my .com) go to /home/user/Maildir/new.

            When writing emails using MUTT (my preferred MUA), I will occasionally change my email "FROM" field to be "student@college.edu", "alumnus@alum.college.edu", or by default reply with whatever reply-to field is enabled. The desired behavior for my mail server outbound to other servers is as follows:

            1. On emails with "FROM: *@example.com" - route the email via SMTP through local Postfix MTA directly to the internet. (* representing wildchar)
            2. On emails with "FROM: student@college.edu", route the email via SMTP through local Postfix MTA and relay it to another SMTP server WITH authentication so that the other server delivers without any soft-fail or bounces (in this case the college SMTP server).

            To be clear, this is a question of configuration of Postfix when the user would like to send mail from: local Postfix MTA -> external SMTP server -> recipient via internet.

            These questions/how-tos have generally omitted a clear answer, are not asking the same thing and require a better asking title, or are how-tos that only begin to answer the beginning of this setup:

            Of course the full documentation is helpful, but quite verbose and hard to figure out in a timely manner if you are new to Postfix. For instance, you may expect to find this under SMTP Relay/Access Control, but the main aspect I was missing was under general configuration in SASL Auth.

            ...

            ANSWER

            Answered 2019-Mar-14 at 10:33

            In order to relay the email to another SMTP server without always relaying by default make use of sender_dependent_relayhost_maps in configuration file (/etc/postfix/main.cf). If you're using relayhost, don't.

            Note: smtp is used in outgoing mail and smtpd is the daemon for incoming mail

            /etc/postfix/main.cf

            Source https://stackoverflow.com/questions/55159882

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install postfix-relay

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/wader/postfix-relay.git

          • CLI

            gh repo clone wader/postfix-relay

          • sshUrl

            git@github.com:wader/postfix-relay.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link