1

Topic: HOw subdamains virtual.

I previously had configured postfix filter for mail users.

example:
"usuario1@midominio.cu" You can only send and receive messages from domains. cu

"usuarios2@midominio.cu" can receive messages from anywhere.

how I can do this using Iredmail?


We also need to set other mailboxes to local server, containing its message in my server with fetchamil and distributed locally to its customers.

example
Public Server: midominio.cu
Local Server: sub.midomain.cu

in the public server had set up a mailbox for the local server.

sub@midomail.cu

all messages sent to local server user entered serv@midomail.cu sub.midomain.cu
Messages are collected mediate these fetchmail from the local server and distributed locally
user1@sub.midomain.cu
user2@sub.midomain.cu

Internet_mail===»ServerPlublic(midomain.cu)====(mailbox_sub.midomain.cu)====»Fetchmail====»LocalServer=====»users of @sub.midomain.cu

know how I can do this now with iredmail?

----

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

2

Re: HOw subdamains virtual.

Try iRedAPD:
http://www.iredmail.org/doc.html#iredapd

3

Re: HOw subdamains virtual.

Barcel0 wrote:

# /etc/init.d/iredapd-rr start
-bash: /etc/init.d/iredapd-rr: Not exist  file or  directory

You didn't finished yet.

Search 'iredapd-rr' in the installation guide:
http://iredmail.org/wiki/index.php?titl … D/OpenLDAP

4

Re: HOw subdamains virtual.

ZhangHuangbin wrote:
Barcel0 wrote:

# /etc/init.d/iredapd-rr start
-bash: /etc/init.d/iredapd-rr: Not exist  file or  directory

You didn't finished yet.

Search 'iredapd-rr' in the installation guide:
http://iredmail.org/wiki/index.php?titl … D/OpenLDAP

ok ok thank! sorry

5

Re: HOw subdamains virtual.

Barcel0 wrote:
ZhangHuangbin wrote:
Barcel0 wrote:

# /etc/init.d/iredapd-rr start
-bash: /etc/init.d/iredapd-rr: Not exist  file or  directory

You didn't finished yet.

Search 'iredapd-rr' in the installation guide:
http://iredmail.org/wiki/index.php?titl … D/OpenLDAP

ok ok thank! sorry

ufff... I have problem....

#/etc/init.d/iredapd-rr start
Starting iredapd ...
Traceback (most recent call last):
  File "/opt/iredapd/src/iredapd-rr.py", line 353, in <module>
    main()
  File "/opt/iredapd/src/iredapd-rr.py", line 303, in main
    listen_addr = cfg.get('general', 'listen_addr', '127.0.0.1')
  File "/usr/lib/python2.5/ConfigParser.py", line 520, in get
    raise NoOptionError(option, section)
ConfigParser.NoOptionError: No option 'listen_addr' in section: 'general'

6 (edited by Barcel0 2011-02-07 20:46:22)

Re: HOw subdamains virtual.

now is:

# /etc/init.d/iredapd-rr start
Starting iredapd ...
Traceback (most recent call last):
  File "/opt/iredapd/src/iredapd-rr.py", line 38, in <module>
    cfg.read(config_file)
  File "/usr/lib/python2.5/ConfigParser.py", line 267, in read
    self._read(fp, filename)
  File "/usr/lib/python2.5/ConfigParser.py", line 462, in _read
    raise MissingSectionHeaderError(fpname, lineno, line)
ConfigParser.MissingSectionHeaderError: File contains no section headers.
file: /opt/iredapd/etc/iredapd-rr.ini, line: 1
'listen_port = 7778\n'

Resolved.*****

Ps: to guide that should update some lines.

thanks! iRedMail is good...