Open sergiupapuc opened 3 months ago
Do you have access to the SQL error log of your database?
...no...but the table oc_mail_accounts was not filled with the corresponding data (host,etc) only partial...
From: Christoph Wurst @.> Sent: vineri, 9 august 2024 12:24 To: nextcloud/mail @.> Cc: Sergiu Papuc @.>; Author @.> Subject: Re: [nextcloud/mail] Data too long for column 'inbound_user' (Issue #9978)
Do you have access to the SQL error log of your database?
β Reply to this email directly, view it on GitHubhttps://github.com/nextcloud/mail/issues/9978#issuecomment-2277530017, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AZA3VMS42HWRTBG3FSNPYF3ZQSDCFAVCNFSM6AAAAABMICN2HSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZXGUZTAMBRG4. You are receiving this because you authored the thread.Message ID: <nextcloud/mail/issues/9978/2277 @.**@.>> [ { @.": "http://schema.org", @.": "EmailMessage", "potentialAction": { @.": "ViewAction", "target": "https://github.com/nextcloud/mail/issues/9978#issuecomment-2277530017", "url": "https://github.com/nextcloud/mail/issues/9978#issuecomment-2277530017", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { @.": "Organization", "name": "GitHub", "url": "https://github.com" } } ]
Try to get access to it, it helps narrowing down the problem.
...attached
From: Christoph Wurst @.> Sent: vineri, 9 august 2024 13:04 To: nextcloud/mail @.> Cc: Sergiu Papuc @.>; Author @.> Subject: Re: [nextcloud/mail] Data too long for column 'inbound_user' (Issue #9978)
Try to get access to it, it helps narrowing down the problem.
β Reply to this email directly, view it on GitHubhttps://github.com/nextcloud/mail/issues/9978#issuecomment-2277599866, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AZA3VMXG5RHMQP7JQAQJFDLZQSHXRAVCNFSM6AAAAABMICN2HSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZXGU4TSOBWGY. You are receiving this because you authored the thread.Message ID: <nextcloud/mail/issues/9978/2277 @.**@.>> [ { @.": "http://schema.org", @.": "EmailMessage", "potentialAction": { @.": "ViewAction", "target": "https://github.com/nextcloud/mail/issues/9978#issuecomment-2277599866", "url": "https://github.com/nextcloud/mail/issues/9978#issuecomment-2277599866", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { @.": "Organization", "name": "GitHub", "url": "https://github.com" } } ]
GitHub doesn't have attachments. Please post the raw SQL
53 Query SELECT * FROM `oc_mail_accounts` WHERE (`user_id` = '619EDB81-DB08-4E6B-AA7F-C032C532E82F') AND (`provisioning_id` IS NOT NULL)
53 Query SELECT `aliases`.*, `accounts`.`provisioning_id` FROM `oc_mail_aliases` `aliases` INNER JOIN `oc_mail_accounts` `accounts` ON `aliases`.`account_id` = `accounts`.`id` WHERE (`accounts`.`user_id` = '619EDB81-DB08-4E6B-AA7F-C032C532E82F') AND (`aliases`.`account_id` = '1179')
53 Query SELECT `appid`, `configkey`, `configvalue` FROM `oc_preferences` WHERE `userid` = '2AC41782-DD2C-4930-AB61-8A74F3C719C2'
53 Query SELECT `ldap_dn`
FROM `oc_ldap_user_mapping`
WHERE `owncloud_name` = '2AC41782-DD2C-4930-AB61-8A74F3C719C2'
53 Query SELECT * FROM `oc_mail_accounts` WHERE (`user_id` = '2AC41782-DD2C-4930-AB61-8A74F3C719C2') AND (`provisioning_id` IS NOT NULL)
53 Query INSERT INTO `oc_mail_accounts` (`user_id`, `provisioning_id`, `email`, `name`, `inbound_user`, `inbound_host`, `inbound_port`, `inbound_ssl_mode`, `outbound_user`, `outbound_host`, `outbound_port`, `outbound_ssl_mode`) VALUES('2AC41782-DD2C-4930-AB61-8A74F3C719C2', 3, 'discoverysearchmailbox{d919ba05-46a6-415f-80ad-7e09334bb852}@senat.ro', 'Discovery Search Mailbox', 'discoverysearchmailbox{d919ba05-46a6-415f-80ad-7e09334bb852}@senat.ro', 'mailsenat.senat.ro', 993, 'ssl', 'discoverysearchmailbox{d919ba05-46a6-415f-80ad-7e09334bb852}@senat.ro', 'mailsenat.senat.ro', 465, 'ssl')
53 Quit
...increased from varchar(64) to varchar(255) all β*_userβ in table...now working...
From: Christoph Wurst @.> Sent: vineri, 9 august 2024 13:53 To: nextcloud/mail @.> Cc: Sergiu Papuc @.>; Author @.> Subject: Re: [nextcloud/mail] Data too long for column 'inbound_user' (Issue #9978)
GitHub doesn't have attachments. Please post the raw SQL
β Reply to this email directly, view it on GitHubhttps://github.com/nextcloud/mail/issues/9978#issuecomment-2277681609, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AZA3VMQNJUDDWQGP6FA3FMLZQSNO7AVCNFSM6AAAAABMICN2HSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZXGY4DCNRQHE. You are receiving this because you authored the thread.Message ID: <nextcloud/mail/issues/9978/2277 @.**@.>> [ { @.": "http://schema.org", @.": "EmailMessage", "potentialAction": { @.": "ViewAction", "target": "https://github.com/nextcloud/mail/issues/9978#issuecomment-2277681609", "url": "https://github.com/nextcloud/mail/issues/9978#issuecomment-2277681609", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { @.": "Organization", "name": "GitHub", "url": "https://github.com" } } ]
Steps to reproduce
1./settings/admin/groupware 2.make settings for mail settings 3.Provision all accounts
Expected behavior
not error...Provision all accounts
Actual behavior
Error
Mail app version
3.7.6
Mailserver or service
IMAP (DOVECOT)
Operating system
UBUNTU 22.04
PHP engine version
PHP 8.1
Web server
Apache (supported)
Database
MariaDB
Additional info
No response