Hi! I created a cluster with 3 web server 2 dns server and 2 mail server (svn rev 2172) If I create any mail domain and mailbox, not working, vmail directory empty.
1) Which ISPConfig version do you have installed? 2) Are there any kobs listed in the jobqueue in the ispconfig monitor?
Feb 16 19:37:02 relay1 postfix/smtpd[3391]: NOQUEUE: reject: RCPT from localhost[127.0.0.1]: 550 5.1.1 <[email protected]>: Recipient address rejected: User unknown in virtual mailbox table; fro m=<[email protected]> to=<[email protected]> proto=SMTP helo=<a>
Yes mysql> select * from mail_user; +-------------+------------+-------------+---------------+----------------+----------------+-----------+----------------+------------------------------------+-------+------+------+---------------------------+-------+----+------------+---------------+--------------------------+------------------------+--------------------+-----------+-------------------+---------+--------+-------------+-------------+----------------+-------------+ | mailuser_id | sys_userid | sys_groupid | sys_perm_user | sys_perm_group | sys_perm_other | server_id | email | password | name | uid | gid | maildir | quota | cc | homedir | autoresponder | autoresponder_start_date | autoresponder_end_date | autoresponder_text | move_junk | custom_mailfilter | postfix | access | disableimap | disablepop3 | disabledeliver | disablesmtp | +-------------+------------+-------------+---------------+----------------+----------------+-----------+----------------+------------------------------------+-------+------+------+---------------------------+-------+----+------------+---------------+--------------------------+------------------------+--------------------+-----------+-------------------+---------+--------+-------------+-------------+----------------+-------------+ | 8 | 1 | 8 | riud | riud | | 7 | [email protected] | $1$Ah+Y2cEH$eaCHtW7v5ro1OyvXnmzze1 | teszt | 5000 | 5000 | /var/vmail/proba.hu/teszt | 0 | | /var/vmail | n | 0000-00-00 00:00:00 | 0000-00-00 00:00:00 | NULL | n | NULL | y | n | n | n | n | n | +-------------+------------+-------------+---------------+----------------+----------------+-----------+----------------+------------------------------------+-------+------+------+---------------------------+-------+----+------------+---------------+--------------------------+------------------------+--------------------+-----------+-------------------+---------+--------+-------------+-------------+----------------+-------------+ 1 row in set (0.00 sec) mysql>
My problem is, this configuration now in product environment, all services working good, except e-mail. What should I do?