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 - heupink

Pages: [1]
1
Hi,

Answering for the archives:

I learned that "mail forwarding loop" is a concept in Postfix's local forwarding mechanism. It is triggered when an incoming email has more than one "Delivered to: user@company.com" statements.

Now I'm using fetchmail to collect pop3 mail, and using the "dropdelivered" directive, the "delivered to" is dropped, and the mail is successfully 'redelivered' to the final zentyal mailbox.

My complete .fetchmail recipe:

defaults smtphost localhost
poll external.mail.com with proto pop3 port 995 user "username@company.com" with password "very_secret" dropdelivered smtpname username@company.cpm options ssl

I feel it would be nice to add this functionality to the web interface. However, I'm no programmer, so hopefully others with the same problem will find this post, and help themselves with this info.

2
Hi,

I'm having a problem retrieving remote mail into my zentyal server. Zentyal mail system is configured with the domain @company.com, and the remote mails are also @company.com. Retrieving the mails fails with 'mail forwarding loop detected'. I have read https://tracker.zentyal.org/issues/378, where Javier Amor says that retrieving external mail for same mail domain is not supported at all.

I worked around this, using a cron job that retrieves my external mails via pop3, and puts them in the end user mailbox using imap, which for *many* reasons is obviously no permanent solution.

As soon as I try the regular way to deliver them to my zentyal mailboxes (either via the zentyal retrieve external mail module, or via fetchmail -> smtp) I'm getting the mail forwarding loop detected.

What are my options at this point? Anyone with trics or tips?

3
Hi Doward,

That was a great suggestion, and it worked out great. I added a GPO, linked it to the domain, and edited it using the  Windows Remote Server Administration Tools. That seems to work beautifully.

Thank you :-)

4
Hi all,

I'm having a hell of a time getting the GPO system to run my simple logon.bat, on zentyal 3.4. It's just never executed. (yes: read many howto's, and I'm sure I'm doing something wrong...) BUT...

Is it possible to use normal regular 'old style' logon.bat?

Where would I save that logon.bat, and what should it be called to be executed on logon? The only thing I need is to map a few shares on login, nothing fancy... I hope it is still possible to use a 'regular' logon script in zentyal 3.4?

5
I have created a file /var/www/index.html, with the following contents:

<html><body><h1>Welkom</h1>
<a href="https://office.ourdomain.com/webmail" target="_blank">webmail</a>
</body></html>

Hovering the link in chrome/firefox shows the correct address. Clicking the link, however, opens a new page with address "http://office.ourdomain.com:443/webmail/" which is obviously wrong. Somewhere in the process the https is replaced with http....

I have never seen this. Where in zentyal would something like this happen..?

Note: the link works for https://office.ourdomain.com/SOGo, but does NOT work for https://office.ourdomain.com/webmail / https://office.ourdomain.com/pydio
(which I added to my zentyal system)

Anyone has a clue?

6
Installation and Upgrades / Re: OpenChange on HTTPs
« on: April 28, 2014, 02:53:53 pm »
Well, the problem I was having, was that the admin web interface was bound to port 443. As soon as I put the admin interface on another port, 443 became available for /SOGo and /webmail etc. It all works now.

7
Installation and Upgrades / Re: OpenChange on HTTPs
« on: April 23, 2014, 09:25:22 pm »
Great, when I'm near my test server, I'll try this out.

Thank you Obi-Michael :-)

8
Hi Michael!

Thanks for updating this thread as well!

9
Hi all,

This is my first deployment of zentyal, and so far I'm very impressed with the product. Looking forward to version 3.5, with native active directory etc. Thanks for making this available also as a community version!

Anyway, my question: I am running 3.4 with the /SOGo mail web access, and the /SOGo url only seems to work on the internal address company.lan. I have also defined a zone company.nl, on which the admin site works, but NOT the /SOGo ("page not found")

Is this expected and by design?

Pages: [1]