Here's a shorter version:
alias_database = hash:/etc/mail/aliases
alias_maps = hash:/etc/mail/aliases
biff = no
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = lmtp-amavis:[127.0.0.1]:10024
daemon_directory = /usr/lib/postfix
debug_peer_level = 2
default_destination_concurrency_limit = 2
empty_address_recipient = MAILER-DAEMON
home_mailbox = .maildir/
html_directory = no
inet_interfaces = all
local_destination_concurrency_limit = 2
local_recipient_maps = unix:passwd.byname $alias_maps
mail_owner = postfix
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
mydestination = $myhostname, localhost.$mydomain, localhost
mydomain = selby.tld
myhostname = blackrock.selby.tld
mynetworks = $config_directory/mynetworks
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
queue_minfree = 120000000
readme_directory = /usr/share/doc/postfix-2.1.5-r2/readme
relay_domains = $mydestination
sample_directory = /etc/postfix
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
soft_bounce = yes
transport_maps = hash:/etc/postfix/transport
unknown_local_recipient_reject_code = 550 

Also:
/etc/postfix/transport
selby.tld                          smtp:mail.selby.tld


blackrock root # netstat -ptln
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address        
State PID/Program name
tcp        0      0 0.0.0.0:993             0.0.0.0:*              
LISTEN 21183/couriertcpd
tcp        0      0 127.0.0.1:10024         0.0.0.0:*              
LISTEN 12919/amavisd (mast
tcp        0      0 127.0.0.1:10025         0.0.0.0:*              
LISTEN 12920/master
tcp        0      0 127.0.0.1:3306          0.0.0.0:*              
LISTEN 863/mysqld
tcp        0      0 0.0.0.0:143             0.0.0.0:*              
LISTEN 21115/couriertcpd
tcp        0      0 127.0.0.1:719           0.0.0.0:*              
LISTEN 22591/famd
tcp        0      0 0.0.0.0:111             0.0.0.0:*              
LISTEN 22580/portmap
tcp        0      0 0.0.0.0:80              0.0.0.0:*              
LISTEN 22892/apache2
tcp        0      0 0.0.0.0:22              0.0.0.0:*              
LISTEN 11030/sshd
tcp        0      0 0.0.0.0:25              0.0.0.0:*              
LISTEN 12920/master

Anyone? 


On Apr 8, 2005 2:48 PM, jack jackson <[EMAIL PROTECTED]> wrote:
> Thanks, Jason,
> For lack of understanding, I send it all. APologies in advance if
> that's not what you meant. I don't know enough to discriminate!
> 
> 
> 
> On Apr 8, 2005 2:40 PM, Jason Harley <[EMAIL PROTECTED]> wrote:
> > Hey -
> >
> > Sounds like you may have your chain of associations a little mixed up...
> >
> > Might be best to send along some postconf, before any more can be said.
> >
> > ./JRH
> > --
> > Jason Harley <[EMAIL PROTECTED]>
> > 416.874.8556
> > Infrastructure Systems Administrator
> > Business Technology Group
> > Alias <http://www.alias.com>
> >
> > On Fri, 2005-04-08 at 14:15 -0500, jack jackson wrote:
> > > Hello,
> > > postfix on gentoo...
> > >
> > > In /var/log/messages I'm getting an error about transport not
> > > available. I know that I wondered, while going through this
> > > (http://www.gentoo.org/doc/en/mailfilter-guide.xml) how-to, that I
> > > simply stated my local domain to be called something, but I have not
> > > declared this anywhere else. Where would I declare the name of
> > > domain.tld? /etc/hosts ?
> > >
> > > The error I get (/var/log/messages):
> > >
> > > Apr 7 19:30:01 blackrock postfix/qmgr[12933]: D45A3340CA3:
> > > to=<[EMAIL PROTECTED]>, orig_to=<root>, relay=none, delay=0,
> > > status=deferred (delivery temporarily suspended: transport is
> > > unavailable)
> > >
> > > I have a long output of postconf which I'll spare you, but I'm
> > > positively stumped - though that is entirely easy because this is my
> > > first postfix install.
> > >
> > > I'm trying to get it working with amavisd-new.
> > >
> > > Thanks in advance
> > > --
> > > [email protected] mailing list
> >
> > --
> > [email protected] mailing list
> >
> >
>
--
[email protected] mailing list

Reply via email to