Koozali.org: home of the SME Server

SME 7: qmail queue customization?

Offline m

  • *****
  • 276
  • +0/-0
  • Peet
SME 7: qmail queue customization?
« on: May 28, 2005, 06:30:50 PM »
Hi,
on SME6, the qmail queue could be customized in /etc/tcprules/tcp.smtp via the InternalInterfacesFilter and ExternalInterfacesFilter properties of the smtpfront-qmail key.
How can this be done in the SME7? Can somebody point me in the right direction, please?
Thanks,
Michael

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: SME 7: qmail queue customization?
« Reply #1 on: May 29, 2005, 12:29:55 AM »
Quote from: "mweinber"
Hi,
on SME6, the qmail queue could be customized in /etc/tcprules/tcp.smtp via the InternalInterfacesFilter and ExternalInterfacesFilter properties of the smtpfront-qmail key.
How can this be done in the SME7? Can somebody point me in the right direction, please?


Best place to discuss SME 7 development is the developers list at smeserver.sourceforge.net.

Pretty much everything you would do with a custom qmail-queue program in SME 6 you can do using qpsmtpd plugins and configuration in SME 7. You can read all about qpsmtpd here:

http://smtpd.develooper.com/

Offline m

  • *****
  • 276
  • +0/-0
  • Peet
Re: SME 7: qmail queue customization?
« Reply #2 on: May 29, 2005, 09:49:23 PM »
Quote from: "CharlieBrady"
http://smtpd.develooper.com/

Thanks Charlie, although it appears not very well documented.