Re: [SOGo] WebMail: Embedded links always in lower case

2022-02-23 Thread "H.Plett"

OK, will do, thanks for the quick reply.

Heinrich

Am Mittwoch, Februar 23, 2022 15:54 CET, schrieb "Francis Lachapelle" 
(flachape...@inverse.ca) :
  Hi Heinrich On Feb 23, 2022, at 09:51, H.Plett  wrote:
When receiving a (valid) link in an inbound mail (e.g. dhl tracking), it does 
not work, if there is an Upper Case letter included in the original link. So, I 
receive the mail, open it in the WebMail (in Firefox or Edge) and try to click 
the embedded link. This does not work, most cases a Code 404 "not found" is 
returned. I checked a lttle deeper and found, that the entire Link has been 
changed into lower case characters, even when in the original Link there were 
uppercase letters.
E.g. DHL sends a tracking number with the link 
https://mailing3.dhl.de/Go/dfm4d45v7hv3szfhhtave5pptfkpzbaudrdsk8w845ht/7?t_ID=1715824557&piececode=00340434462072375354
 (not a real link), then my Browser tries to open this: 
https://mailing3.dhl.de/go/dfm4d45v7hv3szfhhtave5pptfkpzbaudrdsk8w845ht/7?t_id=1715824557&piececode=00340434462072375354
 (so, "Go" has been turned to "go" and "ID" has been changed to "id"). This 
issue happens in Firefox and likewise in Chrome.
If I open the very link on the mobile (Android), there is no problem.
So the problem is clearly on the SOGo WebMail Frontend.
I am using SOGo Version 5.3.0 (@shiva2.inverse 202111250126)

Any Idea what could be the reason, why the uppercase charakters are swapped to 
lowercase? And which instance could be responsible, Postfix or Sogo or anything 
else?This is an old bug (https://www.sogo.nu/bugs/view.php?id=5434). Please 
take the time to visit the BTS prior to ask questions on the mailing list.  
Francis --
users@sogo.nu
https://inverse.ca/sogo/lists


 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] WebMail: Embedded links always in lower case

2022-02-23 Thread "H.Plett"

Hello, Team,
hope someone can advise / help with the following issue:

When receiving a (valid) link in an inbound mail (e.g. dhl tracking), it does 
not work, if there is an Upper Case letter included in the original link. So, I 
receive the mail, open it in the WebMail (in Firefox or Edge) and try to click 
the embedded link. This does not work, most cases a Code 404 "not found" is 
returned. I checked a lttle deeper and found, that the entire Link has been 
changed into lower case characters, even when in the original Link there were 
uppercase letters.
E.g. DHL sends a tracking number with the link 
https://mailing3.dhl.de/Go/dfm4d45v7hv3szfhhtave5pptfkpzbaudrdsk8w845ht/7?t_ID=1715824557&piececode=00340434462072375354
 (not a real link), then my Browser tries to open this: 
https://mailing3.dhl.de/go/dfm4d45v7hv3szfhhtave5pptfkpzbaudrdsk8w845ht/7?t_id=1715824557&piececode=00340434462072375354
 (so, "Go" has been turned to "go" and "ID" has been changed to "id"). This 
issue happens in Firefox and likewise in Chrome.
If I open the very link on the mobile (Android), there is no problem.
So the problem is clearly on the SOGo WebMail Frontend.
I am using SOGo Version 5.3.0 (@shiva2.inverse 202111250126)

Any Idea what could be the reason, why the uppercase charakters are swapped to 
lowercase? And which instance could be responsible, Postfix or Sogo or anything 
else?

Thanks!

Heinrich
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

RE: [SOGo] Calendar Invite with wrong sender address

