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

Fix imapsync to support other ports for IMAP Server than 143 #6229

Closed
wants to merge 2 commits into from

Conversation

Boldie
Copy link

@Boldie Boldie commented Dec 26, 2024

Contribution Guidelines

What does this PR include?

Short Description

In case of configuring a different port for the builtin IMAP server the synchronization fails. The reason is there was a missing definition for the port of the destination machine (--port2 parameter to imapsync). This will now be added if the IMAP_PORT environment is set.

Affected Containers

  • dovecot

Did you run tests?

Yes, for my setup.

What did you tested?

I tested if sync now works for my config with a dovecot on Port 9143. The port is now passed correctly.

What were the final results? (Awaited, got)

The sync does no longer fail.

DerLinkman and others added 2 commits November 15, 2024 16:21
In case of configuring a different port for the builtin IMAP server the
synchronization fails. The reason is there was a missing definition for
the port of the destination machine. This will now be added if the IMAP_PORT
environment is set.
@Boldie Boldie changed the base branch from master to staging December 26, 2024 18:18
@Boldie
Copy link
Author

Boldie commented Dec 26, 2024

Refs #6228

@Boldie Boldie marked this pull request as draft December 26, 2024 18:22
@Boldie Boldie closed this Dec 26, 2024
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