How to create virtual email addresses with mailrule iredmail

304 views Asked by At

I have been asked to create special mailbox with theese functions:

1) Create new mailbox [email protected] (SMTP, POP3).

2) Incomming messages: Arrange that this mailbox will recieve messages to virtual email addresses in [email protected] form. Where xxx is any number with variable length. This is typically achieved in catch-all mailbox with regular expression mailrule (where TO or CC matches test\.\[email protected])

3) Outgoing messages: Enable login [email protected] to send email with variable "FROM" field according to point 2) This is typically achieved by enabling any "FROM" for that mailbox.

Overall purpose of this mailbox is this:

There exists any reservation number in the system. For example 1500278. employee sends email to client from CRM and email address [email protected] and this email is registered in CRM. Client replies to [email protected] and this email is received to [email protected] system picks that mailbox using POP3 and assigns that email to reservation number 1500278.

so all need to know how to create this mail the mail server running on Centos apache iRedMail thanks for help.

1

There are 1 answers

0
Moode Osman On BEST ANSWER

done it by Memcached and here is the link http://memcached.org/