Giter Club home page Giter Club logo

Comments (7)

ikedas avatar ikedas commented on June 24, 2024 1

Thanks for confirming my concern. I corrected the documentation: e3d869d

If there are no problems, please feel free to close this issue. Thanks again!

from sympa-community.github.io.

ikedas avatar ikedas commented on June 24, 2024 1

sympabounce transport uses bouncequeue program. It is not related to bounce(8) daemon of Postfix.

sympabounce transport aims saving bounce messages into bounce spool ($SPOOLDIR/bounce). bounced.pl daemon of Sympa picks up and analyzes these messages to execute bounce management.

from sympa-community.github.io.

simonelbaz avatar simonelbaz commented on June 24, 2024

May I propose a PR to fix the issue ?

Thanks

from sympa-community.github.io.

ikedas avatar ikedas commented on June 24, 2024

@simonelbaz , thank you for reporting bug in the documentation!

No PR is needed this time. Instead, just to be sure, could you confirm the following?

Will both automatic lists be successfully created? If they won't (only one or none of them were created), maybe following lines have to be added into main.cf.

sympabounce_destination_recipient_limit = 1
sympafamily_destination_recipient_limit = 1
sympa_destination_recipient_limit = 1

Could you please confirm whether thses lines are needed or not?

from sympa-community.github.io.

simonelbaz avatar simonelbaz commented on June 24, 2024

The test is:

debian@sympa02:~$ telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 sympa02.domain.com ESMTP Postfix (Debian/GNU)      
ehlo test
250-sympa02.domain.com      
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-ENHANCEDSTATUSCODES
250-8BITMIME
250-DSN
250-SMTPUTF8
250 CHUNKING
mail from: <[email protected]>                  
250 2.1.0 Ok
rcpt to: <[email protected]>       
250 2.1.5 Ok
rcpt to: <[email protected]>       
250 2.1.5 Ok
data
354 End data with <CR><LF>.<CR><LF>
subject: test7

test7.
.
250 2.0.0 Ok: queued as 5EB736063B 

Sympa logs show:

sympa-web-21_1  | Aug 23 12:15:53 sympa-web-21 postfix/pipe[315]: 9AC6F60652: to=<[email protected]>, relay=sympafamilylistespersonnelles, delay=0.04, delays=0.02/0.01/0/0.01, dsn=5.3.0, status=bounced (command line usage error. Command output: /usr/local/libexec/familyqueue: usage error, two arguments expected : list-name family-name ) 

Do you want more info ?

Apparently, more than 1 recipient is not allowed by /usr/local/libexec/familyqueue.

from sympa-community.github.io.

simonelbaz avatar simonelbaz commented on June 24, 2024

I finally understood your question :)

Yes, with:

sympabounce_destination_recipient_limit = 1
sympafamily_destination_recipient_limit = 1
sympa_destination_recipient_limit = 1
debian@sympa02:~$ telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 sympa02.domain.com ESMTP Postfix (Debian/GNU)      
ehlo test
250-sympa02.domain.com      
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-ENHANCEDSTATUSCODES
250-8BITMIME
250-DSN
250-SMTPUTF8
250 CHUNKING
mail from: <[email protected]>                  
250 2.1.0 Ok
rcpt to: <[email protected]>       
250 2.1.5 Ok
rcpt to: <[email protected]>       
250 2.1.5 Ok
data
354 End data with <CR><LF>.<CR><LF>
subject: test16

test
.
250 2.0.0 Ok: queued as 1CF8160654 

Result:

sympa-web-21_1  | Aug 24 16:16:43 sympa-web-21 postfix/pipe[294]: A960660656: to=<[email protected]>, relay=sympafamilylistespersonnelles, delay=1, delays=0.02/0.01/0/1, dsn=2.0.0, status=sent (delivered via sympafamilylistespersonnelles service (list-name:[email protected], family-name:listespersonnelles))       
sympa-web-21_1  | Aug 24 16:16:43 sympa-web-21 postfix/pipe[295]: A960660656: to=<[email protected]>, relay=sympafamilylistespersonnelles, delay=1, delays=0.02/0.02/0/1, dsn=2.0.0, status=sent (delivered via sympafamilylistespersonnelles service (list-name:[email protected], family-name:listespersonnelles)) 

Mails are sent.

from sympa-community.github.io.

simonelbaz avatar simonelbaz commented on June 24, 2024

Thanks @ikedas .
I am trying to understand the sympabounce role.
From the bounce documentation (https://www.postfix.org/bounce.8.html), bounce notifies the sender with a delivery status information.

Should the sympabounce send the delivery status information to the user (and not the recipient) ?

Thanks

from sympa-community.github.io.

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.