Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Mono

Pages: 1 ... 3 4 [5]
61
Hi all,

Sorry for my bad English.

I have an fixed (internet) IP address with domain name, MX record, reverse DNS and a small computer with one ethernet adapter and with Zentyal 3.0.
I want to use this computer as an e-mail server.
I want to use normal IMAP accounts and Zarafa accounts also.

The computer is behind a router and all important ports are forwarded to the computer's (LAN) IP address.

I installed the Zentyal 3.0.
During the installation I defined the static IP address, gateway, DNS, host name and domain name.
IP: 192.168.1.50
Mask: 255.255.255.0
Gateway: 192.168.1.254
DNS: 192.168.1.254
host name: zentyal-srv
Domain: office.mydomain.com

The Zentyal is installed fine and after the first login run an automatic wizard.
I select for the network infterfaces: static. I defined the IP datas again as above, the host name, the domain name (office.mydomain.com) and the default mail domain name (office.mydomain.com).
I choose the "Communications" application group and this installed the e-mail service packages. After this I installed and enabled the webmail and webserver modules.

I add two users "a" and "b". By default this users become automatically the "a@office.mydomain.com" and the "b@office.mydomain.com" e-mail addresses.
I checked the "Mail" \"Virtual mail domains" contain the office.mydomain.com domain - and it was enabled of course.
After this I logged in to the Roundcube webmail surface with the user "a" and I send a few e-mails to the user "b" and reverse. Everything working fine.
All e-mails becomes the recipients without any errors.

Near a few normal IMAP mailboxes I want to use two Zarafa accounts. I installed and enabled the Groupware (Zarafa) modul.
In the "Groupware" \ "Virtual mail domains" is shown and enabled the office.mydomain.com maildomain as under the "Mail" \ "Virtual Mail Domains".
I added a new user: test. I enabled for this user the Zarafa account.

I think for this point everything is normal (or not?).

But the e-mail sending is working partially after I installed the Zarafa.
- The test (Zarafa) user can't send e-mail to the user "a" and user "b".
- The user "a" can't send mail to user "b" and user "b" can't send mail to user "a"
- But the user "a" or user "b" in turn can send email to the user test.
Only the Zarafa account can receive emails.

The first question (maybe this is normal): In the Zentyal Community Edition can work the normal IMAP mailboxes after installing the Zarafa?
Or if I install the Zarafa the normal IMAP accounts is disabled? - but I can log in to the Roundcube with "a" or "b" users.

If the Zentyal can work together the normal IMAP and Zarafa accounts I ask what is the problem? Why can't work together this modules?
I installed twice the whole Zentyal but no changes. Until I installed the Zarafa the normal IMAP traffic is working good but after is not.

I monitored the /var/log/mail.log of course.
After I installed the Zarafa only the Zarafa account can receive the e-mails from another Zarafa account or from a normal IMAP mailbox.
If the Zarafa account try send a normal IMAP account or a normal IMAP account try send to the normal IMAP account the error message is:

"dsn=5.1.1, status=bounced (host 127.0.0.1[127.0.0.1] said: 503 5.1.1 User does not exist (in reply to RCPT TO command))"

The user "a" try send a message to the user "b" (two normal IMAP accounts). In this case the mail log is:

