Archive for the 'qpsmtpd' Category

Dec 24 2008

Qpsmtpd FAQ

Published by lucas under qpsmtpd

Life is easier since we use qpsmtpd. So we want to write some little tips about it.

How to queue messages ?

The easiest way to queue messages is use qmail-queue, but if you don’t have qmail, use your actual mail server in localhost and plugin smtp-forward:
queue/smtp-forward 127.0.0.1 25
Don’t forget to accept all mail from localhost and [...]

Share:
  • Digg
  • del.icio.us
  • Slashdot
  • BarraPunto
  • Meneame
  • E-mail this story to a friend!
  • Print this article!

One response so far

Dec 06 2008

generate pem file for qpsmtpd+ssl 465

Published by lucas under Servidores Correo, qpsmtpd

If you want to use qpsmtpd in port 465 you have to use ssl. The easiest way to do it is following the qpsmtpd instructions: http://wiki.qpsmtpd.org/config:smtps. But you have to create a certificate.
This is the simpliest way to do it:

Use your favorite app manager for your linux distro. Install stunnel.
cd /etc/ssl (in debian) and generate [...]

Share:
  • Digg
  • del.icio.us
  • Slashdot
  • BarraPunto
  • Meneame
  • E-mail this story to a friend!
  • Print this article!

No responses yet