Search found 1450 matches
- 15 Jun 2022 07:39
- Forum: How-to
- Topic: Receive email after x number or retry to deliver
- Replies: 4
- Views: 405
Re: Receive email after x number or retry to deliver
I see. Normally that completely under the control of the MTA (mail transfer agent) that handles the delivery and redelivery of mail that is queued. Do you know why the mail is not being delivered? Usually when there is a delivery problem, the mail system will give you some reason, which you can find...
- 11 Jun 2022 08:07
- Forum: Discussion
- Topic: General Question with Whitelist
- Replies: 2
- Views: 194
Re: General Question with Whitelist
look in your /etc/MailScanner/spamassassin.conf - what is the setting for your "use_auto_whitelist" parameter?
Also, what is the setting of /etc/MailScanner/MailScanner.conf "SpamAssassin Auto Whitelist" parameter?
Also, what is the setting of /etc/MailScanner/MailScanner.conf "SpamAssassin Auto Whitelist" parameter?
- 11 Jun 2022 08:02
- Forum: How-to
- Topic: Receive email after x number or retry to deliver
- Replies: 4
- Views: 405
Re: Receive email after x number or retry to deliver
I am not sure I understand your question.
- 11 Jun 2022 08:01
- Forum: 4.x Bugs
- Topic: Login to mailwatch using imap authentication is unsuccessful
- Replies: 5
- Views: 2452
Re: Login to mailwatch using imap authentication is unsuccessful
Error 500 means internal server error. That usually means there is some error that prevents the server from generating the properly. You usually see this when you add a coding error to the php page. Could there be another reason, like missing php module? I don't know for sure, but I guess it is poss...
- 01 Jun 2022 08:37
- Forum: How-to
- Topic: Disable Double Extension
- Replies: 3
- Views: 189
Re: Disable Double Extension
On my system, if I comment out the rule, attachments pass correctly.
Can you share your specific message you're getting? Maybe we can debug what's happening to you.
Can you share your specific message you're getting? Maybe we can debug what's happening to you.
- 23 May 2022 10:02
- Forum: 4.x Bugs
- Topic: Error postfix log: warning: /etc/postfix/dynamicmaps.cf.d/pcre
- Replies: 6
- Views: 694
Re: Error postfix log: warning: /etc/postfix/dynamicmaps.cf.d/pcre
All these files on my Centos 7 based system are owned by root. To match, the following command will do the trick: chown -R root.root /etc/postfix I don't know if changing the permissions to root from postfix will cause you any problems, so you may not wish to do it. If you want to make the minimum c...
- 18 May 2022 08:14
- Forum: Discussion
- Topic: Best way to backup and restore?
- Replies: 30
- Views: 14698
Re: Best way to backup and restore?
[root@efa4 sbin]# ls -l /usr/sbin/eFa* -rwxr-xr-x 1 root root 7450 Feb 26 12:12 /usr/sbin/eFa-Backup-cron -rwxr-xr-x 1 root root 11036 Mar 13 01:36 /usr/sbin/eFa-Configure -rwxr-xr-x 1 root root 2060 Feb 26 12:12 /usr/sbin/eFa-Daily-DMARC -rwxr-xr-x 1 root root 5019 Feb 26 12:12 /usr/sbin/eFa-Monit...
- 13 May 2022 09:28
- Forum: How-to
- Topic: Email flow diagram - whitelisting before blacklisting (help)
- Replies: 6
- Views: 180
Re: Email flow diagram - whitelisting before blacklisting (help)
I think that means that the sending site had an open resolver.
- 12 May 2022 05:50
- Forum: How-to
- Topic: Email flow diagram - whitelisting before blacklisting (help)
- Replies: 6
- Views: 180
Re: Email flow diagram - whitelisting before blacklisting (help)
yes, that is the postfix RBL check rejecting the message before it arrives in the system.
So, if you want to receive those messages, turn off the RBL checks in postfix.
I don't, because they seem to be pretty good at identifying spam before it enters my system.
So, if you want to receive those messages, turn off the RBL checks in postfix.
I don't, because they seem to be pretty good at identifying spam before it enters my system.
- 11 May 2022 14:37
- Forum: How-to
- Topic: Email flow diagram - whitelisting before blacklisting (help)
- Replies: 6
- Views: 180
Re: Email flow diagram - whitelisting before blacklisting (help)
What do your log files show for the rejected messages?
- 11 May 2022 10:01
- Forum: 4.x Bugs
- Topic: Error postfix log: warning: /etc/postfix/dynamicmaps.cf.d/pcre
- Replies: 6
- Views: 694
Re: Error postfix log: warning: /etc/postfix/dynamicmaps.cf.d/pcre
Run this command on your eFa box and post the results here:
Code: Select all
ls -ld /etc/postfix && ls -lR /etc/postfix/
- 10 May 2022 10:00
- Forum: Discussion
- Topic: eFa Filter sudden restarts
- Replies: 18
- Views: 640
Re: eFa Filter sudden restarts
Are DNS requests being blocked by a firewall somewhere?
- 04 May 2022 06:31
- Forum: How-to
- Topic: I can not send mail via EFA
- Replies: 18
- Views: 5987
Re: I can not send mail via EFA
Hi Omer, My apologies for the questions, but I'm having a hard time picturing this in my head. So, is your mail flow like this? [internet] <-> [firewall/nat mapping/internal ip.254] <-> [eFa/internal ip.55] <-> [internal mail server/internal ip.54] <-> [mail clients] How about /etc/postfix/transport...
- 03 May 2022 05:45
- Forum: How-to
- Topic: I can not send mail via EFA
- Replies: 18
- Views: 5987
Re: I can not send mail via EFA
Hi Omer,
What changed between when it worked and when it stopped working?
I could try logging in again to debug it for you.
What changed between when it worked and when it stopped working?
I could try logging in again to debug it for you.
- 03 May 2022 05:42
- Forum: Discussion
- Topic: eFa Filter sudden restarts
- Replies: 18
- Views: 640
Re: eFa Filter sudden restarts
Very weird, and a super annoying problem. Good luck isolating the cause, and I hope you find a reason.
- 29 Apr 2022 08:21
- Forum: Discussion
- Topic: eFa Filter sudden restarts
- Replies: 18
- Views: 640
Re: eFa Filter sudden restarts
That's very strange.
I've been running eFa on ESXi 6.5 for years without a single unplanned reboot.
Are there any logs in ESXi you can check? Or are there anything inside the vm itself that might clue you in?
This is not an EFA problem, but highly likely a problem with your vm.
I've been running eFa on ESXi 6.5 for years without a single unplanned reboot.
Are there any logs in ESXi you can check? Or are there anything inside the vm itself that might clue you in?
This is not an EFA problem, but highly likely a problem with your vm.
- 27 Apr 2022 05:50
- Forum: Discussion
- Topic: eFa Filter sudden restarts
- Replies: 18
- Views: 640
Re: eFa Filter sudden restarts
It is really unusual for a centos box to restart unexpectedly. Is the server having hardware problems? Is the system short of memory? Are there any errors before a restart in /var/log/messages? I think you have to identify and resolve this problem first. The programs that make up eFa are incapable o...
- 25 Apr 2022 08:14
- Forum: Introduction
- Topic: Hello Guys
- Replies: 1
- Views: 152
Re: Hello Guys
Welcome.
- 19 Apr 2022 05:38
- Forum: Discussion
- Topic: configure efa to send using TLS 1.2
- Replies: 6
- Views: 516
Re: configure efa to send using TLS 1.2
useful tool, thanks!
- 19 Apr 2022 05:12
- Forum: 4.x Bugs
- Topic: Cannot find configuration value: incoming queue dir in
- Replies: 27
- Views: 732
Re: Cannot find configuration value: incoming queue dir in
Nice! That's a really helpful observation.
Ah, the joys of dealing with non English languages.
- 14 Apr 2022 06:05
- Forum: 4.x Bugs
- Topic: Cannot find configuration value: incoming queue dir in
- Replies: 27
- Views: 732
Re: Cannot find configuration value: incoming queue dir in
Weird. I have no idea. I have a stock centos 7.0 installation with the latest v4.x version of eFa. My MTA is set to "msmail", so I have no idea what is different between your system and mine and what is causing the difference.
Clearly something is wrong.
Clearly something is wrong.
- 13 Apr 2022 12:01
- Forum: 4.x Bugs
- Topic: Cannot find configuration value: incoming queue dir in
- Replies: 27
- Views: 732
Re: Cannot find configuration value: incoming queue dir in
Oh, I see how the function works. Do you have the following option in your /etc/MailScanner/MailScanner.conf file? Incoming Queue Dir = /var/spool/MailScanner/milterin What are the file permissions on /etc/MailScanner and /etc/MailScanner/MailScanner.conf? [root@efa4 mailscanner]# ls -ld /etc/MailSc...
- 13 Apr 2022 11:38
- Forum: 4.x Bugs
- Topic: Cannot find configuration value: incoming queue dir in
- Replies: 27
- Views: 732
Re: Cannot find configuration value: incoming queue dir in
That parameter does not exist in the mailscanner.conf
what did you change in your system between the time the error showed up in your web interface and before when it did not?
what did you change in your system between the time the error showed up in your web interface and before when it did not?
- 12 Apr 2022 09:49
- Forum: How-to
- Topic: Send Messagecopy of quarantined Mail with blocked Attachments
- Replies: 3
- Views: 308
Re: Send Messagecopy of quarantined Mail with blocked Attachments
Interesting, I never knew about this feature before as I have never used it. >Is that the problem, that this is a filetype check and no filename check? But in the mailscanner.conf is no parameter for Filetype Subject Text. Good question, as I have no idea. I'll need to test it to see what happens.
- 12 Apr 2022 09:40
- Forum: How-to
- Topic: How to release block emails.
- Replies: 6
- Views: 439
Re: How to release block emails.
If you can still view the message in the MailScanner web interface, then the original message is still in the system and you should be able to release it.