Recent content by hintzsche

  1. H

    Resolved In Schedule script cant find addional file who is needed

    The actual script is longer. i shortened it because it is not neccesarry for understanding the problem. So i have to change the script from #!/bin/bash for mailbox in $(cat mbox.txt); do doveadm expunge -u $mailbox mailbox 'INBOX' before 90d "...
  2. H

    Resolved In Schedule script cant find addional file who is needed

    i dont want to, i have to when i just use the doveadm command. Because doveadm expunge -u [email protected] mailbox INBOX before 90d is one comand and one folder. That would be a very long list of commands for every user and a folder In Schedules and tasks. Therefore i need a script to specify...
  3. H

    Resolved In Schedule script cant find addional file who is needed

    Thank you very much. But when i use the command without a script i have to write a comand for every single folder? I mean i want to delete emails in every folder exept archive.
  4. H

    Resolved In Schedule script cant find addional file who is needed

    the mbox.txt is in the same directory as the script.sh the script is: #!/bin/bash for mailbox in $(cat mbox.txt); do doveadm expunge -u $mailbox mailbox 'INBOX' before 90d done I know doveadm this is what the script is using. but i want to use the mbox.txt file cause then i just have to...
  5. H

    Resolved In Schedule script cant find addional file who is needed

    Hello, i created a script that deletes all emails older than 90 days for my server. Then i created a schedule in schedules and tasks and entered the /script.sh in run a command. When i test run the schedule it tells me that the script cant find the file where the user data is stored. The user...
  6. H

    400 Bad Request on panel login

    Also ich habe die plesk.conf soweit geändert aber wenn ich dann serverip:8443 aufrufe kommt der Fehler weiterhin. Weis jemand was ich falsch mache ?
Back
Top