Search found 10 matches
- 15 Apr 2024 07:13
- Forum: Discussion
- Topic: Efa 4.0.4 - 41 -
- Replies: 14
- Views: 11936
Re: Efa 4.0.4 - 41 -
Thanks for you help @shawniverson !
- 12 Apr 2024 11:18
- Forum: Discussion
- Topic: Efa 4.0.4 - 41 -
- Replies: 14
- Views: 11936
Re: Efa 4.0.4 - 41 -
This bug is resolved ? I find information about new efa ver ?
- 05 Mar 2024 07:07
- Forum: Discussion
- Topic: Efa 4.0.4 - 41 -
- Replies: 14
- Views: 11936
Re: Efa 4.0.4 - 41 -
This changes is added in MailScanner in December 2023
12/27/2023 Changes in v5.5.1-2
==================================
- Fix 7z/xz/bz2 etc. decompression
- Check for bad helo callback in msmilter
Maybe is the bug ? In my option the ragex is bad.
12/27/2023 Changes in v5.5.1-2
==================================
- Fix 7z/xz/bz2 etc. decompression
- Check for bad helo callback in msmilter
Maybe is the bug ? In my option the ragex is bad.
- 04 Mar 2024 19:31
- Forum: Discussion
- Topic: Efa 4.0.4 - 41 -
- Replies: 14
- Views: 11936
Re: Efa 4.0.4 - 41 -
I comment this line and working OK.
#if ( ${$message_ref} =~ /^[0-9A-F]{7,20}|[0-9B-DF-HJ-NP-TV-Zb-df-hj-np-tv-z]{8,20}$/) {
#MailScanner::Log::WarnLog("Unexpected helo callback");
#return Sendmail::PMilter::SMFIS_TEMPFAIL;
#}
The hostname catches ragex and return this fail
#if ( ${$message_ref} =~ /^[0-9A-F]{7,20}|[0-9B-DF-HJ-NP-TV-Zb-df-hj-np-tv-z]{8,20}$/) {
#MailScanner::Log::WarnLog("Unexpected helo callback");
#return Sendmail::PMilter::SMFIS_TEMPFAIL;
#}
The hostname catches ragex and return this fail
- 04 Mar 2024 08:39
- Forum: Discussion
- Topic: Efa 4.0.4 - 41 -
- Replies: 14
- Views: 11936
Re: Efa 4.0.4 - 41 -
I enabled debug and the logs :
Mar 4 09:37:27 mx4 postfix/smtpd[7258]: connect from 5E988962.static.tld.pl[94.152.137.98]
Mar 4 09:37:27 mx4 MSMilter[7396]: connect_callback: ip = 94.152.137.98
Mar 4 09:37:27 mx4 MSMilter[7396]: Unexpected helo callback
Mar 4 09:37:27 mx4 MSMilter[7396]: eom ...
Mar 4 09:37:27 mx4 postfix/smtpd[7258]: connect from 5E988962.static.tld.pl[94.152.137.98]
Mar 4 09:37:27 mx4 MSMilter[7396]: connect_callback: ip = 94.152.137.98
Mar 4 09:37:27 mx4 MSMilter[7396]: Unexpected helo callback
Mar 4 09:37:27 mx4 MSMilter[7396]: eom ...
- 01 Mar 2024 09:30
- Forum: Discussion
- Topic: Efa 4.0.4 - 41 -
- Replies: 14
- Views: 11936
Re: Efa 4.0.4 - 41 -
I have this setting and I have the same problem.
[root@mx4 log]# cat /etc/postfix/main.cf | grep smtpd_milters
smtpd_milters = inet:127.0.0.1:33333
This problem applies to 4 hosts. Other working ok..
[root@mx4 log]# cat /etc/postfix/main.cf | grep smtpd_milters
smtpd_milters = inet:127.0.0.1:33333
This problem applies to 4 hosts. Other working ok..
- 26 Feb 2024 08:54
- Forum: Discussion
- Topic: Efa 4.0.4 - 41 -
- Replies: 14
- Views: 11936
Re: Efa 4.0.4 - 41 -
yes, working OK.
Only 3-5 hosts have this problem - other connection working OK.
Only 3-5 hosts have this problem - other connection working OK.
- 23 Feb 2024 10:26
- Forum: Discussion
- Topic: Efa 4.0.4 - 41 -
- Replies: 14
- Views: 11936
Efa 4.0.4 - 41 -
Hi ,
Afer install update to Efa 4.0.4- 41 i have problem witch 451 4.7.1 Service unavailable - try again later; Of course before working OK.
I check the logs :
Feb 2 19:20:14 mx4 postfix/smtpd[85109]: connect from FQDN[X.X.X.X]
Feb 2 19:20:14 mx4 postfix/smtpd[85109]: match_list_match: FQDN: no ...
Afer install update to Efa 4.0.4- 41 i have problem witch 451 4.7.1 Service unavailable - try again later; Of course before working OK.
I check the logs :
Feb 2 19:20:14 mx4 postfix/smtpd[85109]: connect from FQDN[X.X.X.X]
Feb 2 19:20:14 mx4 postfix/smtpd[85109]: match_list_match: FQDN: no ...
- 11 Jan 2018 08:50
- Forum: 3.x Bugs
- Topic: Release Message
- Replies: 3
- Views: 5355
Re: Release Message
FIX IT
I add define('MAILWATCH_FROM_ADDR')
Thx!
M.
I add define('MAILWATCH_FROM_ADDR')
Thx!
M.
- 11 Jan 2018 08:43
- Forum: 3.x Bugs
- Topic: Release Message
- Replies: 3
- Views: 5355
Release Message
Hello,
I have problem witch release message - MailWatch for MailScanner v1.2.7-dev running on EFA-3.0.2.6.
Error : Release: error code 75 returned from Sendmail: sendmail: fatal: xxxx@xxxx.coml(48): Recipient addresses must be specified on the command line or via the -t option postdrop: warning ...
I have problem witch release message - MailWatch for MailScanner v1.2.7-dev running on EFA-3.0.2.6.
Error : Release: error code 75 returned from Sendmail: sendmail: fatal: xxxx@xxxx.coml(48): Recipient addresses must be specified on the command line or via the -t option postdrop: warning ...