List,

Where do I begin?  First was having no local mail delivery.  I thought
I'd install Postfix. So I went to Derek Jennings web site.  Nice, but I
just have a standalone machine with an ADSL connection. I read some of
the docs setup some aliases for root and no go. I no get mail. My log
files showed rejected messages and a running of the mailq command
provided the following:

742CE99E64      342 Thu May 27 01:01:00  [EMAIL PROTECTED]
                   (connect to myhouse.net[220.80.108.83]: Connection
refused)
                                         [EMAIL PROTECTED]


Anyway to get local mail I discovered that port 25 needed to be opened
on my firewall. So modified the shorewall rules file to permit a tcp
connection on port 25 to the fw and into the machine:

##############################################################################
#ACTION         SOURCE  DEST    PROTO   DEST    SOURCE  ORIGINAL        RATE    USER/  
                                 
#                                       PORT    PORT(S) DEST            LIMIT   GROUP
ACCEPT          net     fw      icmp    8
ACCEPT          fw      net     icmp
ACCEPT          net     fw      tcp     25      
ACCEPT          fw      net     tcp
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOV

Hope this doesn't compromise my security?

Well.. I finally started getting mail from the terminal and into evo 1.4
after finally figuring out delivery was local by mbox or
/var/spool/mail/terryg. I still however get the above rejected messages
and have tried to look at postfix docs, but there is alot there and I'm
want to keep it simple right now. So how can I fix the rejected message
and get back to that notion that my postfix mailer works? I have
enclosed my /etc/postfix/main.cf file.

Thanks for reading,

Terry

Terry Golightly ... [EMAIL PROTECTED] ... Pittsburgh, Pa 
Mandrake Linux release 10.0 (Official) for i586 kernel
2.6.3-9mdk-i686-up-4GB 
21:47:09 up 1 day, 4:28, 3 users, load average: 0.14, 0.11, 0.03 

If Patrick Henry thought that taxation without representation was bad,
he should see how bad it is with representation.

# These are only the parameters changed from a default install
# see /etc/postfix/main.cf.dist for a commented, fuller version of this file.

# These are changed by postfix install script
readme_directory = /usr/share/doc/postfix-2.1.1/README_FILES
sample_directory = /usr/share/doc/postfix-2.1.1/samples
html_directory = /usr/share/doc/postfix-2.1.1/html
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
command_directory = /usr/sbin
manpage_directory = /usr/share/man
daemon_directory = /usr/lib/postfix
newaliases_path = /usr/bin/newaliases.postfix
mailq_path = /usr/bin/mailq.postfix
queue_directory = /var/spool/postfix
mail_owner = postfix

# User configurable parameters

inet_interfaces = localhost
mynetworks_style = host
delay_warning_time = 4h
smtpd_banner = $myhostname ESMTP $mail_name ($mail_version) (Mandrake Linux)
unknown_local_recipient_reject_code = 450
smtp-filter_destination_concurrency_limit = 2
lmtp-filter_destination_concurrency_limit = 2
smtpd_sasl_path = /etc/postfix/sasl:/usr/lib/sasl2
____________________________________________________
Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com
____________________________________________________

Reply via email to