Re: [Mimedefang] MIMEDefang and Postfix (was Re: Hi, and an update)

2020-07-27 Thread Dianne Skoll via MIMEDefang
On 2020-07-27 16:34, Joseph Brennan wrote:

> Hi Dianne I hope you're well. I'm saving your message just in case!

Heh. :)

> Only 20 years? Even so how well we know the satisfaction of spending
> a whole work day putting letters, numbers, and punctuation marks in
> just the right place in a line or two of sendmail.mc

Oh, for sure, Sendmail's an amazing piece of software and can be munged to
do all kinds of weird and wonderful things.  During the time I ran Roaring
Penguin, we ran into quite a few situations where Sendmail's flexibility
saved the day.

But still... it's showing its age, and Postfix is a really nice tool also.
Not quite as flexible as Sendmail, but close, and much more straightforward.

> The very last one I did was to use access.db to limit which valid users can do
> smtp auth. I need to migrate that to postfix pretty soon.

I wouldn't have a clue how to do that. :)  I'm still a Postfix newbie.

Regards,

Dianne.

PS: There is an official MIMEDefang git repo on github now:
https://github.com/The-McGrail-Foundation/MIMEDefang
___
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list MIMEDefang@lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang


[Mimedefang] MIMEDefang and Postfix (was Re: Hi, and an update)

2020-07-27 Thread Dianne Skoll via MIMEDefang

> I've recently taken a position at Best Practical Solutions (the folks
> who make RT / Request Tracker.)  I actually have to integrate MIMEDefang
> with Postfix, which is not something I've done before, so I'm interested
> in hearing tips or pointers from people who have done this.

Well, it turned out to be super-easy.  The only minor wrinkle was that
I made the mimedefang socket an inet socket (127.0.0.1:8443) because Postfix
runs in a chroot environment, so it was just easier that way.
Then I just added this to /etc/postfix/master.cf:

smtpd_milters = inet:127.0.0.1:8443

and everything just worked!

Despite having used Sendmail for a long time (20 years?), I have to say I'm
a fan of Postfix.  Very easy to set up and quite well designed.

Regards,

Dianne.
___
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list MIMEDefang@lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang