Currently browsing category

postfix

Postfix with SASL-Authentication in Debian – Jonas Genannt

I think SMTP-AUTH is very important! Here is a short HowTo for Postfix with sasl authentication against shadow. First install the necessary packages: apt-get install postfix-tls libsasl2-modules sasl2-bin Open the /etc/default/saslauthd for the configuration. # This needs to be uncommented before saslauthd will be run automatically START=yes # You must …

Signer ses emails avec DKIM

Signer ses emails avec DKIM Si vous avez un serveur mail, utilisant postfix, alors voici un outil très pratique pour prouver la provenance des emails envoyés par votre serveur, en leur collant une signature numérique, fonctionnant avec une clé publique/privée. Cela permettra ainsi d’affirmer que vos emails sont bien envoyés …

Iezzi.ch Blog » Simple PHP mail wrapper

Simple PHP mail wrapper2 Jan, 2009 Debian Linux, SecurityIf you run a webserver with several hundreds of virtual hosts running PHP, you definitely need to monitor or log the access to PHP’s mail function. I describe in a short tutorial how to painlessly setup a simple sendmail wrapper to accomplish …

Listes noires, blacklists, RBL ou DNSBL

Définition de LISTES NOIRES, RBL ou DNSBL : Les RBL (Realtime Blackhole List) ou DNSBL (Black List DNS) sont des listes de serveurs ou de réseaux IP connus pour aider, accueillir, produire ou retransmettre des spams ou fournir un service pouvant être utilisé comme support pour l’expédition de spams : …

Postfix Flush the Mail Queue

Traditionally you use the « sendmail -q » command to flush mail queue under Sendmail MTA. Under Postfix MTA, just enter the following command to flush the mail queue: # postfix flush OR # postfix -f To see mail queue, enter: # mailq To remove all mail from the queue, enter: # …

David McNett :: Postfix Relay Recipient Maps

What’s a secondary got to do The last step is to tell the secondary where to find the recipient map. This is done using the relay_recipients_map facility in main.cf. Here’s what one looks like: relay_recipient_maps = hash:/usr/local/etc/postfix/relay_recipients hash:/home/nugget/relay_slacker The relay_slacker file is the one that’s being synced with our perl …

Debian GNU/Linux :: Serveur :: Mail

3.4 Dovecot LDA Postfix possède son propre agent de livraison (LDA ou MDA pour Local ou Mail Delivery Agent) mais cette documentation propose d’utiliser le LDA de Dovecot qui est beaucoup plus riche fonctionnellement : il permet notamment de gérer les quotas sur les Maildir et apporte le support des …