Release Message

Report bugs and workarounds
Post Reply
michaswr
Posts: 8
Joined: 11 Jan 2018 08:40

Release Message

Post by michaswr »

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: stdin: unexpected EOF in data, record type 78 length 76 postdrop: fatal: uid=48: malformed input


How fix the problem?
michaswr
Posts: 8
Joined: 11 Jan 2018 08:40

Re: Release Message

Post by michaswr »

FIX IT


I add define('MAILWATCH_FROM_ADDR')

Thx!

M.
mongolpapa
Posts: 1
Joined: 29 Jan 2018 10:57

Re: Release Message

Post by mongolpapa »

Hi, I have same problem with the release function.
I get the same error message when i try to use it.
I read you can solve it.
Could you tell me where can I define the next line: ('MAILWATCH_FROM_ADDR')?

Best Wishes
M.
henk
Posts: 517
Joined: 14 Dec 2015 22:16
Location: Netherlands
Contact:

Re: Release Message

Post by henk »

Code: Select all

vi /var/www/html/mailscanner/conf.php
change to real user

// Change with a fully qualified email address
define('MAILWATCH_FROM_ADDR', 'defined_user@xxxx.yyy');


P.S. You can use search in this forum :idea:
“We are stuck with technology when what we really want is just stuff that works.” -Douglas Adams
Post Reply