Category: Communication

  • Delete mailman archieves

    If required take backup of the archives $ cp -a /var/lib/mailman/archives/private/<listname>/* <backup_directory> Remove the archives $ rm -rf <listname>/* Once it is removed recreate the html archive files $ mailman/bin/arch <listname> ./arun

  • Setting Up Autoresponders with Postfix Virtual

    One of the options to configure auto responder with Postfix 1. Edit Postfix Virtual Configuration: Open and edit the Postfix virtual configuration file. Add the following line, replacing email_address with the address you want to configure for autoresponding, and email_address@autoreply.nic.net.sa with the destination address for autoresponses: Copy code email_address recepient_lists, email_address@autoreply.nic.net.sa For example: Copy code…

  • Hylafax/FaxMail with unicode encoding

    Dealing with Unicode encoding can be a challenging task. However, it’s crucial for ensuring the accurate transmission of messages. In this blog post, we’ll explore some scripts and techniques that can help you work with Unicode in Hylafax/FaxMail, specifically for incoming HTML and text faxes. HTML Fax Handling: When it comes to processing HTML faxes…

  • Cleanup mailman held messages

    Occasionally, you might encounter a situation where messages get held up in mailman for various reasons, and it’s essential to know how to clean up these held messages. Cleaning Up with the Command Line: The process of cleaning up held messages in Mailman is relatively straightforward, thanks to some handy command-line tools. 1. Navigating to…

  • [Resolved] Postfix X-Authentication Warning

    It’s possible to see X-Authentication-Warning in the email header when the mail server doesn’t trust the user. This can sometimes cause emails to be marked as spam. To solve the problem, you can add the user to the /etc/mail/trusted-users file. If your system includes forms that are used to send email as the Apache user,…