Bugs item #1521908, was opened at 2006-07-13 17:53
Message generated for change (Settings changed) made by
peter-endian
You can respond by visiting:
https://sourcefo
rge.net/tracker/?func=detail&atid=725139&aid=1521908
&group_id=132104
Please note that this message will contain a full copy of
the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Raphael Lechner (xedo)
Summary: SMTP Proxy fail to start
Initial Comment:
The SMTP fails to restart after a reboot (EFWV2).
After reboot or after PPoE re-connection, SMTP Proxy
settings indicate that the service is enabled and
transparent, but no response from SMTP proxy.
Only resolution is to disable all SMTP proxy settings,
save, re-enable and save again.
Problem could be related to PPoE connection on RED
network.
------------------------------------------------------------
----------
Comment By: DukeOfAwesome (dukeofawesome)
Date: 2006-08-08 13:13
Message:
Logged In: YES
user_id=1473960
xedo,
You are a GOD!! It works!
Thank you, thank you, thank you!!!
Duke
------------------------------------------------------------
----------
Comment By: Raphael Lechner (xedo)
Date: 2006-08-03 20:09
Message:
Logged In: YES
user_id=202863
Hello
Please change the following line(line 379) in
/usr/local/bin/restartsmtpd.py
from:
iptables = ' iptables -A SMTPD -i %s -p %s -m %s --dport %s
-j ACCEPT' % ( interface, proto, proto, port )
to:
iptables = '/sbin/iptables -A SMTPD -i %s -p %s -m %s
--dport %s -j ACCEPT' % ( interface, proto, proto, port )
Please report if the problem is now resolved.
Regards,
Raphael Lechner
------------------------------------------------------------
----------
You can respond by visiting:
https://sourcefo
rge.net/tracker/?func=detail&atid=725139&aid=1521908
&group_id=132104
------------------------------------------------------------
-------------
Using Tomcat but need to do more? Need to support web
services, security?
Get stuff done quickly with pre-integrated technology to
make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on
Apache Geronimo
http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Efw-devel mailing list
Efw-devel lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/efw-devel
|