Gentoo Archives: gentoo-server

From: jack jackson <jackson.linux@×××××.com>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] Postfix Hell
Date: Fri, 08 Apr 2005 21:19:33
Message-Id: 426f4b4a05040814194adde2d@mail.gmail.com
In Reply to: Re: [gentoo-server] Postfix Hell by jack jackson
1 Here's a shorter version:
2 alias_database = hash:/etc/mail/aliases
3 alias_maps = hash:/etc/mail/aliases
4 biff = no
5 command_directory = /usr/sbin
6 config_directory = /etc/postfix
7 content_filter = lmtp-amavis:[127.0.0.1]:10024
8 daemon_directory = /usr/lib/postfix
9 debug_peer_level = 2
10 default_destination_concurrency_limit = 2
11 empty_address_recipient = MAILER-DAEMON
12 home_mailbox = .maildir/
13 html_directory = no
14 inet_interfaces = all
15 local_destination_concurrency_limit = 2
16 local_recipient_maps = unix:passwd.byname $alias_maps
17 mail_owner = postfix
18 mailq_path = /usr/bin/mailq
19 manpage_directory = /usr/share/man
20 mydestination = $myhostname, localhost.$mydomain, localhost
21 mydomain = selby.tld
22 myhostname = blackrock.selby.tld
23 mynetworks = $config_directory/mynetworks
24 myorigin = $mydomain
25 newaliases_path = /usr/bin/newaliases
26 queue_directory = /var/spool/postfix
27 queue_minfree = 120000000
28 readme_directory = /usr/share/doc/postfix-2.1.5-r2/readme
29 relay_domains = $mydestination
30 sample_directory = /etc/postfix
31 sendmail_path = /usr/sbin/sendmail
32 setgid_group = postdrop
33 soft_bounce = yes
34 transport_maps = hash:/etc/postfix/transport
35 unknown_local_recipient_reject_code = 550
36
37 Also:
38 /etc/postfix/transport
39 selby.tld smtp:mail.selby.tld
40
41
42 blackrock root # netstat -ptln
43 Active Internet connections (only servers)
44 Proto Recv-Q Send-Q Local Address Foreign Address
45 State PID/Program name
46 tcp 0 0 0.0.0.0:993 0.0.0.0:*
47 LISTEN 21183/couriertcpd
48 tcp 0 0 127.0.0.1:10024 0.0.0.0:*
49 LISTEN 12919/amavisd (mast
50 tcp 0 0 127.0.0.1:10025 0.0.0.0:*
51 LISTEN 12920/master
52 tcp 0 0 127.0.0.1:3306 0.0.0.0:*
53 LISTEN 863/mysqld
54 tcp 0 0 0.0.0.0:143 0.0.0.0:*
55 LISTEN 21115/couriertcpd
56 tcp 0 0 127.0.0.1:719 0.0.0.0:*
57 LISTEN 22591/famd
58 tcp 0 0 0.0.0.0:111 0.0.0.0:*
59 LISTEN 22580/portmap
60 tcp 0 0 0.0.0.0:80 0.0.0.0:*
61 LISTEN 22892/apache2
62 tcp 0 0 0.0.0.0:22 0.0.0.0:*
63 LISTEN 11030/sshd
64 tcp 0 0 0.0.0.0:25 0.0.0.0:*
65 LISTEN 12920/master
66
67 Anyone?
68
69
70 On Apr 8, 2005 2:48 PM, jack jackson <jackson.linux@×××××.com> wrote:
71 > Thanks, Jason,
72 > For lack of understanding, I send it all. APologies in advance if
73 > that's not what you meant. I don't know enough to discriminate!
74 >
75 >
76 >
77 > On Apr 8, 2005 2:40 PM, Jason Harley <jharley@×××××.com> wrote:
78 > > Hey -
79 > >
80 > > Sounds like you may have your chain of associations a little mixed up...
81 > >
82 > > Might be best to send along some postconf, before any more can be said.
83 > >
84 > > ./JRH
85 > > --
86 > > Jason Harley <jharley@×××××.com>
87 > > 416.874.8556
88 > > Infrastructure Systems Administrator
89 > > Business Technology Group
90 > > Alias <http://www.alias.com>
91 > >
92 > > On Fri, 2005-04-08 at 14:15 -0500, jack jackson wrote:
93 > > > Hello,
94 > > > postfix on gentoo...
95 > > >
96 > > > In /var/log/messages I'm getting an error about transport not
97 > > > available. I know that I wondered, while going through this
98 > > > (http://www.gentoo.org/doc/en/mailfilter-guide.xml) how-to, that I
99 > > > simply stated my local domain to be called something, but I have not
100 > > > declared this anywhere else. Where would I declare the name of
101 > > > domain.tld? /etc/hosts ?
102 > > >
103 > > > The error I get (/var/log/messages):
104 > > >
105 > > > Apr 7 19:30:01 blackrock postfix/qmgr[12933]: D45A3340CA3:
106 > > > to=<root@×××××.tld>, orig_to=<root>, relay=none, delay=0,
107 > > > status=deferred (delivery temporarily suspended: transport is
108 > > > unavailable)
109 > > >
110 > > > I have a long output of postconf which I'll spare you, but I'm
111 > > > positively stumped - though that is entirely easy because this is my
112 > > > first postfix install.
113 > > >
114 > > > I'm trying to get it working with amavisd-new.
115 > > >
116 > > > Thanks in advance
117 > > > --
118 > > > gentoo-server@g.o mailing list
119 > >
120 > > --
121 > > gentoo-server@g.o mailing list
122 > >
123 > >
124 >
125 --
126 gentoo-server@g.o mailing list