• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

qmail & greylisting spam control (for v8)

allright, i replaced '/usr/lib/mysql/libmysqlclient.a' with '`/usr/lib/libmysqlclient.a' in the Makefile and the baby compiled now ;)
will try it out in a few...
hal
 
Hey PPL,

I tried to compile the qmail-1.03 using the howto of meshier:

http://meshier.com/2006/09/18/addin...mail-on-plesk-8

I died anything till I got to the compilation.
I used make, after the compilation was finished I
got the first error. Caused by a wrong link in Makefile.

Make tried to use /usr/lib/mysql/libmysqlclient.a instead of
/usr/lib/libmysqlclient.a

I fixed the link in the Makefile.

At the end of the second try there where several errors because
of "main" was no "int".

First of all, mysql-devel and openssl-devel aren't available for Debian Sarge anymore. I install libmysqlclient12 and libmysqlclient12-dev instead of mysql-devel.

Instead of openssl-devel I installed libssl-dev hope anything is right. Now I'm not shure if I should going on with the tutorial.

Whats your oppinion of the error I talked about above?
 
./compile spfquery.c
spfquery.c: In Funktion »main«:
spfquery.c:24: Warnung: Rückgabetyp von »main« ist nicht »int«
./load spfquery spf.o ip.o ipme.o ipalloc.o strsalloc.o \
now.o dns.o datetime.a stralloc.a alloc.a str.a substdio.a \
case.a error.a fs.a `cat dns.lib` `cat socket.lib`
h1049571:/home/angelone/installfiles/qmail-1.03#

are these the errors you mean?
you can ignore them, since qmail-smtpd and qmail-envelope-scanner have been correctly built.

just go on with the tutorial.
it worked for me :)
 
Originally posted by Effektor
I already build up a small statstool using php mysql.

It's still just available in german but I'm thinking about a
translation. :)

I'm interested in this one also, if you need a translation in Dutch i would be happy to offer my help!
 
How can you get around SMTP Auth,

i did deployed qgreylist on a pilot server and clients using smtp auth receives smtp reject.

will switching to poplock (POP3 before SMTP) solve the issue?

any comments will be great

knocx
 
Yes that would work, or you could make another instance which you don't use in dns which you communicate to your clients.

We use a different setup (other servers for client smtp traffic) so we don't use smtp auth on plesk servers!
 
great to hear that POP3 before SMTP works wthout "any" rejections to clients sending outbound SMTP (can you confirm this i really wonder if i get it correct)

what is your deployment btw , do you provide SMTP on a different server? if so how can you integrate it with PSA?

well i cant hide mail.domain.com on DNS all clients use mail.domain.com for SMTP server, they will have to change their smtp servers:) considering we have 10000 clients
 
Originally posted by Effektor
thanx for help,

greylisting is already running since 26. of september.

I already build up a small statstool using php mysql.

It's still just available in german but I'm thinking about a
translation. :)

Interessted, look...

http://www.efx24.de/greylisting/view.php
I'd be interested in an English version :)
 
Originally posted by Effektor
thanx for help,

greylisting is already running since 26. of september.

I already build up a small statstool using php mysql.

It's still just available in german but I'm thinking about a
translation. :)

Interessted, look...

http://www.efx24.de/greylisting/view.php

Can you give a source of this statistic?
 
I have try to compile but:

./compile qmail-envelope-scanner.c
./compile local_scan.c
local_scan.c:15:25: mysql/mysql.h: No such file or directory
local_scan.c:33: error: syntax error before '*' token
local_scan.c: In function `mysql_query_wrapper':
local_scan.c:37: error: `mysql' undeclared (first use in this function)
local_scan.c:37: error: (Each undeclared identifier is reported only once
local_scan.c:37: error: for each function it appears in.)
local_scan.c:37: error: `sqltext' undeclared (first use in this function)
local_scan.c: At top level:
local_scan.c:64: error: syntax error before '*' token
local_scan.c: In function `checkWhiteListIP':
local_scan.c:66: error: `MYSQL_RES' undeclared (first use in this function)
local_scan.c:66: error: `myres' undeclared (first use in this function)
local_scan.c:67: error: syntax error before "myrow"
local_scan.c:79: error: `mysql' undeclared (first use in this function)
local_scan.c:81: error: `myrow' undeclared (first use in this function)
local_scan.c:93: error: `action' undeclared (first use in this function)
local_scan.c: At top level:
local_scan.c:107: error: syntax error before '*' token
local_scan.c: In function `checkWhiteListDomain':
local_scan.c:109: error: `MYSQL_RES' undeclared (first use in this function)
local_scan.c:109: error: `myres' undeclared (first use in this function)
local_scan.c:110: error: syntax error before "myrow"
local_scan.c:115: error: `i' undeclared (first use in this function)
local_scan.c:121: error: `mysql' undeclared (first use in this function)
local_scan.c:123: error: `myrow' undeclared (first use in this function)
local_scan.c:135: error: `action' undeclared (first use in this function)
local_scan.c: At top level:
local_scan.c:170: error: syntax error before '*' token
local_scan.c: In function `checkGreylist':
local_scan.c:172: error: `MYSQL_RES' undeclared (first use in this function)
local_scan.c:172: error: `myres' undeclared (first use in this function)
local_scan.c:173: error: syntax error before "myrow"
local_scan.c:179: error: `i' undeclared (first use in this function)
local_scan.c:180: error: `mysql' undeclared (first use in this function)
local_scan.c:182: error: `myrow' undeclared (first use in this function)
local_scan.c:197: error: `action' undeclared (first use in this function)
local_scan.c: In function `local_scan':
local_scan.c:223: error: `MYSQL' undeclared (first use in this function)
local_scan.c:223: error: `mysql' undeclared (first use in this function)
*** Error code 1

Stop in /usr/home/gediminas/qmail-1.03.

On FreeBSD 6.0 machine
 
can't find openssl-devel for freebsd 4.9.
Need to intall on Plesk 7.5.4
Please help!
 
Back
Top