Using Trust=192.168.0.0/24 would allow the other 2 workstations to access also
This assumes that the IP on the PC is a fixed IP 192.168.0.1 (not DHCP)
If your PC gets an IP by DHCP you need to replace the 192.168.0.1 in the PopListen and Trust entries with the IP of your PC. This can be problematic since that IP may change. In that case can you assign the PC a fixed IP? or else use 127.0.0.1 as the IP in your incoming pop server in Pegasus and use the following in the avast4.ini file
it works fine if i cut the lines:
Trust=127.0.0.1
PopListen=127.0.0.1:44111
SmtpListen=127.0.0.1:44251
DefaultPopServer=192.168.0.1:44110
DefaultSmtpServer=192.168.0.1:4425
or
Trust=192.168.0.1
PopListen=192.168.0.1:44111
SmtpListen=192.168.0.1:44251
DefaultPopServer=192.168.0.1:44110
DefaultSmtpServer=192.168.0.1:4425
my pc with the proxy+ has fixe ip 192.168.0.1
other machines have variable addresses between 192.168.0.2 and 192.168.0.254 with DHCP
Not sure what you mean by “works fine” If by that you mean pegasus can collect mail using port 44111 as the pop server port without the avast4.ini lines then something else is listening on port 44111. Is it possible you have accidentaly inserted two [Mailscanner] sections in the avast4.ini file?
Try “terminating” the Internet Mail provider in the Avast resident shield and verify the Internet Mail provider is stopped. If you can collect mail then those ports are being used by another proxy.