Which mailer is used

Support for the Debian/Ubuntu package, created by JCFP.
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
KasperH
Newbie
Newbie
Posts: 2
Joined: August 16th, 2009, 5:24 pm
Location: Assen (NL)

Which mailer is used

Post by KasperH »

Hello,

I am happily using SABnzbd for quite some time now.
I am running the linux version 0.6.1 on an Ubuntu 8.04.04 server (since the hardware is really old).
To send email (succesfully for other tasks), I installed ssmtp(1) as a psuedo MTA, and mailx(1) as the mailing agent.
For security reasons I do not want to run a full MTA like sendmail(1) or postfix(1)

I have configured sabnzbd to send email, but none have been sent so far, and I cannot find any logging that it attempted to send

I'm using the gmail settings from the wiki (http://wiki.sabnzbd.org/configure-email), also for ssmtp(1), same settings
I recently had an encounter with a Windows installation of sabnzbd, which worked fine. This made me wander, and search, why my linux installation is not sending :(

Please help me out here

Reagrds,

Kasper
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Which mailer is used

Post by shypike »

We're not using a specific emailer, but a the generic email facilities in the Python library.
It seems to work with most email servers, but obviously we have limited means for testing.

As Python is open source, you can have look at the emailer.py module of SABnzbd
and possibly add some extra logging.
Can you reach your email relay from other email clients?
Post Reply