Hi!<br><br>My mail server (ubuntu breezey badger) is connected by ADSL and has a dynamic address. I have noticed that, every day after the IP address changes, dovecot is no longer reachable from the net. Iguess this is because dovecot doesn't register this change and continues to listen on a non-existing interface/address.
<br><br>I'm trying to solve this problem by putting a script in /etc/ppp/ip-up/<br>dovecot<br>--===---<br>#!/bin/sh<br># By kresho<br># dovecot ip-up script (/etc/ppp/ip-up.d/dovecot)<br>#<br><br>/etc/init.d/dovecot restart
<br>---===---<br><br>So far, it seems to work.<br><br>I doubt I'm the first one to come across this problem, yet I couldn't find anything similar on google.<br><br>Any comments? <br>-- <br>kresho