LinuxSA Mailing list archives

Index: [thread] [date] [subject] [author] [stats]
  From: Ant <fineales@ozemail.com.au>
  To  : Michael Firkins <michael@home.lyppard.com.au>
  Date: 23 Apr 2003 18:01:05 +0930

Re: sendmail vs postfix

Postfix is quite a good mailer. Its much more straight forward to
configure and with less gotchas than sendmail. 

You need to check in /etc/postfix. All you configuration lives in there.
Theres a couple of config files with different purposes. They all have
good documention in the files as comments. 

I think you need /etc/postfix/transport

Which has in as a comment:

#        domain transport:nexthop
#               Mail  for  domain is delivered through transport to
#               nexthop.
#
#        .domain transport:nexthop
#               Mail for  any  subdomain  of  domain  is  delivered
#               through  transport  to  nexthop.  This applies only
#               when the string transport_maps is not listed in the
#               parent_domain_matches_subdomains configuration set-
#               ting.  Otherwise, a domain name matches itself  and
#               its subdomains.

Postfix is quite easy to get going. I wouldnt worry too much about
having it sorted before you jump in :) Just remember the main ones:

postfix reload 
postfix check

And read the comments in the config files!

The postfix-users list is good too.

Ant

On Wed, 2003-04-23 at 17:05, Michael Firkins wrote:
> Hi.
> 
> I'm planning the overdue replacement of our ancient (redhat 5.1, sendmail 8.9)
> mailserver with something a little more current, and I'd like to get off the
> sendmail bandwagon in the process and opt for postfix.
> 
> I have struck a hitch, however, that does not seem to be covered in the postfix
> docs that I can find. We use genericstable to map incoming names to the actual
> user on their local mailserver, so that the mail coming into the gateway machine
> is forwarded to the correct mailserver.
> 
> For instance, we might have a user jack.frost@domain.com, whose mail arrives on
> mailgateway.domain.com (as does all domain.com mail), and is redirected via
> genericstable to jackf@northpole.domain.com and subsequently delivered via smtp
> transport to northpole.domain.com over the private network.
> 
> How do I create that scenario in postfix? The only thing I can see is to use the
> /etc/aliases database. Is that how it should be done?
> 
> Any help appreciated, I'd like to get my ducks in a row before I start messing
> with it. :)
> 
> Regards,
> 
> Michael
> 
> -- 
> LinuxSA WWW: http://www.linuxsa.org.au/ IRC: #linuxsa on irc.freenode.net
> To unsubscribe from the LinuxSA list:
>   mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject
> 


-- 
LinuxSA WWW: http://www.linuxsa.org.au/ IRC: #linuxsa on irc.freenode.net
To unsubscribe from the LinuxSA list:
  mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject


Index: [thread] [date] [subject] [author] [stats]
Return to the LinuxSA Mailing List Information Page