2021-10-13 Thread "H.Plett"

  
Hello Heinrich,
  
  can't you put the external email addresses into your Active
  Directory's proxyAddresses attribute? Your users will then be able
  to select an email address in the SOGo web interface. Add the
  attribute to the parameter MailFieldNames in your
  /etc/sogo/sogo.conf:
  
    SOGoUserSources = (
    {
  type = ldap;
  MailFieldNames = (mail, proxyAddresses);
    [...]
    },
  
  Note that email addresses in the proxyAddresses attribute have to
  be prefixed with "smtp:". SOGo will remove the prefix.
  
  Kind regards,
  Andreas
  
  Am 08.10.21 um 17:34 schrieb "H.Plett" (heinrich.pl...@gmx.de):


  
  Hello, Community,

finally, I made it - Mail Server is running as a relay with 2
accounts. All fine, except for Calendar invitations.

Background: For certain reasons, my 2 internal SoGo users have a
.local account which are certainly NOT equal to their real
external email addresses. So, I had to match them via
sender_canonical file in postfix and translate them to the real
mail address via relaymap. This mechanism works fine now, but
only for mails.
But if I try to invite people to a meeting, [...] they do not
see my real address, but my fake internal address @office.local
- as this mail is not real, they cannot answer to my calendar
invite, and some do not even see the "yes" / "no" / "maybe"
button
  

  
-- users@sogo.nuhttps://inverse.ca/sogo/lists
-- users@sogo.nuhttps://inverse.ca/sogo/lists

[SOGo] Calendar Invite with wrong sender address

2021-10-10 Thread "H.Plett"

Hello, Community,

finally, I made it - Mail Server is running as a relay with 2 accounts. All 
fine, except for Calendar invitations.

Background: For certain reasons, my 2 internal SoGo users have a .local account 
which are certainly NOT equal to their real external email addresses. So, I had 
to match them via sender_canonical file in postfix and translate them to the 
real mail address via relaymap. This mechanism works fine now, but only for 
mails.
But if I try to invite people to a meeting, they see the following text:
 

Its in German, but the bottom line is, they do not see my real address, but my 
fake internal address @office.local - as this mail is not real, they cannot 
answer to my calendar invite, and some do not even see the "yes" / "no" / 
"maybe" button

Questions:
1) Where is the template stored, so that I can manually change this string? I 
would like to just statically change this string so that there is my real 
address - do you think this will work?

2) Also it says, that the invited person is not a "required attendee" - which 
is clearly a wrong statement, I selected the correct flag("required") for this 
person.
So, where is this text generated and how can I change this behavior?

3) Another weird thing - despite the invited people have received the 
invitation, I cannot find this mail in my "sent mail" folder. How did the mail 
get out into the world? Did it use any other mail service besides postfix?
Also I do not understand, why my relaymap did not kick in, because for normal 
mails it does?

Any help is appreciated - thank you all.

Regards, Heinrich
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Unable to send mails from Android mobile

2021-09-12 Thread H.Plett
Hello, Team,

 
I have successfully setup an iredmail/SOGO environment.

From the Sogo frontend, I can successfully send and receive mails.

However, sending outbound mails from an Android mobile doesnt work.

 
The Android device is configured as "Exchange Account" und fully synced (Mails, 
Calendar).

But when I try to send an email, I see "Kontoinformationen werden abgerufen 
..." on the Android display (translated: "Account information is being 
retrieved"). After 3-4 Seconds this message disappears, and the mail is stored 
in "drafts". No other error is shown.

Also I do not see an obvious error in sogo.log.

At the time when I was trying to send, I saw these messages:

Sep 11 22:26:26 sogod [11705]: 192.168.50.66 "GET 
/SOGo/so/plettfam@hplett.local/activeExternalSieveScripts HTTP/1.0" 404 0/0 
0.208 - - 416K - 18
Sep 11 22:26:44 sogod [11709]: <0x0x559df194cb40[SOGoActiveSyncDispatcher]> 
Sleeping 30 seconds while detecting changes for user plettfam@hplett.local in 
Ping...
 
Any other hint that could help to figure out the issue?

How can I make Logging more verbose?

 
Thanks!

 
Heinrich

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

AW: [SOGo] Problem with SoGo calendar

2021-05-31 Thread H.Plett
Hello, Andreas,

 
thanks for your hints.

 
The mentioned parameters seem to be configured, however with some cryptic 
username:

 
OCSCacheFolderURL = 
"mysql://sogo:9wInzW8fiPuFtqozeWx4qqrBLyAMclo2@127.0.0.1:3306/sogo/sogo_cache_folder";
 
I come from Iredadmin, and used this howto: 
https://docs.iredmail.org/install.iredmail.on.debian.ubuntu.html

 
The only configuration that was included in this howto is the "install.sh" 
which configures "Mail" only.

 
The SOGo package is just installed as far as I can see, but I cannot see any 
configuration.

When I try to configure the Calendar inside the graphical INterface 
(192.168.2.1/SOGo > "Settings" icon), then I have to choose the time zone, 
first day of week etc., but I cannot save the change. The Save button is grey, 
so that I cannot click it.

It seems as if my user "postmaster" does not have permissions to change the 
calendar options.

