1

Topic: iRedMail - how to configure smtp transport to different server

hello,

i tessted iRedMail and i thik this is it smile but how can I transport e-mail from server (where is installed iRedMail) to different server (with exchange).
In postfix main.cf i see that transport is in "normal files", no in LDAP or MySQL and just edit this file - that ok, but what with users (transport_maps or somthing like that??)

and what with send e-mail via iRedMail, just mynetwork (main.cf) or create local user?

kazix

----

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

2

Re: iRedMail - how to configure smtp transport to different server

kazix wrote:

how can I transport e-mail from server (where is installed iRedMail) to different server (with exchange).
In postfix main.cf i see that transport is in "normal files", no in LDAP or MySQL and just edit this file - that ok, but what with users (transport_maps or somthing like that??)

Below are steps to transport all mails to another server for one domain:
- For OpenLDAP backend, change value of attribute 'mtaTransport' of domain object to the transport name. e.g. smtp:[192.168.10.10]:25.
- For MySQL backend, change value of column 'transport' in table 'vmail.domain' to transport name. e.g. smtp:[192.168.10.10]:25.

With iRedAdmin-Pro, you can manage them easily:
http://screenshots.iredmail.googlecode.com/hg/iredadmin/domain_profile_relay.png

kazix wrote:

and what with send e-mail via iRedMail, just mynetwork (main.cf) or create local user?

Sorry, i don't fully understand what you mean. sad

3

Re: iRedMail - how to configure smtp transport to different server

thanks for replay... and sorry for my english hmm

1. about mail transport - I think it is easy smile but what with users - if postfix dont find user in local or virtual table, he (postfix) reject this message. this is postfix documentation about this problem: http://www.postfix.org/docs.html and title MS Exchange Integration

2. it is possible to transport only selected users?? or only all domain?

3. in exchange server is somthing like SMART HOST - you can send e-mail from exchange Server via Postfix. in this case, if domain are transport to exchange, as who I should authorized on the iRedMail server - or only add exchange IP to Postfix (main.cf) mynetworks??

thanks
kazix

4

Re: iRedMail - how to configure smtp transport to different server

kazix wrote:

1. about mail transport - I think it is easy smile but what with users - if postfix dont find user in local or virtual table, he (postfix) reject this message. this is postfix documentation about this problem: http://www.postfix.org/docs.html and title MS Exchange Integration

It works as designed, isn't it?
Or maybe i didn't fully understood what your question is.

kazix wrote:

2. it is possible to transport only selected users?? or only all domain?

Per-user transport is available too.

- For OpenLDAP backend, change value of attribute 'mtaTransport' of user object.
- For MySQL backend, change value of column 'transport' in table 'vmail.mailbox' to transport name.

You can manage per-user transport with iRedAdmin-Pro too, screenshot attached.

kazix wrote:

3. in exchange server is somthing like SMART HOST - you can send e-mail from exchange Server via Postfix. in this case, if domain are transport to exchange, as who I should authorized on the iRedMail server - or only add exchange IP to Postfix (main.cf) mynetworks??

I don't understand your question, sorry. sad

http://screenshots.iredmail.googlecode.com/hg/iredadmin/user_profile_relay.png