Florent Galland

Results 29 comments of Florent Galland

@tomforster provided a fix by allowing the host configuration to be set from the command line. It is published as [email protected].

Well that is an interesting remark. Actually there are two reasons why there is no router inside mailin: - The first one is that I would really like to keep...

Well the post routing should be doable. We just need to define the config file format. What you posted is a good starting point. The mail forwarding is even more...

Sure it would be really helpful, though I'd like to take a decision on #23 before starting the dev.

Adding `follow: true`did the trick for us, indeed with a `**`style matching rule.

@TimMeade I'm not familiar with haproxy in particular and tcp proxying in general. How does the send-proxy protocol forwards the sender IP? Usually, EPIPE errors arise when the server on...

Actually, these are not duplicated params, they come from the specification of the SMTP protocol itself. Here comes an explanation, shamelessly pasted from [utcc.utoronto.ca/usg/technotes/smtp-intro.html](http://utcc.utoronto.ca/usg/technotes/smtp-intro.html): > Just like physical letters, SMTP...

This one looks like a bug from the [addressparser](https://github.com/andris9/addressparser) package because of the missing space between the name and the '

Mmm... Let me have a look.