Code Monkey home page Code Monkey logo

Comments (4)

roehling avatar roehling commented on May 31, 2024

How did you configure PostSRSd? It should look up addresses individually, not as a complete list.

from postsrsd.

venomcom2krew avatar venomcom2krew commented on May 31, 2024

Hi,
I think I configured it in the recommended way. The relevant part of the /etc/postfix/main.cf:

SRS forwarding address rewriting

https://github.com/roehling/postsrsd

sender_canonical_maps = tcp:127.0.0.1:10001
sender_canonical_classes = envelope_sender
recipient_canonical_maps = tcp:127.0.0.1:10002
recipient_canonical_classes= envelope_recipient,header_recipient

Date: Mon, 22 Jun 2015 07:15:49 -0700
From: [email protected]
To: [email protected]
CC: [email protected]
Subject: Re: [postsrsd] Long strings don't give correct answer (#37)

How did you configure PostSRSd? It should look up addresses individually, not as a complete list.


Reply to this email directly or view it on GitHub.

from postsrsd.

roehling avatar roehling commented on May 31, 2024

Whatever you did, Postfix treats your whole list of recipients as one giant email address and passes it to PostSRSd verbatim. Obviously, the program you are using to send the email does not separate the list into its constituent addresses properly and dumps it into Postfix as a single address instead.

I can't tell you how to fix that, but I notice that the list uses semicolon (;) instead of comma (,) as list separator. Maybe that's the problem?

from postsrsd.

roehling avatar roehling commented on May 31, 2024

Closing this issue now...

from postsrsd.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.