Ik heb deze mini-HOWTO gevolgd:
Setting up a pop3 server is a very easy operation. First setup the pop3 server and then setup the accounts.
Edit /etc/services and make sure these two lines are in there and remove any # in front of them:
pop-3 110/tcp # PostOffice V.3
pop 110/tcp # PostOffice V.3
Edit /etc/inetd.conf and remove the # in front of this line:
pop-3 stream tcp nowait root /usr/sbin/tcpd ipop3d
and then restart inetd by typing:
killall -HUP inetd [Enter]
Your pop3 server is now fully up and operational. Nice and simple.
Tja, maar toen werkte het dus niet...
Als ik in OutlookExpress mail probeer te verbinden met linux, dus als pop server: 192.168.0.1 ingesteld, wacht ie 3 seconden, en zegt dan dit:
De server heeft de verbinding onverwachts afgebroken. Mogelijke oorzaken zijn problemen met de server, netwerkproblemen of te lange inactiviteit. Account: 'Linux', Server: '192.168.0.1', Protocol: POP3, Poort: 110, Beveiligd(SSL): Nee, Foutnummer: 0x800CCC0F
Wat moet ik doen?
Setting up a pop3 server is a very easy operation. First setup the pop3 server and then setup the accounts.
Edit /etc/services and make sure these two lines are in there and remove any # in front of them:
pop-3 110/tcp # PostOffice V.3
pop 110/tcp # PostOffice V.3
Edit /etc/inetd.conf and remove the # in front of this line:
pop-3 stream tcp nowait root /usr/sbin/tcpd ipop3d
and then restart inetd by typing:
killall -HUP inetd [Enter]
Your pop3 server is now fully up and operational. Nice and simple.
Tja, maar toen werkte het dus niet...
Als ik in OutlookExpress mail probeer te verbinden met linux, dus als pop server: 192.168.0.1 ingesteld, wacht ie 3 seconden, en zegt dan dit:
De server heeft de verbinding onverwachts afgebroken. Mogelijke oorzaken zijn problemen met de server, netwerkproblemen of te lange inactiviteit. Account: 'Linux', Server: '192.168.0.1', Protocol: POP3, Poort: 110, Beveiligd(SSL): Nee, Foutnummer: 0x800CCC0F
Wat moet ik doen?