Discussion:
Kolab 16: Shared Folders do not work (status=bounced)
Lüttig, Bastian
2017-06-07 04:56:59 UTC
Permalink
Hi,

I encountered a problem with shared folders after an update within Kolab
16:
All messages to these folders were rejected and I received the mail.info
message:

status=bounced (mail for FQDN loops back to myself)

The solution was to edit:
/etc/postfix/ldap/virtual_alias_maps_sharedfolders.cf

and change

result_format = "shared+%s"

into

result_format = shared+%s

I hope this might help someone with similar problems.

Best regards,
Bastian
--
bastie.space / Bastian Lüttig
Reinsburgstr. 59
70178 Stuttgart

Tel.: +49 176 436 289 38
Email: ***@bastie.space
Daniel Hoffend
2017-06-09 22:18:23 UTC
Permalink
Hi Bastian

there was a reason that we changed the to the format with "quotes"
because then the sharedfolder could contain spaces

https://cgit.kolab.org/pykolab/commit/pykolab/setup/setup_mta.py?id=1ae974030e1e71565872f7265ba33f1cd82986bd
https://issues.kolab.org/show_bug.cgi?id=4613

Without any more information i'm not sure what exactly went wrong in
your setup.

--
Regards
Daniel
Post by Lüttig, Bastian
Hi,
All messages to these folders were rejected and I received the mail.info
status=bounced (mail for FQDN loops back to myself)
/etc/postfix/ldap/virtual_alias_maps_sharedfolders.cf
and change
result_format = "shared+%s"
into
result_format = shared+%s
I hope this might help someone with similar problems.
Best regards,
Bastian
--
bastie.space / Bastian Lüttig
Reinsburgstr. 59
70178 Stuttgart
Tel.: +49 176 436 289 38
_______________________________________________
users mailing list
https://lists.kolab.org/mailman/listinfo/users
Lüttig, Bastian
2017-06-10 07:45:13 UTC
Permalink
Hi Daniel,

I installed Kolab 16 beginning of May on a Debian 8 machine with default
settings, then installed the updates beginning of June.
After the updates, I encountered the following message when I wanted to
send messages to the shared folders from outside:
-------------
This is the mail system at host mail.mydomain.example.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to postmaster.

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

The mail system

<"shared+shared/***@mydomain.example"@mail.mydomain.example>:
mail for
mail.mydomain.example loops back to myself

Final-Recipient: rfc822;
"shared+shared/***@mydomain.example"@mail.mydomain.example
Original-Recipient:
rfc822;"shared+shared/***@mydomain.example"@mail.mydomain.example
Action: failed
Status: 5.4.6
Diagnostic-Code: X-Postfix; mail for mail.mydomain.example loops back to
myself

--------------
mydomain.example has correct MX records.
mail.mydomain.example is the FQDN of the mailserver

Which looks like, the address has been rewritten including the quotes.
Is there another setting I need to change? (not acc. your git commit)
Maybe there is another setting in one of the Debian applications?

I tried to find solutions elsewhere, but didn't.

BR
Bastian
Post by Daniel Hoffend
Hi Bastian
there was a reason that we changed the to the format with "quotes"
because then the sharedfolder could contain spaces
https://cgit.kolab.org/pykolab/commit/pykolab/setup/setup_mta.py?id=1ae974030e1e71565872f7265ba33f1cd82986bd
https://issues.kolab.org/show_bug.cgi?id=4613
Without any more information i'm not sure what exactly went wrong in
your setup.
--
Regards
Daniel
Post by Lüttig, Bastian
Hi,
All messages to these folders were rejected and I received the mail.info
status=bounced (mail for FQDN loops back to myself)
/etc/postfix/ldap/virtual_alias_maps_sharedfolders.cf
and change
result_format = "shared+%s"
into
result_format = shared+%s
I hope this might help someone with similar problems.
Best regards,
Bastian
--
bastie.space / Bastian Lüttig
Reinsburgstr. 59
70178 Stuttgart
Tel.: +49 176 436 289 38
_______________________________________________
users mailing list
https://lists.kolab.org/mailman/listinfo/users
Loading...