PDA

View Full Version : Qmail-scanner on slackware 9.1


ronin64
04-08-2004, 02:55 PM
Hi all
I'm trying to install qmail-scanner.
So I do....

./configure --admin postmaster --domain server3.cad --notify
admin --local-domains server3.cad --sa-delete 0
Building Qmail-Scanner 1.20st...
***** NOTE ******
Qmail-Scanner doesn't have language translations for it_IT.ISO8859-15,
- so defaulting to english...
[Hit <RETURN> to continue]

This script will search your system for the virus scanners it knows
about, and will ensure that all external programs
qmail-scanner-queue.pl uses are explicitly pathed for performance
reasons.

It will then generate qmail-scanner-queue.pl - it is up to you to install it
correctly.

Continue? ([Y]/N)
Y
rm: invalid option --
Try `rm --help' for more information.

*********************************************
So, at this point I have to type ^C to exit because the installation does
not go on.
Is it possible I did something wrong?

Thanks for Your help

Giulio

Bookworm
04-10-2004, 12:38 AM
Actually, at that point, there's a long delay, then it starts showing you stuff.

the 'rm' is a common error - not sure what's causing it.

Be patient, young grasshopper.

BW

ronin64
04-10-2004, 12:55 PM
Now it's Ok.
Thanks... it was really a problem of "patience". :oops:

Now everithing is installed... but the only thing's not running file is pop3 auth.

Il seems a problem with vchkpw or I do not know.
When I try to download emails from a client's answer is:

There has been an error transferring your mail. I said: PASS xxxxxxxx and the POP server (user@server3.cad) said: ERR authorization failed.

If I go and see into the /home/vpopmail/domains/server3.cad/vpasswd file at the end of the lines I find the right passwords...

Nothing into the logs...

Thanks.
Giulio

Bookworm
04-11-2004, 12:52 AM
Turn OFF the default pop3 server.

You'll find it in /etc/inetd.conf

Put a # in front of it, then HUP inetd (or reboot)

BW

ronin64
04-13-2004, 09:57 AM
You know... pop3 std slack server was already off.
Only qmail-pop3d was running.
Probably auth was not correct because I used login: user and not user@server.ext...
Thanks
Giulio