HowTo/PostfixAndDovecotSASL – Dovecot Wiki

HowTo/PostfixAndDovecotSASL – Dovecot Wiki. Postfix and Dovecot SASL Since version 2.3, Postfix supports SMTP AUTH through Dovecot SASL as introduced in the Dovecot 1.0 series. If using Postfix obtained from a binary (such as a .rpm or .deb file), you can check if Postfix was compiled with support for Dovecot SASL by running the command: […]

How to Change the Port Number in Postfix

How to Change the Port Number in PostfixThe default network SMTP port for Postfix, Sendmail and most other mail servers is 25. This is the port used to send email, and most email clients will use it by default. Unfortunately, some Internet service providers have started to block port 25 because of the high volume […]

Postfix et Spamassassin

par julien, juillet 2007 Avez-vous déjà essayer de brancher un serveur mail sur le Net sans configurer d’antispam au préalable ? Je l’ai fait quelques fois, et bas c’est pas triste !!! On arrive vite au point ou checker sa mailbox est un supplice sans nom. La solution c’est de demander à Postfix de soumettre […]

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 specify the authentication mechanisms you […]

Orange/Wanadoo et « Too many connections, slow down. OFR004_104 [104]) » | Zapoyok

Orange/Wanadoo et « Too many connections, slow down. OFR004_104 [104]) » Depuis le 17 décembre environ, Orange a modifié (une fois de plus) le fonctionnement de ses serveurs de mail. Cette fois la conséquence est la suivante : très rapidement lors d’un mailing les serveurs d’Orange refusent les mails avec le message suivant : Dec […]

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: # postsuper -d ALL To remove […]

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 script. The other file is […]

How-To: Virtual emails accounts with Postfix and Dovecot | Debian/Ubuntu Tips & Tricks

2. Creating the Virtual Email user All our emails will be handled by a unique system user on the system: vmail, postfix and dovecot will take care of handling authentication. To create the vmail user proceed as follow: groupadd -g 5000 vmail useradd -g vmail -u 5000 vmail -d /var/vmail mkdir /var/vmail chown vmail:vmail /var/vmail […]

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 filtres Sieve. Pour indiquer à […]

Postfix, Dovecot, et des utilisateurs virtuels sans Mysql – Effraie@blog

postfixUn petit mémo sur la façon de configurer postfix et dovecot pour héberger des domaines de mail multiples et virtuels, le tout sur une seule et même installation, sans passer par l’usine à gaz qu’est MySql (enfin, tant que vous n’avez pas des milliers d’utilisateurs) Dans postfix * main.cf, la section qui autorise les domaines […]