strredwolf: (Default)
STrRedWolf ([personal profile] strredwolf) wrote2003-09-09 02:04 pm

(no subject)

I like sendmail.

I mean, I like the offical Sendmail. Exim, qmail, courier, etc I couldn't find how to get it to do simple items. Sendmail, however, I like.

Getting Gentoo to install Sendmail right... I don't like. But it's done now.

[identity profile] karolluis.livejournal.com 2003-09-10 07:19 am (UTC)(link)
Would you know how to make Exim 4.2 alias an entire domain onto another domain? Our host for another site is telling us it can't be done, and we have to manually alias each account to every other domain we want to us. Which is a major PTIB

- Karol

[identity profile] strredwolf.livejournal.com 2003-09-10 09:28 am (UTC)(link)
No, I only know Sendmail. Sendmail I can eazily do that. It's putting a line in the site's sendmail.mc file...

MASQUERADE_AS(`host.domain')dnl

...then recompiling the .mc into a .cf. If the .mc's properly set up, you can just run it through m4 and pipe the output to the .cf, then reset Sendmail.

Exim... looks like to have funkier methods of setup.