Code: [Select]
Nov  2 17:24:36 zentyal-srv dovecot: imap-login: Login: user=<a@office.mydomain.com>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=6856, secured
Nov  2 17:24:36 zentyal-srv postfix/smtpd[6857]: connect from localhost.localdomain[127.0.0.1]
Nov  2 17:24:36 zentyal-srv postfix/smtpd[6857]: D055F22118C: client=localhost.localdomain[127.0.0.1]
Nov  2 17:24:36 zentyal-srv postfix/cleanup[6860]: D055F22118C: message-id=<d6e2288e3e1779e11f238f2d4a313be6@office.mydomain.com>
Nov  2 17:24:36 zentyal-srv postfix/qmgr[5122]: D055F22118C: from=<a@office.mydomain.com>, size=600, nrcpt=1 (queue active)
Nov  2 17:24:36 zentyal-srv amavis[4100]: (04100-02) ESMTP::10024 /var/lib/amavis/amavis-20121102T165040-04100: <a@office.mydomain.com> -> <b@office.mydomain.com> SIZE=600 Received: from zentyal-srv.office.mydomain.com ([127.0.0.1]) by localhost (zentyal-srv.office.mydomain.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP for <b@office.mydomain.com>; Fri,  2 Nov 2012 17:24:36 +0100 (CET)
Nov  2 17:24:37 zentyal-srv amavis[4100]: (04100-02) Checking: fc96TODT2zwK [127.0.0.1] <a@office.mydomain.com> -> <b@office.mydomain.com>
Nov  2 17:24:37 zentyal-srv postfix/smtpd[6857]: disconnect from localhost.localdomain[127.0.0.1]
Nov  2 17:24:37 zentyal-srv dovecot: imap(a@office.mydomain.com): Disconnected: Logged out bytes=464/506
Nov  2 17:24:37 zentyal-srv postfix/smtpd[6865]: connect from localhost.localdomain[127.0.0.1]
Nov  2 17:24:37 zentyal-srv postfix/smtpd[6865]: 502C822118F: client=localhost.localdomain[127.0.0.1]
Nov  2 17:24:37 zentyal-srv postfix/cleanup[6860]: 502C822118F: message-id=<d6e2288e3e1779e11f238f2d4a313be6@office.mydomain.com>
Nov  2 17:24:37 zentyal-srv postfix/smtpd[6865]: disconnect from localhost.localdomain[127.0.0.1]
Nov  2 17:24:37 zentyal-srv amavis[4100]: (04100-02) FWD via SMTP: <a@office.mydomain.com> -> <b@office.mydomain.com>,BODY=7BIT 250 2.0.0 from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 502C822118F
Nov  2 17:24:37 zentyal-srv postfix/qmgr[5122]: 502C822118F: from=<a@office.mydomain.com>, size=1263, nrcpt=1 (queue active)
Nov  2 17:24:37 zentyal-srv amavis[4100]: (04100-02) Passed, <a@office.mydomain.com> -> <b@office.mydomain.com>, quarantine fc96TODT2zwK, Message-ID: <d6e2288e3e1779e11f238f2d4a313be6@office.mydomain.com>,
Nov  2 17:24:37 zentyal-srv amavis[4100]: (04100-02) Hits: -1
Nov  2 17:24:37 zentyal-srv amavis[4100]: (04100-02) Passed CLEAN, <a@office.mydomain.com> -> <b@office.mydomain.com>, Hits: -1, tag=0, tag2=0, kill=0, queued_as: 502C822118F, L/Y/0/0
Nov  2 17:24:37 zentyal-srv postfix/smtp[6861]: D055F22118C: to=<b@office.mydomain.com>, relay=127.0.0.1[127.0.0.1]:10024, delay=0.57, delays=0.11/0.02/0/0.43, dsn=2.0.0, status=sent (250 2.0.0 from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 502C822118F)
Nov  2 17:24:37 zentyal-srv postfix/qmgr[5122]: D055F22118C: removed
Nov  2 17:24:37 zentyal-srv postfix/lmtp[6866]: 502C822118F: to=<b@office.mydomain.com>, relay=127.0.0.1[127.0.0.1]:2003, delay=0.26, delays=0.06/0.02/0.12/0.05, dsn=5.1.1, status=bounced (host 127.0.0.1[127.0.0.1] said: 503 5.1.1 User does not exist (in reply to RCPT TO command))
Nov  2 17:24:37 zentyal-srv postfix/cleanup[6860]: 8F135221190: message-id=<20121102162437.8F135221190@zentyal-srv.office.mydomain.com>
Nov  2 17:24:37 zentyal-srv postfix/qmgr[5122]: 8F135221190: from=<>, size=3407, nrcpt=1 (queue active)
Nov  2 17:24:37 zentyal-srv postfix/bounce[6869]: 502C822118F: sender non-delivery notification: 8F135221190
Nov  2 17:24:37 zentyal-srv postfix/qmgr[5122]: 502C822118F: removed
Nov  2 17:24:37 zentyal-srv postfix/lmtp[6866]: 8F135221190: to=<a@office.mydomain.com>, relay=127.0.0.1[127.0.0.1]:2003, delay=0.21, delays=0.05/0/0.11/0.04, dsn=5.1.1, status=bounced (host 127.0.0.1[127.0.0.1] said: 503 5.1.1 User does not exist (in reply to RCPT TO command))
Nov  2 17:24:37 zentyal-srv postfix/qmgr[5122]: 8F135221190: removed
Nov  2 17:24:37 zentyal-srv dovecot: imap-login: Login: user=<a@office.mydomain.com>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=6873, secured
Nov  2 17:24:37 zentyal-srv dovecot: imap(a@office.mydomain.com): Disconnected: Logged out bytes=70/523
Nov  2 17:24:38 zentyal-srv dovecot: imap-login: Login: user=<a@office.mydomain.com>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=6876, secured
Nov  2 17:24:38 zentyal-srv dovecot: imap-login: Login: user=<a@office.mydomain.com>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=6877, secured
Nov  2 17:24:38 zentyal-srv dovecot: imap(a@office.mydomain.com): Disconnected: Logged out bytes=82/571
Nov  2 17:24:38 zentyal-srv dovecot: imap(a@office.mydomain.com): Disconnected: Logged out bytes=305/1319

In the "Mail" \"General" I changed the "Server mailname" field from "FQDN" to: "zentyal-srv.office.mydomain.com"
The section "mail retreival services" are checked:
- POP3
- IMAP
- manage sieve scripts

In the "Groupware" \ "General":
"General configration settings" are checked:
- Enable Outlook access
- Spell checking
- Enable Active Sync
"Zarafa gateways configuration settings" are checked:
- POP3S
- IMAPS
- iCAL
- iCAL SSL

I didn't changed the quota settings and I can't use nowhere alias domains or alias names. I want to use only one domain name in the future.

What is wrong? Do you have any idea?

Thanks,
Mono


update:

I found a log file (/var/log/zarafa/dagent.log). Maybe this contain additional informations:

Code: [Select]
Fri Nov  2 16:51:44 2012: [ 6139] Starting worker for LMTP request pid 6139
Fri Nov  2 16:51:44 2012: [ 6139] Requested e-mail address 'c@office.mydomain.com' does not resolve a user.
Fri Nov  2 16:51:44 2012: [ 6139] LMTP thread exiting
Fri Nov  2 16:51:44 2012: [ 6141] Starting worker for LMTP request pid 6141
Fri Nov  2 16:51:44 2012: [ 6141] Delivered message to 'test', Message-Id: <20121102155144.33E7F221187@zentyal-srv.office.mydomain.com>
Fri Nov  2 16:51:44 2012: [ 6141] LMTP thread exiting
Fri Nov  2 17:24:37 2012: [ 6867] Starting worker for LMTP request pid 6867
Fri Nov  2 17:24:37 2012: [ 6867] Requested e-mail address 'b@office.mydomain.com' does not resolve a user.
Fri Nov  2 17:24:37 2012: [ 6867] LMTP thread exiting
Fri Nov  2 17:24:37 2012: [ 6870] Starting worker for LMTP request pid 6870
Fri Nov  2 17:24:37 2012: [ 6870] Requested e-mail address 'a@office.mydomain.com' does not resolve a user.
Fri Nov  2 17:24:37 2012: [ 6870] LMTP thread exiting
Fri Nov  2 18:01:05 2012: [ 7647] Starting worker for LMTP request pid 7647
Fri Nov  2 18:01:06 2012: [ 7647] Requested e-mail address 'b@office.mydomain.com' does not resolve a user.
Fri Nov  2 18:01:06 2012: [ 7647] LMTP thread exiting
Fri Nov  2 18:01:06 2012: [ 7650] Starting worker for LMTP request pid 7650
Fri Nov  2 18:01:06 2012: [ 7650] Requested e-mail address 'a@office.mydomain.com' does not resolve a user.
Fri Nov  2 18:01:06 2012: [ 7650] LMTP thread exiting


62
Installation and Upgrades / Zarafa - MySQL big ibdata1
« on: November 01, 2012, 10:20:45 pm »
Hi all,

Sorry for my bad English.

I'm trying the Zentyal 3.0 and Zarafa. I want to migrate three existing IMAP mailboxes to the Zarafa.
I set up the Outlook to the IMAP and Zarafa accounts also and I copy the IMAP folders to the Zarafa account. This IMAP account size is cca. 1200 MByte. I read the Zarafa stored the e-mail attachments on the filesystem and the e-mail messages in MySQL database. I found a very big file in the /var/lib/mysql folder: ibdata1. This size was ~10MB before the e-mail copy and after the copy is cca. 450MB.

I have 2 mailbox remaining with cca. 6GB size. I think after the three IMAP mailbox migrations I become a ibdata1 file with cca. 2GB size.
This would be the starting state. I don't know but I think this is not really good. A big file is very sensitive and can easy damaged.

What do you think from this size? What can I do this? Maybe can I set the maximum size of this file and when the file size is reached the limit can the MySQL continue in a new file (as the logrotate)?  I don't trust in a big file sorry.

Can you tell me what is the size of your ibdata1 file?
Do you have any suggestion?

Thanks,
Mono

Upd.: Sorry, the file's correct name is ibdata1 not libdata1.


63
Hi all!

This is my first post and I hope this is a good place for this.
First, sorry for my bad English.

My problem:
I installed the Zentyal 3.0 Community Edition. I want to test the e-mail and collaboration functions.
In Zentyal:
I created a mail domain and I created two users: A and B.
A user can send e-mail to B and reverse, this is working good.

In the Zarafa webaccess or webapp surface B user create a new folder under "Calendar" and share this with user A with "Full control" rights.

After the sharing A user can't open shared folders. The steps are:
- A user click the "Open shared folders" link below the folder list. Click "Name" button, choose user B and click OK. The reason is: B become a popup window with this message:

"You have insufficient privileges to open this store."

B user can set the "Folder type:" "Entire inbox" or e.g. "Calendar" but no changes this message is shown also.

I tired to make a group and I moved to this group the users A and B but no changes - the subscription to the shared folder is not working. I become the error message again.
User A tried sharing the folder for user B and the common group also - but no changes I become the error again.

I doing anything wrong? What is the problem? I'm new in Zentyal and Zarafa and I haven't any idea. The common folders (common calendars, common todo (task) lists) is very important for me. How can I use this if this steps is not the good way?

Maybe somebody can try this on his system?

Thanks in advance.

Mono


Pages: 1 ... 3 4 [5]