[Avcheck] port 1025: Address already in use

Velimir Kalik sekac@galeb.etf.bg.ac.yu
Fri, 29 Nov 2002 09:31:17 +0100


You can see the program that binded the 1025 port by typing
"netstat -aep --inet". It will list your current connections, and look for
port 1025, "a" is for all connections, "e" is to display the username that
started the service and "p" is for the name of the program, "--inet" is to
display only IP family protocols, no need for IPX and other info cloging up
the screen :)

Greets

----- Original Message -----
From: "Johan de Vries" <johan_de_vries@bravilor.com>
To: <avcheck@corpit.ru>
Sent: Thursday, November 28, 2002 3:20 PM
Subject: [Avcheck] port 1025: Address already in use


>
> Hi all
>
> I want to setup avcheck on one of my machines
> When i startup postfix I get the following error:
>
> postfix/master[15359]: fatal: bind 127.0.0.1 port 1025: Address already in
> use
>
> The config in master.cf is:
>
> localhost:1025  inet n  -       n       -       -       smtpd -o
> content_filter=
> avcheck   unix  -       n       n       -       5       pipe
>         flags=q user=avclient argv=/var/spool/avp/avcheck
>         -d /var/spool/avp/./tst -s AVP:/var/spool/avp/ctl/AvpCtl
>         -f ${sender} -S :1025 -- ${recipient}
>
> Port 1025 is not defined in /etc/services
>
> Is there a way to check where port 1025 is in use ?
> Are there suggestions what might be wrong ?
>
> Regards
> Johan