Hi, I try to setup auth_vpopmail in version 0.40. I have installed it in previous version with success. This is my configuration:
auth/auth_vpopmail_sql check_badmailfrom check_badrcptto check_earlytalker check_relay check_spamhelo check_validrcptto_cdb /opt/qpsmtpd/config/validrcptto.cdb - count_unrecognized_commands 4 dnsbl dont_require_anglebrackets hosts_allow queue/qmail-queue rcpt_ok require_resolvable_fromhost sender_permitted_from spamassassin reject_threshold 10 munge_subject_threshold 5 tls /opt/qpsmtpd/plugins/ssl/qpsmtpd-server.crt /opt/qpsmtpd/plugins/ssl/qpsmtpd-server.key /opt/qpsmtpd/plugins/ssl/qpsmtpd-ca.crt virus/clamav clamscan_path=/opt/clamav/bin/clamdscan action=reject max_size=2097152 tmp_dir=/opt/qpsmtpd/tmp virus/klez_filter And this is my test command: swaks -t user -f user -s host -a -au user_vpopmail -ap passwd_vpopmail --protocol ESMTPA And the result: === Trying host:25... === Connected to host <- 220 host ESMTP qpsmtpd 0.40 ready; send us your mail, but not your spam. -> EHLO xxxx <- 250-host Hi xxx [x.x.x.x] <- 250-PIPELINING <- 250-8BITMIME <- 250 STARTTLS *** No acceptable authentication types available -> QUIT <- 221 host closing connection. Have a wonderful day. === Connection closed with remote host. How should I configure plugins in config file to make work auth config? Thank you in advance, Lucas