Page 1 of 1
Release: error code 75 returned from Sendmail: sendmail: fatal:
Posted: 06 Oct 2017 14:31
by CyClore
Started getting this error when trying to release an email to another user. This started once I updated to the latest version.
Release: error code 75 returned from Sendmail: sendmail: fatal:
Re: Release: error code 75 returned from Sendmail: sendmail: fatal:
Posted: 06 Oct 2017 17:08
by pdwalker
Any errors in the /var/log/maillog or in /var/log/messages that might shed more light on the problem?
Re: Release: error code 75 returned from Sendmail: sendmail: fatal:
Posted: 08 Oct 2017 21:25
by theEFAmenace
For what it's worth, same here, will check log
Re: Release: error code 75 returned from Sendmail: sendmail: fatal:
Posted: 08 Oct 2017 21:36
by theEFAmenace
Update, found this in the logs when attempting to release
Oct 9 08:34:31 mailwash2 postfix/sendmail[31299]: fatal:
imagine@an.email.address.here(48): Recipient addresses must be specified on the command line or via the -t option
Oct 9 08:34:31 mailwash2 postfix/postdrop[31300]: warning: stdin: unexpected EOF in data, record type 78 length 76
Oct 9 08:34:31 mailwash2 postfix/postdrop[31300]: fatal: uid=48: malformed input
Re: Release: error code 75 returned from Sendmail: sendmail: fatal:
Posted: 09 Oct 2017 01:58
by pdwalker
What version of EFA are you guys running?
Re: Release: error code 75 returned from Sendmail: sendmail: fatal:
Posted: 09 Oct 2017 02:56
by theEFAmenace
Latest update MailWatch for MailScanner v1.2.7-dev running on EFA-3.0.2.5 - © 2006-2017
Re: Release: error code 75 returned from Sendmail: sendmail: fatal:
Posted: 09 Oct 2017 03:19
by pdwalker
I'm still on 3.0.2.3.
I'll need to upgrade first to see if I can recreate the problem. Give me two days to schedule and get it done.
Re: Release: error code 75 returned from Sendmail: sendmail: fatal:
Posted: 09 Oct 2017 17:18
by shawniverson
Testing here....
Re: Release: error code 75 returned from Sendmail: sendmail: fatal:
Posted: 09 Oct 2017 17:19
by shawniverson
I am able to release here. We are talking about the MailWatch GUI, right?
Re: Release: error code 75 returned from Sendmail: sendmail: fatal:
Posted: 09 Oct 2017 20:49
by theEFAmenace
Thanks Shawn, yes, the Web GUI
Re: Release: error code 75 returned from Sendmail: sendmail: fatal:
Posted: 10 Oct 2017 00:32
by theEFAmenace
Sadly, another report that whitelists are being ignored.
Re: Release: error code 75 returned from Sendmail: sendmail: fatal:
Posted: 10 Oct 2017 05:11
by pdwalker
Sounds like a separate issue. Can you post actual details in a new thread?
Re: Release: error code 75 returned from Sendmail: sendmail: fatal:
Posted: 10 Oct 2017 13:57
by shawniverson
I need someone affected by this issue, if possible, to PM me with a sample quarantine file that won't release. I suspect a bug, but it may only be affecting certain email formats.
Re: Release: error code 75 returned from Sendmail: sendmail: fatal:
Posted: 11 Oct 2017 15:02
by CyClore
Sorry about the delay guys. This is only part of my job. What exactly would you like me to get for you? The release error is the same if I am releasing the email to someone else or releasing one marked as spam. THis is from maillog... (I altered the email address)
Oct 11 10:59:19 smtp postfix/sendmail[22324]: fatal:
you@me.com(48): Recipient addresses must be specified on the command line or via the -t option
Oct 11 10:59:19 smtp postfix/postdrop[22325]: fatal: uid=48: malformed input
Re: Release: error code 75 returned from Sendmail: sendmail: fatal:
Posted: 11 Oct 2017 15:09
by CyClore
PM sent
Re: Release: error code 75 returned from Sendmail: sendmail: fatal:
Posted: 11 Oct 2017 21:34
by shawniverson
Problem is in /var/www/html/mailscanner/conf.php:
Code: Select all
define('MAILWATCH_FROM_ADDR', '');
Place an address in your domain here such as '
postmaster@example.com' or '
no-reply@example.com':
Code: Select all
define('MAILWATCH_FROM_ADDR', 'postmaster@example.com');
Details about why this happened to some is here:
https://github.com/E-F-A/v3/issues/399
Re: Release: error code 75 returned from Sendmail: sendmail: fatal:
Posted: 12 Oct 2017 01:38
by theEFAmenace
Thanks to Shawn for sorting it out, works like a gem
Re: Release: error code 75 returned from Sendmail: sendmail: fatal:
Posted: 12 Oct 2017 16:36
by TheGr8Wonder
Issue will be resolved in 3.0.2.6 by use of a new variable, that can be defined/updated in the EFA-Configure menus.
Re: Release: error code 75 returned from Sendmail: sendmail: fatal:
Posted: 12 Oct 2017 18:31
by CyClore
I made the change this morning as we are now working again! Thank you!
Re: Release: error code 75 returned from Sendmail: sendmail: fatal:
Posted: 13 Oct 2017 08:37
by MaxMoon
Confirm. Now working.
Jörg
Re: Release: error code 75 returned from Sendmail: sendmail: fatal:
Posted: 13 Nov 2017 10:51
by woundride
Hi,
Thanks shawniverson for your help.
I've added address for MAILWATCH_FROM_ADDR in /var/www/html/mailscanner/conf.php.
When I click on "release this message", in EFA web console, all appear OK, but not receive the message in my mailbox
Have you an idea ?
Best regards,
Charles
Re: Release: error code 75 returned from Sendmail: sendmail: fatal:
Posted: 13 Nov 2017 19:04
by budy
Take a look at your posfix log file in /var/log/maillog, there you should be able to track your released messages down…
Re: Release: error code 75 returned from Sendmail: sendmail: fatal:
Posted: 21 Nov 2017 12:39
by wouterx
The fix is working here... Thanx.