hmm i use the filter for alias emails, but it looks like the quarantine report is send out to each address in filters.
/mysql -u root mailscanner -e "select * from user_filters" | grep myname@mydomain.de | wc -l
8
and i get the quarantine report 8 times
by looking into
/usr/bin/mailwatch ...
Search found 9 matches
- 17 Jul 2021 17:42
- Forum: 4.x Bugs
- Topic: New Install / migration from 3.0.2.6 quarantine report is send multiple times
- Replies: 1
- Views: 3160
- 12 Jul 2021 21:01
- Forum: 4.x Bugs
- Topic: New Install / migration from 3.0.2.6 quarantine report is send multiple times
- Replies: 1
- Views: 3160
New Install / migration from 3.0.2.6 quarantine report is send multiple times
Hi,
My new Install / migration from 3.0.2.6 works well so far, adding the LDAP stuff from conf.php.v3 gives me a working AD (Samba4) integration but the quarantine report is send multiple times 8 times for me, 4 times for an other user - both administrator.
A normal user get only one report (but ...
My new Install / migration from 3.0.2.6 works well so far, adding the LDAP stuff from conf.php.v3 gives me a working AD (Samba4) integration but the quarantine report is send multiple times 8 times for me, 4 times for an other user - both administrator.
A normal user get only one report (but ...
- 11 Jul 2021 21:37
- Forum: 4.x Bugs
- Topic: New Install on centos 7 fails - mariadb101u-server is gone
- Replies: 8
- Views: 7815
Re: New Install on centos 7 fails - mariadb101u-server is gone
Yes, thanks looks very good.
As well migration from V3.0.2.6
Just the LDAP AD stuff has to go from conf.php.v3 to the conf.php
very fast response, thanks again for your work
jens
As well migration from V3.0.2.6

Just the LDAP AD stuff has to go from conf.php.v3 to the conf.php
very fast response, thanks again for your work
jens
- 11 Jul 2021 16:24
- Forum: 4.x Bugs
- Topic: New Install on centos 7 fails - mariadb101u-server is gone
- Replies: 8
- Views: 7815
Re: New Install on centos 7 fails - mariadb101u-server is gone
Hi,
thanks
( never ask for eta...)
i'm happy to see eFa 5 on debian - i like it...
as Centos 8 has EOL this year using Centos 7 was need
jens
thanks

( never ask for eta...)
i'm happy to see eFa 5 on debian - i like it...
as Centos 8 has EOL this year using Centos 7 was need

jens
- 11 Jul 2021 14:19
- Forum: 4.x Bugs
- Topic: New Install on centos 7 fails - mariadb101u-server is gone
- Replies: 8
- Views: 7815
New Install on centos 7 fails - mariadb101u-server is gone
Hi,
the build script fails, as it can not resove mariadb101u-server
Error: Package: 1:eFa-4.0.4-13.eFa.el7.noarch (eFa4)
Requires: mariadb101u-server >= 1:10.1.35-1
for now i try with
yum install mariadb104-server mariadb104-server-utils mariadb104-backup mariadb104 mariadb104-devel ...
the build script fails, as it can not resove mariadb101u-server
Error: Package: 1:eFa-4.0.4-13.eFa.el7.noarch (eFa4)
Requires: mariadb101u-server >= 1:10.1.35-1
for now i try with
yum install mariadb104-server mariadb104-server-utils mariadb104-backup mariadb104 mariadb104-devel ...
- 07 Jul 2017 22:09
- Forum: How-to
- Topic: Warning after restart MailScanner
- Replies: 6
- Views: 6284
Re: Warning after restart MailScanner - whitelist not working
Hi,
i'm facing to this too:
Restarting MailScanner ...
Could not use Custom Function code MailScanner::CustomConfig::InitSQLWhitelist, it could not be "eval"ed.
Make sure the module is correct with perl -wc (Error: DBD::mysql::st execute failed:
Illegal mix of collations (utf8_general_ci ...
i'm facing to this too:
Restarting MailScanner ...
Could not use Custom Function code MailScanner::CustomConfig::InitSQLWhitelist, it could not be "eval"ed.
Make sure the module is correct with perl -wc (Error: DBD::mysql::st execute failed:
Illegal mix of collations (utf8_general_ci ...
- 26 Feb 2017 21:21
- Forum: Introduction
- Topic: Hi from a samba4 AD - Zarafa user
- Replies: 1
- Views: 3351
Hi from a samba4 AD - Zarafa user
Hi,
i'm successfully testing efa together with samba4 AD and zarafa groupware,
with small modifications the AD-Sync ist up and running
(Zarafa is using mail: and otherMailbox:)
and all looks OK so i will put this into production soon i hope
Thanks for efa, it is a nice project
jens
i'm successfully testing efa together with samba4 AD and zarafa groupware,
with small modifications the AD-Sync ist up and running
(Zarafa is using mail: and otherMailbox:)
and all looks OK so i will put this into production soon i hope
Thanks for efa, it is a nice project
jens
- 26 Feb 2017 21:17
- Forum: Feature Requests
- Topic: accepting only known email addresses as inbound - relay_recipient map
- Replies: 1
- Views: 4976
Re: accepting only known email addresses as inbound - relay_recipient map
Hello
Better using a mysql query as mysql is enabled in postfix:
postconf -m
...
mysql
...
This way it could be used with AD sync as well
The trick here ist a UNION statement in as we have 2 diffrent tables for users and alias emails
for a nice explanation look at https://workaround.org/ispmail ...
Better using a mysql query as mysql is enabled in postfix:
postconf -m
...
mysql
...
This way it could be used with AD sync as well
The trick here ist a UNION statement in as we have 2 diffrent tables for users and alias emails
for a nice explanation look at https://workaround.org/ispmail ...
- 25 Feb 2017 23:02
- Forum: Feature Requests
- Topic: accepting only known email addresses as inbound - relay_recipient map
- Replies: 1
- Views: 4976
accepting only known email addresses as inbound - relay_recipient map
Hello,
after
relay_domains = hash:/etc/postfix/transport
i put
relay_recipient_maps = hash:/etc/postfix/relay_recipient
into main.cf
this way all mails to unused addresses are immediately rejected with
Recipient address rejected: User unknown in relay
recipient table (in reply to RCPT TO ...
after
relay_domains = hash:/etc/postfix/transport
i put
relay_recipient_maps = hash:/etc/postfix/relay_recipient
into main.cf
this way all mails to unused addresses are immediately rejected with
Recipient address rejected: User unknown in relay
recipient table (in reply to RCPT TO ...