Koozali.org: home of the SME Server

email issue

Offline jameswilson

  • *
  • 795
  • +0/-0
    • Security Warehouse, professional security equipment
email issue
« on: May 09, 2017, 04:00:18 PM »
I have upgraded an 8 machine to 9 and changed (i forget which) some of the email settings.
Some of the websites use this server via smtp auth on prt 25 plain
But i cant seem to get it to work. I think i have entered all the correrct settings but on mxtoolbox.com it is showing

Code: [Select]
Connecting to 81.143.33.107

SendSMTPCommand: Timeout waiting for response after 15 seconds.

PWS3v2 16955ms
Also setting thunderbird to use port 25 and plain auth times out.

Thanks

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: email issue
« Reply #1 on: May 09, 2017, 04:15:59 PM »
do you have any custom fragment in /etc/e-smith/templates-custom?

please, post the output of
Code: [Select]
/sbin/e-smith/audittools/templates

thank you

Offline jameswilson

  • *
  • 795
  • +0/-0
    • Security Warehouse, professional security equipment
Re: email issue
« Reply #2 on: May 10, 2017, 09:20:04 AM »
thanks Stefano

Quote
/etc/e-smith/templates-custom/etc/php5.ini/70DateTime: MANUALLY_ADDED, ADDITION
/etc/e-smith/templates-custom/home/e-smith/ssl.crt: MANUALLY_ADDED, OVERRIDE
[root@smebox ~]# /sbin/e-smith/audittools/templates
/etc/e-smith/templates-custom/etc/modules.conf/10i2c: MANUALLY_ADDED, ADDITION
/etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/95AddType00PHP2ibays: MANUALLY_ADDED, OVERRIDE
/etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/80zabbix: MANUALLY_ADDED, ADDITION
/etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/50DirectoryIndex00: MANUALLY_ADDED, OVERRIDE
/etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/93phpBB: MANUALLY_ADDED, ADDITION
/etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/85SogoAccess: MANUALLY_ADDED, ADDITION
/etc/e-smith/templates-custom/etc/php.ini/90EacceleratorSettings: MANUALLY_ADDED, ADDITION
/etc/e-smith/templates-custom/etc/php.ini/70DynamixExtension90Eaccelerator: MANUALLY_ADDED, ADDITION
/etc/e-smith/templates-custom/etc/hosts.allow/sshd: MANUALLY_ADDED, OVERRIDE
/etc/e-smith/templates-custom/etc/sysctl.conf/kernel.shm: MANUALLY_ADDED, ADDITION
/etc/e-smith/templates-custom/etc/clamd.conf/25OLE2BlockMacros: MANUALLY_ADDED, ADDITION
/etc/e-smith/templates-custom/etc/php5.ini/70DateTime: MANUALLY_ADDED, ADDITION
/etc/e-smith/templates-custom/home/e-smith/ssl.crt: MANUALLY_ADDED, OVERRIDE

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: email issue
« Reply #3 on: May 10, 2017, 04:41:04 PM »
ok..

I read your first post again..

IIUC, you have some websites that use your SME server to send email using plain auth on port 25.. am I right? no TLS?

Offline Daniel B.

  • *
  • 1,700
  • +0/-0
    • Firewall Services, la sécurité des réseaux
Re: email issue
« Reply #4 on: May 10, 2017, 05:40:49 PM »
SME Server does not allow auth over a plaintext connection with the default settings. You can set it back, but it's not recommended, and insecure. Anyway, still possible:

Code: [Select]
db configuration setprop qpsmtpd TlsBeforeAuth 0
signal-event email-update
C'est la fin du monde !!! :lol:

Offline jameswilson

  • *
  • 795
  • +0/-0
    • Security Warehouse, professional security equipment
Re: email issue
« Reply #5 on: May 10, 2017, 07:59:50 PM »
Thanks
Ive tried that but I still cant use thunderbird on port 25. I have a ticket system running on a remote webserver that uses my sme to send emails etc. Can I add a static IP to allow relay from that webserver?

guest22

Re: email issue
« Reply #6 on: May 11, 2017, 07:10:18 AM »
Please the Thunderbird error console. It could be that TB is picky about certificates and therefore refusing to cooperate.