Ray Olszewski wrote:
> As I look through the firewall ruleset ... the input chain specifically 
> ... I don't see a rule to ACCEPT port-25 traffic. Nor do I see one to 
> ACCEPT port-80 traffic (but you did say the Web server worked, didn't 
> you?).
> 
> WIth that as a hint, I *think* I've spotted the error in the config 
> file. It is here:
> 
>         DMZ_OPEN_DEST=" udp_${DMZ_NET}_domain
>                 tcp_${DMZ_NET}_domain
>                 tcp_${DMZ_NET}_www
>                 tcp_${DMZ_NET}_smtp"
> 
> Now first a word of caution ... I'm probably the worst shell scripter in 
> the LEAF crowd, so I may be reading this wrong ... 

The great thing about shell programming is that you can always move your 
cursor to a shell window and give it a try:

[teastep@wookie teastep]$ a="foo
 >                            bar
 >                            bash"
[teastep@wookie teastep]$ echo $a
foo bar bash
[teastep@wookie teastep]$

Looks ok....

-Tom
-- 
Tom Eastep    \ Shorewall - iptables made easy
AIM: tmeastep  \ http://www.shorewall.net
ICQ: #60745924  \ [EMAIL PROTECTED]



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to