1

Topic: Elastix with iRedmail

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.2
- Linux/BSD distribution name and version: Ubuntu 14.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? iRedAdmin-Pro
- Related log if you're reporting an issue:
====

Hi all,

I know this might be not the right place to post this issue as it is more related to Elastix than iRedmail but am trying to get any help.

there is an option in elastix to use remote smtp for sending voicemails

am trying to use iRedmail as the smtp but I keep getting error : Authenticate not accepted from server

though am using TLS and port: 587 , it working with hotmail , yahoo and gmail it just doesn't work with my iRedmail.

Elastix use postfix for sending the mails and here is the main.cf setup for it:

virtual_transport = lmtp:unix:/var/lib/imap/socket/lmtp
relayhost = mydomain:587
smtp_sasl_auth_enable = yes
broken_sasl_auth_clients = yes
smtpd_tls_auth_only = yes
smtp_use_tls = yes
smtp_tls_note_starttls_offer = yes
smtpd_tls_loglevel = 2
smtpd_tls_received_header = yes

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Elastix with iRedmail

Any related error in Postfix log file? Also, could you show us (e.g. a screenshot) the smtp settings in Elastix?

3 (edited by k-hussein 2015-10-08 19:57:20)

Re: Elastix with iRedmail

ZhangHuangbin wrote:

Any related error in Postfix log file? Also, could you show us (e.g. a screenshot) the smtp settings in Elastix?

attached is the elastix error , and here is the posfix log from my iRedmail:
Oct  8 07:54:35 Exchange-P01 postfix/smtpd[1171]: connect from unknown[192.168.83.27]
Oct  8 07:54:36 Exchange-P01 postfix/smtpd[1171]: lost connection after AUTH from unknown[192.168.83.27]
Oct  8 07:54:36 Exchange-P01 postfix/smtpd[1171]: disconnect from unknown[192.168.83.27]

Post's attachments

Ela-err.JPG
Ela-err.JPG 52.65 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

4

Re: Elastix with iRedmail

*) Do you use a self-signed ssl certificate?
*) Does elastix work with self-signed ssl certificate? You may want to check elastix document to confirm this, or ask in its mailing list.

5

Re: Elastix with iRedmail

*) I use the the default iredmail setup didn't change the certificate.
*) dunno about this will check it .