The Mail section works.

 
Do you have a good howto for the SOGo section?

 
Thanks!

 
Heinrich

-Ursprüngliche Nachricht-
Von:Andreas Vögele 
Gesendet:Do 20.05.2021 14:45
Betreff:Re: [SOGo] Problem with SoGo calendar
An:users@sogo.nu; 
Hello Heinrich,

are all database connections, i.e. SOGoProfileURL, OCSFolderInfoURL, 
OCSSessionsFolderURL and OCSEMailAlarmsFolderURL, properly configured in 
/etc/sogo/sogo.conf? Is the database user, that you have configured, 
allowed to access the database from the SOGo host? Check the connections 
manually on the command line with the psql or mysql command from the 
SOGo host. An example for PostgreSQL: psql -U sogo -h 
mydbserver.example.com -p 5432 sogo

Kind regards,
Andreas

Am 20.05.21 um 13:27 schrieb H.Plett (heinrich.pl...@gmx.de):
> AW: [SOGo] Problem with SoGo calendar
>
> Hello, Juergen,
>
> I did now a "systemctl restart memcached.service"
>
> But same result, just a blank page.
>
> Any other idea or good tutorial?
>
> Thanks!
>
> Heinrich
>
>     -Ursprüngliche Nachricht-
>     *Von:* "J. Echter" 
>     *Gesendet:* Do 20.05.2021 13:19
>     *Betreff:* Re: [SOGo] Problem with SoGo calendar
>     *An:* users@sogo.nu;
>     Hi,
>
>     have you tried to restart memcached?
>
>     Cheers
>
>     Juergen
>
>     Am 19. Mai 2021 18:47:46 MESZ schrieb "H.Plett" :
>
>         Hi All,
>
>         can someone point me to a valid instruction how to configure
>         the calendar and contacts option of SoGo?
>
>         Currently, I can login to https://192.168.xxx.xxx/SOGo >
>         username and password are accepted.
>
>         I am forwarded then to the Mail section, which shows up properly.
>
>         But as soon as I click on "calendar" or "contacts" on the
>         right top side, I get a blank site back with absolutely no
>         content.
>
>         The URL just changes to
>         
> https://192.168.xxx.xxx/SOGo/so/user@local/Calendar/view#!/calendar/week/20210519
>
>         Any Idea why this happens?
>
>         Thanks,
>
>         Heinrich
>

-- 
users@sogo.nu
https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

AW: [SOGo] Problem with SoGo calendar

2021-05-20 Thread H.Plett
Hello, Juergen,

 
I did now a "systemctl restart memcached.service"

 
But same result, just a blank page.

 
Any other idea or good tutorial?

 
Thanks!

 
Heinrich
 
-Ursprüngliche Nachricht-
Von:"J. Echter" 
Gesendet:Do 20.05.2021 13:19
Betreff:Re: [SOGo] Problem with SoGo calendar
An:users@sogo.nu; 
 
Hi,

have you tried to restart memcached?

Cheers

Juergen

Am 19. Mai 2021 18:47:46 MESZ schrieb "H.Plett" : 

Hi All,

 
can someone point me to a valid instruction how to configure the calendar and 
contacts option of SoGo?

 
Currently, I can login to https://192.168.xxx.xxx/SOGo > username and password 
are accepted.

I am forwarded then to the Mail section, which shows up properly.

 
But as soon as I click on "calendar" or "contacts" on the right top side, I get 
a blank site back with absolutely no content.

The URL just changes to 
https://192.168.xxx.xxx/SOGo/so/user@local/Calendar/view#!/calendar/week/20210519

 
Any Idea why this happens?

 
Thanks,

 
Heinrich

 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

-- 
Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet.
-- 
users@sogo.nu
https://inverse.ca/sogo/lists
 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] Problem with SoGo calendar

2021-05-19 Thread H.Plett
Hi All,

 
can someone point me to a valid instruction how to configure the calendar and 
contacts option of SoGo?

 
Currently, I can login to https://192.168.xxx.xxx/SOGo > username and password 
are accepted.

I am forwarded then to the Mail section, which shows up properly.

 
But as soon as I click on "calendar" or "contacts" on the right top side, I get 
a blank site back with absolutely no content.

The URL just changes to 
https://192.168.xxx.xxx/SOGo/so/user@local/Calendar/view#!/calendar/week/20210519

 
Any Idea why this happens?

 
Thanks,

 
Heinrich

-- 
users@sogo.nu
https://inverse.ca/sogo/lists