Search found 88 matches

by george
Mon 19. Oct 2020, 08:26
Forum: Archive
Topic: erro upload file [SOLVED]
Replies: 16
Views: 8054

Re: erro upload file [SOLVED]

For upload database, try by command line:

Code: Select all

mysql -u root -p db_name < db_name.sql
by george
Sun 18. Oct 2020, 01:49
Forum: Archive
Topic: erro upload file [SOLVED]
Replies: 16
Views: 8054

Re: erro upload file [SOLVED]

There must also be adequate time to upload:
max_execution_time

The limiting factors here are SIZE and TIME.

Note, that if phpmyadmin itself has different values for these (or any other php configs), they need to be adjusted too.
by george
Sat 17. Oct 2020, 16:56
Forum: Archive
Topic: erro upload file [SOLVED]
Replies: 16
Views: 8054

Re: erro upload file [SOLVED]

hi Obaviet,
your memory limit must be higher than the others:

php_admin_value[memory_limit] = 128M <== TOO LOW
php_admin_value[post_max_size] = 7000M
php_admin_value[upload_max_filesize] = 6400M

If you have the memory, try:
php_admin_value[memory_limit] = 7200M
by george
Fri 16. Oct 2020, 23:33
Forum: Off Topic
Topic: Kleines Experiment: Dark-Mode
Replies: 48
Views: 15474

Re: Kleines Experiment: Dark-Mode

@Alexander Ich liebe den Dunkelmodus, und er sieht auf diesem KeyHelp-Panel großartig aus. Nachdem ich jahrelang mit Ubuntu/LinuxMint gearbeitet habe, benutze ich seit kurzem Debian Buster auf meinen Maschinen. XFCE ist mein Lieblings-Desktop, und mit dem Adwaita Dark-Thema wird er nicht dunkler - u...
by george
Tue 29. Sep 2020, 07:22
Forum: Archive
Topic: Serious Bugs on Usage & Logs [SOLVED]
Replies: 16
Views: 13187

Re: Serious Bugs on Usage & Logs [SOLVED]

Doesn't look like a KeyHelp issue (maybe). You might need to visit the right forum for this one, the one for your php application.
Good luck!
by george
Sun 20. Sep 2020, 22:26
Forum: Archive
Topic: Serious Bugs on Usage & Logs [SOLVED]
Replies: 16
Views: 13187

Re: Serious Bugs on Usage & Logs [SOLVED]

Hi hexacube, I strongly suggest reading logs, as the problem will appear there. As Alexander also suggested, it would be helpful to see some log entries, especially error.log/s and syslog here. For a log to grow that big, it is getting written to constantly, probably with obvious errors. You could a...
by george
Sun 20. Sep 2020, 00:01
Forum: Archive
Topic: Can receive but can't send emails
Replies: 1
Views: 2398

Re: Can receive but can't send emails

There are some hosting providers now, that block email as you say. Some will allow it only after application is made, with explanation of your reasons, and nature of business. My suggestion is to go with a quality hosting. Before making payment, confirm that your email requirements can be met. I can...
by george
Tue 8. Sep 2020, 02:09
Forum: Archive
Topic: How to Blacklist or Whitelist in SPAMASSASSIN
Replies: 1
Views: 10431

Re: How to Blacklist or Whitelist in SPAMASSASSIN

I still found some email from "root@host.domain.com", was being marked as spam - even when using "whitelist_auth". After further reading of the Spamassassin doc (linked above), I discovered "all_spam_to". This rule guarantees delivery to the address TO: all_spam_to root...
by george
Sat 5. Sep 2020, 23:16
Forum: Installation
Topic: Mail server
Replies: 16
Views: 13355

Re: Mail server

Hello lmarcos, my post above was to get you going. Your queries go beyond the scope of this topic, as yours is a DNS resolution problem, not a mailserver problem. I suggest you start another topic: "systemd-resolved is broken" When you decide to get "innovative" again, make sure ...
by george
Fri 4. Sep 2020, 23:47
Forum: Installation
Topic: Mail server
Replies: 16
Views: 13355

Re: Mail server

Hello lmarcos, firstly, DNS setup always comes before email setup. Forget about email until you have proper DNS resolution at least. See my suggestions in the topic you quoted above: https://community.keyhelp.de/viewtopic.php?p=25490#p25490 Here are some handy commands, to aid in testing. Check GLOB...
by george
Sat 29. Aug 2020, 02:03
Forum: Archive
Topic: fight spam
Replies: 7
Views: 4616

Re: fight spam

See the post on "How to Blacklist or Whitelist in SPAMASSASSIN"
viewtopic.php?f=11&t=9945

Hope this helps...
by george
Sat 29. Aug 2020, 01:57
Forum: Archive
Topic: How to Blacklist or Whitelist in SPAMASSASSIN
Replies: 1
Views: 10431

How to Blacklist or Whitelist in SPAMASSASSIN

As this is a common query with regards to spam, I thought it worthy of a post. It is quite easy to blacklist or whitelist ANY email address, or an entire domain, using SpamAssassin. All the details can be found on this page, in section "WHITELIST AND BLACKLIST OPTIONS": https://spamassassi...
by george
Fri 21. Aug 2020, 01:01
Forum: Archive
Topic: Mail [SOLVED]
Replies: 4
Views: 3171

Re: Mail [SOLVED]

Hello Smied, if you want to play with DNS, in the ways described above, there WILL be problems. Bind on port 55!!! :shock: The DNS and Email services, are not something you want to experiment with. The proper approach, so things work as they should, is to configure everything to standards - services...
by george
Fri 21. Aug 2020, 00:34
Forum: Archiv
Topic: sslv3 alert handshake failure [GELÖST]
Replies: 14
Views: 6025

Re: sslv3 alert handshake failure [GELÖST]

Hallo Blacky54,
können Sie die Paketaktualisierungen hier überprüfen:
KeyHelp Panel > System Status > Logs > serverupdate.log

Meine Vermutung ist das Curl-Update...
by george
Thu 13. Aug 2020, 10:00
Forum: Archive
Topic: fight spam
Replies: 7
Views: 4616

Re: fight spam

Of course, that is much easier... if not already done.