[pfx] Re: Use different transport map for submission

2024-08-07 Thread Dāvis Mosāns via Postfix-users
trešd., 2024. g. 7. aug., plkst. 03:18 — lietotājs Viktor Dukhovni via Postfix-users () rakstīja: > > On Tue, Aug 06, 2024 at 09:05:20PM +0300, Dāvis Mosāns via Postfix-users > wrote: > > > That's the issue, transport map I have: > > transport_maps = lmdb:/e

[pfx] Re: Use different transport map for submission

2024-08-06 Thread Dāvis Mosāns via Postfix-users
piektd., 2024. g. 2. aug., plkst. 02:46 — lietotājs Wietse Venema () rakstīja: > > D?vis Mos?ns via Postfix-users: > > ceturtd., 2024. g. 1. aug., plkst. 09:10 ? lietot?js Wietse Venema via > > Postfix-users () rakst?ja: > > > > > > Davis Mosans via Postfix-users: > > > > Hi, > > > > > > > > I'm tr

[pfx] Re: Use different transport map for submission

2024-08-01 Thread Dāvis Mosāns via Postfix-users
ceturtd., 2024. g. 1. aug., plkst. 14:10 — lietotājs Viktor Dukhovni via Postfix-users () rakstīja: > > On Thu, Aug 01, 2024 at 12:54:16AM +0300, Dāvis Mosāns via Postfix-users > wrote: > > > and in master.cf I have: > > submissions inet n - n

[pfx] Re: Use different transport map for submission

2024-08-01 Thread Dāvis Mosāns via Postfix-users
ceturtd., 2024. g. 1. aug., plkst. 09:10 — lietotājs Wietse Venema via Postfix-users () rakstīja: > > Davis Mosans via Postfix-users: > > Hi, > > > > I'm trying to setup Postfix in a way that will forward/relay all mail > > on SMTP port 25 but send out (don't forward) email when receiving on > > su

[pfx] Use different transport map for submission

2024-07-31 Thread Dāvis Mosāns via Postfix-users
Hi, I'm trying to setup Postfix in a way that will forward/relay all mail on SMTP port 25 but send out (don't forward) email when receiving on submission port 465. In main.cf I have: transport_maps = lmdb:/etc/postfix/transport and inside there I have * smtp:[internal.example.org]:2525 and in mas

Re: OT: Official Postfix source code repository

2014-04-18 Thread Dāvis Mosāns
That is exactly what I was looking for, just public read-only repository for main/master branch. It looks like it's this https://github.com/vdukhovni/postfix ? Only downside is that there's no useful commit messages. So basically have to look at commit individually to see what exactly was changed.

Re: Official Postfix source code repository?

2014-04-18 Thread Dāvis Mosāns
eleases to find which version introduced some bug or changed something on which you relied? Why do you think I asked for repository? because I was intending to contribute. Linux kernel uses git repository and that works perfectly fine. 2014-04-18 19:37 GMT+03:00 Jim Reid : > On 18 Apr 2014, at 1

Official Postfix source code repository?

2014-04-18 Thread Dāvis Mosāns
I couldn't find Postfix source code repository, I saw only tarballs. Source control (SCM/VCS) is a MUST have. It's unbelievable that people just work with tarballs without proper source control. It doesn't matter which you use, but it must be available. Sending patches over email is what people did