This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Corrupt Drive Email Restore

Hello all,
My ASL hdd got corrupted somehow and ASL 7.5 accepted the emails however did not pass on the mail like it should. I need to find what mails are still on the server and either put them back into circulation or at least do notification to the affected users. 

Using the mail manager is not a option since it does not start i get a postgresql error at boot. 

Thanks


This thread was automatically locked due to age.
Parents
  • It sounds like you need to change resellers or that your management needs to agree to pay them for support.  The response from your reseller shows that they also recognize that this is a problem that must be resolved from the command line if you want to save the trapped emails.

    If you want to try it yourself: At the command line, as root, run 

    # psql -Upostgres -c"reindex database smtp;" smtp
    # psql -Upostgres -c"vacuum;" smtp


    That's something I'm repeating from similar problems two years ago; it's beyond the limits of my knowledge.  If that doesn't fix you up, you should insist that your reseller open a ticket.

    Cheers - Bob
     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
Reply
  • It sounds like you need to change resellers or that your management needs to agree to pay them for support.  The response from your reseller shows that they also recognize that this is a problem that must be resolved from the command line if you want to save the trapped emails.

    If you want to try it yourself: At the command line, as root, run 

    # psql -Upostgres -c"reindex database smtp;" smtp
    # psql -Upostgres -c"vacuum;" smtp


    That's something I'm repeating from similar problems two years ago; it's beyond the limits of my knowledge.  If that doesn't fix you up, you should insist that your reseller open a ticket.

    Cheers - Bob
     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
Children
No Data