Am Sonntag, 24. M�rz 2002 14:25 schrieb Uwe Kerstan:
> If no port 25 listener is available, you must configure
> Debian fetchmail explicitly to use an MDA.
Hallo Uwe, Markus,
danke f�r Eure Hinweise - die L�sung lag so nah - xinetd ;-))
Zum Einen mu� (und kann auch) f�r das zweite Interface ein weiterer
"service smtp" definiert werden. Und zum anderen macht die komplette Zeile
"only_from=192.168.10.0 localhost" nur im Abschnitt defaults {...} Sinn.
Damit funktioniert _es_ wie erhofft!
Datei /etc/xinetd
defaults
{
...
� � � � only_from � � � � � = 192.168.10.0/24 localhost
}
# interface: lo
service smtp
{
� � � � socket_type � � = stream
� � � � protocol � � � �= tcp
� � � � wait � � � � � �= no
� � � � user � � � � � �= mail
� � � � server � � � � �= /usr/sbin/exim
� � � � server_args � � = -bs
� � � � bind � � � � � �= 127.0.0.1
}
# interface: eth0
service smtp
{
� � � � socket_type � � = stream
� � � � protocol � � � �= tcp
� � � � wait � � � � � �= no
� � � � user � � � � � �= mail
� � � � server � � � � �= /usr/sbin/exim
� � � � server_args � � = -bs
� � � � bind � � � � � �= 192.168.10.10
}
netstat -ln
tcp � 0 � 0 � 192.168.10.10:25 � 0.0.0.0:* � LISTEN
tcp � 0 � 0 � 127.0.0.1:25 � � � � �0.0.0.0:* � LISTEN
Danke und Gruss, Karl-Heinz.
--
Twinkle twinkle little star, how I wonder what you are?
Up above the world so high, like a diamond in the sky.
--
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)