PDA

View Full Version : [all variants] [SOLVED] All in One Printer pop/smtp setup


mbeach
July 11th, 2008, 02:42 PM
I am currently using Google Hosted Domains to give employees mail/docs etc. Works great for my needs.

I have a Dell 1815dn, which I allows me to email scanned jobs. I cannot set it up to use a fax@mydomain.com (account exists fine) because I don't believe the device supports STARTTLS/SSL. I get a "SMTP Error" on the display.

If I use an email address/pop settings, my ISP provides, it works as expected. The problem with that is the isp provided email is like faxmydomain@mailserv.myispadvertisement.com.

I think I'm looking for a mail proxy of sorts so I can point the printer to the server, which would subsequently make the pop or imap connection to my google hosted domain email account and send the mail. This would also allow me to monitor what is being sent via the normal gmail (hosted) account's sent mail.

Would postfix handle this somehow? Sendmail? Something even simpler?

HermanAB
July 11th, 2008, 03:08 PM
Hmm, the simplest solution is to install something simple like nullmailer and point it at your ISP mail server, then set the fax server to mail to localhost, which will then be redirected to the ISP through nullmailer:
http://untroubled.org/nullmailer/

'Hope that helps!

Cheers,

Herman

mbeach
July 13th, 2008, 07:48 AM
H, thanks for the suggestion. Over the last day or so I stumbled onto nullmailer as well, but it doesn't appear to support starttls. I'm still unsuccessfull getting mail to send from the scanner through my server to gmail. Getting closer though, looking at the estmp package and the instructions at:
http://esmtp.sourceforge.net/manual.html
Particularly the section:
"Interfacing with particular mail servers"

mbeach
July 13th, 2008, 12:32 PM
ended up more or less following the tutorial listed at:
http://ubuntuforums.org/showthread.php?t=329294

used postfix for the job.