<div dir="ltr">Hi all,<div><br></div><div>I&#39;ve been successfully sending out confirmation mails from CQPweb for quite a while, but now they&#39;re bouncing. The problem is the sender address, as seen in <font face="monospace">/var/log/mail.log</font>:</div><div><br></div><div><font face="monospace">Oct 22 17:21:52 localhost postfix/smtp[24436]: REDACTED: to=&lt;<a href="mailto:destination-address@gmail.com">destination-address@gmail.com</a>&gt;, relay=<a href="http://gmail-smtp-in.l.google.com">gmail-smtp-in.l.google.com</a>[REDACTED]:25, delay=0.31, delays=0.01/0.01/0.28/0.01, dsn=5.1.2, status=bounced (host <a href="http://gmail-smtp-in.l.google.com">gmail-smtp-in.l.google.com</a>[REDACTED] said: 553-5.1.2 <b>The sender address &lt;www-data@localhost&gt; is not a valid RFC-5321 553 5.1.2 address</b>.</font><br></div><div><br></div><div>For whatever reason, CQPweb (build 1365) is now <i>not</i> using the address set in <font face="monospace">lib/config.inc.php</font>. The relevant lines (I include both possibilities that I can see) are:</div><div><br></div><div><font face="monospace">$cqpweb_email_from_address    = &quot;<a href="mailto:administrator@my.address.com">administrator@my.address.com</a>&quot;; </font></div><div><font face="monospace">$server_admin_email_address   = &quot;<a href="mailto:administrator@my.address.com">administrator@my.address.com</a>&quot;;</font><br></div><div><br></div><div>Rather, it&#39;s cobbling together a sender address from the server user it&#39;s running under (<font face="monospace">www-data</font>) and the local hostname of my server (<font face="monospace">localhost</font>).</div><div><br></div><div>How can this be dealt with?</div><div><br></div><div>Best!</div><div>Scott</div></div>