On Dienstag 15 September 2009 Jorge Bastos wrote:
> tcp        0      1 192.168.1.222:143       192.168.1.29:1138      
> LAST_ACK tcp        0      1 195.23.114.76:143      
> 84.91.32.171:1110       LAST_ACK tcp        0      1
> 195.23.114.76:143       81.193.16.3:1082        LAST_ACK tcp        0
>      1 195.23.114.76:143       84.91.32.171:1113       LAST_ACK tcp  
>      0      1 195.23.114.76:143       81.193.16.3:1092      
>  LAST_ACK tcp        0      1 195.23.114.76:143      
> 84.91.224.11:1353       LAST_ACK tcp        0      1
> 192.168.0.222:143       85.244.91.38:19576      LAST_ACK
>
> IMAPD complains that "address is in use" which is not.
> A simple telnet localhost 143, turns into a connection refused.
>
> And only when this connections disappeared, IMAPD was able to start.
> Can you give a hand on this?

Seems you have half-open connections, preventing the daemon to connect 
to 143. This happens only on restart? Maybe you shutdown the daemon in 
background, like
kill $imapd &
then try to remove that "&". Or the code changed, and your script is not 
working because of that changes.

mfg zmi
-- 
// Michael Monnerie, Ing.BSc    -----      http://it-management.at
// Tel: 0660 / 415 65 31                      .network.your.ideas.
// PGP Key:         "curl -s http://zmi.at/zmi.asc | gpg --import"
// Fingerprint: AC19 F9D5 36ED CD8A EF38  500E CE14 91F7 1C12 09B4
// Keyserver: wwwkeys.eu.pgp.net                  Key-ID: 1C1209B4

_______________________________________________
Dbmail-dev mailing list
Dbmail-dev@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev

Reply via email to