Hi all. Thanks for all the help, but I recently
changed my mail server IP to a new address. It works
but when then i noticed port 8025 for tmds-ofmipd
is no longer running.
I run this tmda-start script that was working

tinkies:/home/dude# cat /etc/init.d/tmda-start 
su vpopmail -c '/usr/local/src/tmda/bin/tmda-ofmipd -A
"/home/vpopmail/bin/vchkpw /bin/true" -S
/usr/local/src/tmda/contrib/vpopmail-vdir.sh' 
tinkies:/home/dude# 

I get this error



sh /etc/init.d/tmda-start 
Traceback (most recent call last):
  File "/usr/local/src/tmda/bin/tmda-ofmipd", line
1255, in ?
    main()
  File "/usr/local/src/tmda/bin/tmda-ofmipd", line
1215, in main
    ('localhost', 25))
  File "/usr/local/src/tmda/bin/tmda-ofmipd", line
990, in __init__
    self.bind(localaddr)
  File "/usr/lib/python2.2/asyncore.py", line 307, in
bind
    return self.socket.bind (addr)
socket.error: (99, 'Cannot assign requested address')


When I run netstat -a I get this, I dont see 8025
anymore as before

tinkies:/home/dude# netstat -a
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign
Address         State      
tcp        0      0 *:time                  *:*       
             LISTEN      
tcp        0      0 *:discard               *:*       
             LISTEN      
tcp        0      0 *:daytime               *:*       
             LISTEN      
tcp        0      0 *:pop3                  *:*       
             LISTEN      
tcp        0      0 *:www                   *:*       
             LISTEN      
tcp        0      0 *:ftp                   *:*       
             LISTEN      
tcp        0      0 *:ssh                   *:*       
             LISTEN      
tcp        0      0 *:smtp                  *:*       
             LISTEN      
tcp        0      0 12.111.161.151:ssh     
12.111.161.146:63455    ESTABLISHED 
udp        0      0 *:discard               *:*       
                         
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags       Type       State        
I-Node Path
unix  3      [ ]         DGRAM                    160 
  /dev/log
unix  3      [ ]         STREAM     CONNECTED     1310
  
unix  3      [ ]         STREAM     CONNECTED     1309
  
unix  2      [ ]         DGRAM                    201 
  
tinkies:/home/dude# 


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to