-
Notifications
You must be signed in to change notification settings - Fork 1
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
Mail piler archive first PR #1
Conversation
f701b1b
to
b8de915
Compare
2be3335
to
dab4141
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The overall implementation is good.
We need just some minor adjustments.
Another improvement: since Piler has its own webapp, let's add a link to it in Status page. Example: https://github.com/NethServer/ns8-nextcloud/blob/main/ui/src/views/Status.vue#L20-L53 |
615b3ae
to
aeb11fd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is Piler under a FOSS license?
071c71b
to
2d5132d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a minor suggestion. Remember to format Settings.vue
and Status.vue
source code if you haven't already :)
2d5132d
to
80510b4
Compare
80510b4
to
52f385a
Compare
5b8c997
to
d540f8b
Compare
Actually piler is waiting on TCP 2525 the smtp transaction |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UI part LGTM
We need to stop now the work on piler the time to wait the development work on ns8-mail. The idea is to use the mail module to make the route to piler and to expose only the TCP 25 port on the wild world web. |
Install and configure mail Piler in NS8
We need to wait after final ns8-mail to make transport route on custom smtp port other than 587 or 25
Piler is waiting email on a TCP 2525
in
/etc/postfix/transport
we need to do (for example, think to postmap and restart postfix)piler.example.com smtp:[piler.example.com]:2525
in NS7 use the Recipient Relay menu
screen shot of the UI