Wurde https aktiviert (oder zumindest eine Weiterleitung)?
Ist Port 443 erreichbar?
Search found 914 matches
- 26 Aug 2024, 12:18
- Forum: Hilfe
- Topic: OAuth2 mit O365, Redirect URI nicht aufrufbar
- Replies: 9
- Views: 31915
- 26 Aug 2024, 10:52
- Forum: Hilfe
- Topic: OAuth2 mit O365, Redirect URI nicht aufrufbar
- Replies: 9
- Views: 31915
Re: OAuth2 mit O365, Redirect URI nicht aufrufbar
Hallo,
bist Du nach dieser Anleitung verfahren?
Welche Fehlermeldung wird denn genau angezeigt?
— Emin
bist Du nach dieser Anleitung verfahren?
Welche Fehlermeldung wird denn genau angezeigt?
— Emin
- 21 Aug 2024, 21:51
- Forum: General
- Topic: [SOLVED] List of tickets
- Replies: 1
- Views: 34757
Re: List of tickets
Hey, In the admin area, you can assign dynamic fields to screens. The screen for the queue view is “AgentTicketQueue”. If you assign a dynamic field to the screen, the user can decide if he wants to show the column. If it's required, it always gets displayed. However, it's not possible to assign dyn...
- 21 Aug 2024, 21:37
- Forum: General
- Topic: [SOLVED] Template question
- Replies: 1
- Views: 32524
Re: Template question
Hey,
That is not possible without custom development. Templates don't allow if conditions.
Best
Emin
That is not possible without custom development. Templates don't allow if conditions.
Best
Emin
- 16 Aug 2024, 18:13
- Forum: Help
- Topic: OAuth RedirectURI
- Replies: 2
- Views: 3621
Re: OAuth RedirectURI
Hello Jay,
Yes, you always have to deploy the changes you made in the system configuration. The console command you executed is auto-deploying the config; that's why it resolved your problem.
Best
— Emin
Yes, you always have to deploy the changes you made in the system configuration. The console command you executed is auto-deploying the config; that's why it resolved your problem.
Best
— Emin
- 07 Aug 2024, 10:33
- Forum: Developers
- Topic: Port znuny from perl 2 java or other modern language?
- Replies: 5
- Views: 47719
Re: Port znuny from perl 2 java or other modern language?
Hey, It's true that Perl is not a very popular language, but if you're a programmer (especially familiar with other scripting languages), it's very easy to learn and also fun to use. It's very straightforward, and in my opinion, it's more important to find someone who is flexible with new technologi...
- 01 Aug 2024, 16:21
- Forum: Allgemeines
- Topic: Logout z.B bei Inbetriebnahme von Settings
- Replies: 2
- Views: 35613
Re: Logout z.B bei Inbetriebnahme von Settings
Hallo Sebastian,
das hört sich nach einem Problem mit der Sitzung.
Prüf bitte folgende Einstellungen „ScriptAlias“, „FQDN“, „HttpType“, „HTTPSForceRedirect“ und ggf. noch einmal die Konfiguration des Webservers.
Viele Grüße
Emin
das hört sich nach einem Problem mit der Sitzung.
Prüf bitte folgende Einstellungen „ScriptAlias“, „FQDN“, „HttpType“, „HTTPSForceRedirect“ und ggf. noch einmal die Konfiguration des Webservers.
Viele Grüße
Emin
- 26 Jul 2024, 21:13
- Forum: Help
- Topic: [SOLVED] Ticket::TicketGet route in my web service not working
- Replies: 3
- Views: 4489
Re: Ticket::TicketGet route in my web service not working
At the top, you can see the available parameters: my $Result = $OperationObject->Run( Data => { UserLogin => 'some agent login', # UserLogin or CustomerUserLogin or SessionID is # required CustomerUserLogin => 'some customer login', SessionID => 123, Password => 'some password', # if UserLogin or cu...
- 26 Jul 2024, 20:38
- Forum: Help
- Topic: [SOLVED] Ticket::TicketGet route in my web service not working
- Replies: 3
- Views: 4489
Re: Ticket::TicketGet route in my web service not working
Hey,
The routing for TicketGet in line 57 of your YAML doesn't match.
Try to change your configuration from:
to
— Emin
The routing for TicketGet in line 57 of your YAML doesn't match.
Try to change your configuration from:
Code: Select all
Route: /TicketGet/:TicketId
Code: Select all
Route: /TicketGet
- 25 Jul 2024, 14:11
- Forum: Help
- Topic: Can't update 6.5.9-01 to 6.5.10-01 CentOS 7.9
- Replies: 9
- Views: 18809
Re: Can't update 6.5.9-01 to 6.5.10-01 CentOS 7.9
Hey,
The rpm version in CentOS 7/8 does not support PayloadIsZstd (Zstandard compression).
You could either resolve this with a workaround (there are tutorials online; on your own risk) or rebuild the package from source using the .srpm (on your own risk, too).
— Emin
The rpm version in CentOS 7/8 does not support PayloadIsZstd (Zstandard compression).
You could either resolve this with a workaround (there are tutorials online; on your own risk) or rebuild the package from source using the .srpm (on your own risk, too).
— Emin
- 24 Jul 2024, 18:43
- Forum: General
- Topic: How does Znuny decide on reply or reply and reply-all?
- Replies: 2
- Views: 29266
Re: How does Znuny decide on reply or reply and reply-all?
The logic checks every visible address that sees/receives the message: the sender, addresses in the to field, and addresses in the Cc field. It then filters out every system address you have configured.
If the result is greater than one, it shows the “Reply All” function.
— Emin
If the result is greater than one, it shows the “Reply All” function.
— Emin
- 24 Jul 2024, 12:10
- Forum: General
- Topic: otrs/znuny backup issue
- Replies: 4
- Views: 29073
Re: otrs/znuny backup issue
Hey,
Is it set in the [mysqldump] or [mysqld] block?
You can also set it manually by adding the “--max_allowed_packet=512M” parameter to the mysqldump command.
— Emin
Is it set in the [mysqldump] or [mysqld] block?
You can also set it manually by adding the “--max_allowed_packet=512M” parameter to the mysqldump command.
— Emin
- 23 Jul 2024, 18:38
- Forum: Hilfe
- Topic: Znuny automated ticket creation and email sending
- Replies: 4
- Views: 3863
Re: Znuny automated ticket creation and email sending
Hey, Here you can find the parameters for ticket and article creation: Kernel/GenericInterface/Operation/Ticket/TicketCreate.pm Setting “ArticleSend” to 1 will send your article/mail to the recipient – including all the attachments. A brief overview of the options can be found here (even if that's a...
- 23 Jul 2024, 18:14
- Forum: Help
- Topic: Integrate survey questions into the email body?
- Replies: 2
- Views: 3314
Re: Integrate survey questions into the email body?
Hey, Technically, it's possible, but a bit tricky. You'd have to build the URL for each icon. To build the URL, open the survey page the customer receives and fill out the form. Then, open the dev console of your browser (F12) and execute $('form').serialize(); This returns the final URL. You can re...
- 23 Jul 2024, 14:42
- Forum: Allgemeines
- Topic: MS Teams Avatar / Präsens
- Replies: 3
- Views: 36836
Re: MS Teams Avatar / Präsens
Hallo Stephan, Znuny verwendet für die Mails Microsoft Graph. Mit dem Toolkit habe ich bisher nicht gearbeitet; das ist aber ein guter Hinweis. SSO für Agenten und Kunden funktioniert bei Microsoft Entra ID „ganz normal“ über SAML. Das wahrscheinlich bekannteste Modul für Apache wäre Mellon. Den Mod...
- 19 Jul 2024, 12:20
- Forum: General
- Topic: getting error in syslog after upgrade
- Replies: 6
- Views: 32460
Re: getting error in syslog after upgrade
You should at least go to Znuny 6.5 LTS.
You didn't provide any feedback on the rebuild cleanup outcome.
— Emin
You didn't provide any feedback on the rebuild cleanup outcome.
— Emin
- 17 Jul 2024, 10:19
- Forum: General
- Topic: SOLVED: migrate database from otrs 6.0.29 to znuny 6.5.6
- Replies: 8
- Views: 33956
Re: SOLVED: migrate database from otrs 6.0.29 to znuny 6.5.6
I mean, the doc states that it's possible and every answer in this topic states the same information — including mine, which was directed to you. I am not sure where the presumption that migrating from OTRS 6 (Community Edition) is not possible comes from. Znuny offers a native way to migrate from O...
- 17 Jul 2024, 09:32
- Forum: General
- Topic: getting error in syslog after upgrade
- Replies: 6
- Views: 32460
Re: getting error in syslog after upgrade
The version of the package does not have to be equal to the product version. Did you rebuild the configuration? Open the dynamic field screen in the admin area and check if you get new error log entries. OTRS 6 ends with version 6.0.30. The old Znuny 6 LTS ends with 6.0.48. You probably (intentional...
- 17 Jul 2024, 08:55
- Forum: Help
- Topic: New Feature: Comment for dynamic fields
- Replies: 8
- Views: 4486
Re: New Feature: Comment for dynamic fields
Having a multi-line comment field (like ACLs) is a thing worth discussing. But I am strongly against a mandatory comment field. That would not only violate the expected user experience in the admin area, it would also be annoying. The app can't fix the lack of willingness to document processes withi...
- 17 Jul 2024, 08:41
- Forum: General
- Topic: getting error in syslog after upgrade
- Replies: 6
- Views: 32460
Re: getting error in syslog after upgrade
Check if you updated all packages and remove orphaned configuration with a rebuild (bin/otrs.Console.pl Maint::Config::Rebuild --cleanup).
- 17 Jul 2024, 08:37
- Forum: Allgemeines
- Topic: MS Teams Avatar / Präsens
- Replies: 3
- Views: 36836
Re: MS Teams Avatar / Präsens
Hallo Stephan, ich finde die Idee super! Genau, paketieren wäre update-freundlicher. Idealerweise über eine neue Engine und ohne das Überschreiben von bestehenden Dateien. Das Backend für Avatare ist leider nicht modular, weswegen letzteres etwas aufwendiger wäre. Zudem könnte man die Pflege der Ent...
- 16 Jul 2024, 21:25
- Forum: General
- Topic: Cuenta de Correo
- Replies: 3
- Views: 67741
Re: Cuenta de Correo
Hola,
You can't just take the database of your OTRS 6 and import it into Znuny 7. You'll have to go the official way: OTRS 6 → Znuny 6.1 → Znuny 6.2 → Znuny 6.3 → Znuny 6.4 → Znuny 6.5 → Znuny 7.
Update doc for Znuny LTS
Update doc for Znuny 7
Best
Emin
You can't just take the database of your OTRS 6 and import it into Znuny 7. You'll have to go the official way: OTRS 6 → Znuny 6.1 → Znuny 6.2 → Znuny 6.3 → Znuny 6.4 → Znuny 6.5 → Znuny 7.
Update doc for Znuny LTS
Update doc for Znuny 7
Best
Emin
- 16 Jul 2024, 17:26
- Forum: General
- Topic: SOLVED: migrate database from otrs 6.0.29 to znuny 6.5.6
- Replies: 8
- Views: 33956
- 16 Jul 2024, 17:24
- Forum: Help
- Topic: Is the installation instruction for LTS version complete?
- Replies: 2
- Views: 3911
Re: Is the installation instruction for LTS version complete?
Hey, The instruction only shows how to install the application. You'll have to handle everything else yourself, like setting up the database, configuring the web server etc. That part is not Znuny specific, and there are tons of tutorials if you're new to Linux. The installer lets you choose if you ...
- 13 May 2024, 17:54
- Forum: Allgemeines
- Topic: Migration kix17 -> Znuny
- Replies: 1
- Views: 35511
Re: Migration kix17 -> Znuny
Hallo democritus, mit einem Testsystem kann man das natürlich versuchen. In dem Fall solltet Ihr aber erst einmal mit der neuesten Znuny 6.0 (alte LTS) starten und dann weiter auf Znuny 6.1 → 6.2 → 6.3 → 6.4 → 6.5 LTS und optional Znuny 7 migrieren. Anschließend solltet Ihr einen guten Überblick dar...
- 16 Apr 2024, 10:05
- Forum: Help
- Topic: Seeking Guidance on Transitioning to OAuth 2.0 Authentication
- Replies: 11
- Views: 5086
Re: Seeking Guidance on Transitioning to OAuth 2.0 Authentication
Hello Darko, We (Efflux) have initially developed the MailAccount-OAuth2 add-on for older versions of OTRS, Znuny and other forks. If you're using Znuny 6.5, you should delete that extensions, as it overwrites some core functions. But make sure that you create a back-up of your systems, your mail ac...
- 04 Mar 2024, 12:48
- Forum: Help
- Topic: Seeking Guidance on Transitioning to OAuth 2.0 Authentication
- Replies: 11
- Views: 5086
Re: Seeking Guidance on Transitioning to OAuth 2.0 Authentication
Hey,
Yes, you can use basic auth and OAuth 2.0 accounts at the same time.
— Emin
Yes, you can use basic auth and OAuth 2.0 accounts at the same time.
— Emin
- 27 Feb 2024, 13:43
- Forum: Help
- Topic: [solved]how to add a key/value to config with sysconfig UI?
- Replies: 4
- Views: 2754
Re: how to add a key/value to config with sysconfig UI?
Hello Gérald, Your system seems to have an underlying problem that you need to fix first. There is no need to add “Ticket::Frontend::Article::actions###Email” as this is already an existing setting. What happens when you press on the hamburger menu bar at the top right and reset the setting? Best Emin
- 26 Feb 2024, 17:35
- Forum: Help
- Topic: Support Data Collector vs otrs.CheckModules.pl perl module versions
- Replies: 9
- Views: 4097
Re: Support Data Collector vs otrs.CheckModules.pl perl module versions
I mean, according to the doc, that's what perl-homedir is supposed to do.
I am not sure if you're aware that this module has nothing to do with Znuny. If you don't need it, uninstall it and if you need it, there should be a way to install system-wide modules anyway.
I am not sure if you're aware that this module has nothing to do with Znuny. If you don't need it, uninstall it and if you need it, there should be a way to install system-wide modules anyway.
- 24 Feb 2024, 11:03
- Forum: Help
- Topic: ITSM Colors on Workorder State boxes
- Replies: 3
- Views: 2457
Re: ITSM Colors on Workorder State boxes
Exactly. It's important to use the capitalization as defined in the general catalog under “ITSM::ChangeManagement::Change::State” and “ ITSM::ChangeManagement::WorkOrder::State”. The default states get translated in die GUI (from lowercase to uppercase) and need to be entered in lowercase. But as so...
- 24 Feb 2024, 10:55
- Forum: General
- Topic: AgentTicketEmailOutbound reset subject if To empty
- Replies: 8
- Views: 6595
Re: AgentTicketEmailOutbound reset subject if To empty
It's normal that the subject is empty on load, and he is also using the module for external communication. I just don't think that's the problem he's describing.
To me, it sounds like the issue is that “$Param{Subject}“ becomes empty when form validation fails.
— Emin
To me, it sounds like the issue is that “$Param{Subject}“ becomes empty when form validation fails.
— Emin
- 23 Feb 2024, 10:54
- Forum: Help
- Topic: Support Data Collector vs otrs.CheckModules.pl perl module versions
- Replies: 9
- Views: 4097
Re: Support Data Collector vs otrs.CheckModules.pl perl module versions
It's not about where you get the Perl modules from, it's about where you install them and who has the permission to access it.
Just install the modules system-wide, as Roy has mentioned. That is the default if you use the root user. Don't use the znuny-user to install the packages via CPAN.
— Emin
Just install the modules system-wide, as Roy has mentioned. That is the default if you use the root user. Don't use the znuny-user to install the packages via CPAN.
— Emin
- 21 Feb 2024, 23:24
- Forum: Help
- Topic: ITSM Colors on Workorder State boxes
- Replies: 3
- Views: 2457
Re: ITSM Colors on Workorder State boxes
Hello Jason, You can change the color of the states with these two settings: “ITSMChange::State::Signal” “ITSMWorkOrder::State::Signal” The second setting is the one you're looking for. Here is a link to all possible options. It could be possible that you've lost some settings for the Change Managem...
- 21 Feb 2024, 14:59
- Forum: General
- Topic: AgentTicketEmailOutbound reset subject if To empty
- Replies: 8
- Views: 6595
Re: AgentTicketEmailOutbound reset subject if To empty
I was also unable to reproduce this behavior on an older version.
However, I believe this is connected to an older bug and should be resolved with an update (you're missing a lot of security updates anyway).
— Emin
However, I believe this is connected to an older bug and should be resolved with an update (you're missing a lot of security updates anyway).
— Emin
- 20 Feb 2024, 21:48
- Forum: General
- Topic: AgentTicketEmailOutbound reset subject if To empty
- Replies: 8
- Views: 6595
Re: AgentTicketEmailOutbound reset subject if To empty
Hello Rod,
I couldn't reproduce the issue.
What version are you on and did you use drafts?
— Emin
I couldn't reproduce the issue.
What version are you on and did you use drafts?
— Emin
- 20 Feb 2024, 15:06
- Forum: Help
- Topic: Support Data Collector vs otrs.CheckModules.pl perl module versions
- Replies: 9
- Views: 4097
Re: Support Data Collector vs otrs.CheckModules.pl perl module versions
Hello Piotr,
Just in case you've updated the Perl modules recently: The Support Data Collector may cache entries for up to 10 minutes. Delete the cache or wait a moment and try it again.
— Emin
Just in case you've updated the Perl modules recently: The Support Data Collector may cache entries for up to 10 minutes. Delete the cache or wait a moment and try it again.
— Emin
- 20 Feb 2024, 14:33
- Forum: Help
- Topic: [resolved] How to configure article header behavior as it was with 5.x?
- Replies: 3
- Views: 2961
Re: How to configure article header behavior as it was with 5.x?
Hey, To show article information by default, you can enable the setting “Ticket::Frontend::ArticleHeadVisibleDefault”. To toggle if you want to show the full or shortened information of the sender and the recipient by default, you can change the following settings “Ticket::Frontend::DefaultSenderDis...
- 19 Feb 2024, 14:57
- Forum: Hilfe
- Topic: Seit Umstellung bei IONOS keine Ticket Benachrichtung mehr
- Replies: 8
- Views: 3980
Re: Seit Umstellung bei IONOS keine Ticket Benachrichtung mehr
Hallo,
das Kommunikationsprotokoll kommt erst mit der 6er-Version.
Roy wollte vielleicht auf die Einstellung „NotificationSenderEmail“ hinaus. Da muss eine vollständige E-Mail-Adresse drinnen stehen.
— Emin
das Kommunikationsprotokoll kommt erst mit der 6er-Version.
Roy wollte vielleicht auf die Einstellung „NotificationSenderEmail“ hinaus. Da muss eine vollständige E-Mail-Adresse drinnen stehen.
— Emin
- 11 Feb 2024, 22:52
- Forum: Allgemeines
- Topic: Redirect /znuny/customer.pl zu /
- Replies: 3
- Views: 37758
Re: Redirect /znuny/customer.pl zu /
Zu Frage 1: Den Redirect hätte ich in den VirtualHost für 443 (HTTPS) gepackt. Zu Frage 2: Ich würde keine zweite Konfiguration für HTTPS machen, sondern die bestehende Znuny-Konfiguration erweitern, damit es für nur eine Konfiguration für Znuny und ggf. eine weitere für das Weiterleiten von HTTP au...
- 11 Feb 2024, 19:17
- Forum: Allgemeines
- Topic: Redirect /znuny/customer.pl zu /
- Replies: 3
- Views: 37758
Re: Redirect /znuny/customer.pl zu /
Hallo, ich hätte die Config anders aufgebaut, aber wenn es so schon funktioniert, würde ich nicht viel ändern. Versuch, diesen Block in Deine VirtualHost-Config zu packen: Redirect permanent / https://znuny.domain.de/znuny/customer.pl Wenn auf dem Server nichts anderes läuft, würde ich die HTTPS-Wei...
- 09 Feb 2024, 20:47
- Forum: Help
- Topic: how to remove /znuny/ from URI
- Replies: 3
- Views: 2968
Re: how to remove /znuny/ from URI
Hey,
You asked a lot of questions in Discord, and some people took the time to help. Instead of deleting your question, consider sharing your solution within the community.
— Emin
You asked a lot of questions in Discord, and some people took the time to help. Instead of deleting your question, consider sharing your solution within the community.
— Emin
- 08 Feb 2024, 21:32
- Forum: Hilfe
- Topic: Update Problem 7.0.9 zu 7.0.x
- Replies: 2
- Views: 2533
Re: Update Problem 7.0.9 zu 7.0.x
Hallo Patrick,
was steht denn in der Entwicklungskonsole des Browsers? Werden dort Pfade angezeigt, die nicht geladen werden konnten?
Zudem wäre ein Blick in die Error-Logs des Webservers hilfreich.
Viele Grüße
Emin
was steht denn in der Entwicklungskonsole des Browsers? Werden dort Pfade angezeigt, die nicht geladen werden konnten?
Zudem wäre ein Blick in die Error-Logs des Webservers hilfreich.
Viele Grüße
Emin
- 08 Feb 2024, 21:27
- Forum: Hilfe
- Topic: Migration 6.5.6 auf 7.0.15
- Replies: 1
- Views: 2506
Re: Migration 6.5.6 auf 7.0.15
Hallo Nico, $Self->{Home} steht standardmäßig immer in der Kernel/Config.pm. Die Einstellungen „Frontend::WebPath“, „ScriptAlias“ und „Ticket::Article::Backend::MIMEBase::ArticleDataDir“ kommen in der Config.pm nur vor, wenn sie dort manuell eingetragen wurden. In der Anleitung steht, dass die Werte...
- 08 Feb 2024, 16:41
- Forum: Hilfe
- Topic: Kundenbenutzer mit mehreren Kundennummern
- Replies: 3
- Views: 2747
Re: Kundenbenutzer mit mehreren Kundennummern
Hallo, im Adminbereich kannst Du unter „Kundenbenutzer ↔ Kunden“ einen Kundenbenutzer aussuchen und diesen mehreren Kunden zuweisen. Um die Kundennummer beim Erstellen oder Bearbeiten eines Tickets ändern zu können, musst Du ebenfalls die Einstellungen „CustomerIDReadOnly“ deaktivieren. Viele Grüße ...
- 08 Feb 2024, 13:45
- Forum: Hilfe
- Topic: Performanceproblem debuggen
- Replies: 12
- Views: 4918
Re: Performanceproblem debuggen
Hallo, wenn es im System viele Queues gibt und man sich nicht durchklicken möchte, kann man im Adminbereich unter „SQL Box“ folgenden Befehl ausführen: SELECT * FROM queue oder um nur Queues mit einer Eskalationszeit anzuzeigen: SELECT * FROM queue WHERE first_response_time IS NULL OR first_response...
- 18 Jul 2023, 16:08
- Forum: Hilfe
- Topic: Znuny ruft keine Mails mehr ab
- Replies: 17
- Views: 11046
Re: Znuny ruft keine Mails mehr ab
Hallo Jan,
falls das Problem noch behoben sein sollte: Welche Fehlermeldung tritt denn auf? Gibt es Meldungen im Log des Webservers und was sagt das Kommunikationsprotokoll?
Viele Grüße
Emin
falls das Problem noch behoben sein sollte: Welche Fehlermeldung tritt denn auf? Gibt es Meldungen im Log des Webservers und was sagt das Kommunikationsprotokoll?
Viele Grüße
Emin
- 29 Jun 2023, 19:55
- Forum: Hilfe
- Topic: Abrufen von EMails über IMAPTLS von O365 funktioniert plötzlich nicht mehr.
- Replies: 22
- Views: 13064
Re: Abrufen von EMails über IMAPTLS von O365 funktioniert plötzlich nicht mehr.
Hallo Dirk, es gibt eine gute Dokumentation von Znuny zu dem Thema: https://doc.znuny.org/znuny_lts/admin/authentication/token/index.html Beim Erstellen des Postfachs wählst Du den OAuth Token aus. Den generiert Du im Vorfeld über die Admin-Oberfläche unter „OAuth2“. Versuch es in einem neuen Browse...
- 29 Jun 2023, 18:54
- Forum: Hilfe
- Topic: Abrufen von EMails über IMAPTLS von O365 funktioniert plötzlich nicht mehr.
- Replies: 22
- Views: 13064
Re: Abrufen von EMails über IMAPTLS von O365 funktioniert plötzlich nicht mehr.
genau, das bedeutet, dass der Benutzer keine Berechtigung auf das Postfach hat. Hallo Emin, welchen Benutzer meinst Du? Das ist der Benutzer, mit dem der OAuth 2.0 Token geholt wurde. Das lässt sich auch einfach gegenprüfen, wie ich im letzten Post geschrieben habe: Neuen Token für z. B. support@xy...
- 29 Jun 2023, 17:47
- Forum: Allgemeines
- Topic: Mariadb - max_allowed_packet
- Replies: 3
- Views: 7318
Re: Mariadb - max_allowed_packet
Hallo Manfred, je nach Distribution ist das Verzeichnis anders. Was jedoch immer identisch ist, ist der Aufbau der MariaDB/MySQL Config. Die Änderung gehört unter den Block [mysqld] . In unserer Anleitung zur Installation (Achtung: alte Version), können die Pfade noch einmal für alle gängigen Distri...
- 29 Jun 2023, 17:41
- Forum: Hilfe
- Topic: Abrufen von EMails über IMAPTLS von O365 funktioniert plötzlich nicht mehr.
- Replies: 22
- Views: 13064
Re: Abrufen von EMails über IMAPTLS von O365 funktioniert plötzlich nicht mehr.
Hallo Boris, genau, das bedeutet, dass der Benutzer keine Berechtigung auf das Postfach hat. Je nachdem, wie viele Postfächer hinterlegt sind, kann pro Postfach auch ein eigener Token hinterlegt werden. Die Delegation der Berechtigung müsste das Problem jedoch lösen. Zudem bitte sicherstellen, dass ...