Koozali.org: home of the SME Server

SME 7.3: Printer EMails Died Again, But...

elric1966

SME 7.3: Printer EMails Died Again, But...
« on: June 19, 2008, 09:44:21 PM »
We've updated our server to 7.3 and we're once again not receiving emails from our HP Printers. This is what we're getting:

Code: [Select]
2008-06-19 14:37:56.460974500 17868 250 trrmc.hma.com Hi pc-00491.trrmc.hma.com [10.254.87.235]; I am so happy to meet you.
2008-06-19 14:37:56.484449500 17868 dispatching MAIL FROM: trnierp2@PBRMC-LNX-01.TRRMC.HMA.COM
2008-06-19 14:37:56.486019500 17868 full from_parameter: FROM: trnierp2@PBRMC-LNX-01.TRRMC.HMA.COM
2008-06-19 14:37:56.487516500 17868 from email address : [trnierp2@PBRMC-LNX-01.TRRMC.HMA.COM]
2008-06-19 14:37:56.488693500 17868 501 could not parse your mail from command
2008-06-19 14:37:57.234071500 12687 cleaning up after 17868

And I know this (most probably) has to do with the same issue I had before where the printers aren't including the <>'s in the email address. I've tried fixing the issue using:

Code: [Select]
mkdir -p /etc/e-smith/templates-custom/var/service/qpsmtpd/config/peers/local
cd /etc/e-smith/templates-custom/var/service/qpsmtpd/config/peers/local
echo "# 17check_basicheaders disabled by custom template" > \17check_basicheaders
signal-event email-update

And this fixed it on the previous version. After doing some checking on qsmtpd, I've found the dont_require_anglebrackets plugin but my problem is I don't know how to get that loaded when you restart the qsmtpd service. I CANNOT change the printer side to add the <>'s so I'm stuck changing the SME Server side again. I doubt this would classified as a bug but more as I just need to know how to get the plugin going.

Any points in the right direction will be most appreciated.

Thanks!

[Elric]