use dbmail-deliver instead of dbmail-lmtpd

View: New views
9 Messages — Rating Filter:   Alert me  

use dbmail-deliver instead of dbmail-lmtpd

by Jorge Bastos :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

Howdy people,

 

Does anyone has a document on how put postfix delivering messages to dbmail with dbmail-deliver instead of using LMTPD on both sides?

Thanks in advanced,

 

Jorge,

 

 


_______________________________________________
DBmail mailing list
DBmail@...
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Re: use dbmail-deliver instead of dbmail-lmtpd

by tabris :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Jorge Bastos wrote:

>
> Howdy people,
>
>  
>
> Does anyone has a document on how put postfix delivering messages to
> dbmail with dbmail-deliver instead of using LMTPD on both sides?
>
> Thanks in advanced,
>
Why? I'm not aware of an overwhelming advantage to using LMTP.



_______________________________________________
DBmail mailing list
DBmail@...
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

signature.asc (268 bytes) Download Attachment

Re: use dbmail-deliver instead of dbmail-lmtpd

by tabris :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Jorge Bastos wrote:

>
> Howdy people,
>
>  
>
> Does anyone has a document on how put postfix delivering messages to
> dbmail with dbmail-deliver instead of using LMTPD on both sides?
>
> Thanks in advanced,
>
disregard my previous message...

Why? why do you want to use pipe delivery? I'm not aware of an
overwhelming advantage of pipe delivery over LMTP, including my
understanding that LMTP is faster than pipe delivery.



_______________________________________________
DBmail mailing list
DBmail@...
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

signature.asc (268 bytes) Download Attachment

Re: use dbmail-deliver instead of dbmail-lmtpd

by Jorge Bastos :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> > Does anyone has a document on how put postfix delivering messages to
> > dbmail with dbmail-deliver instead of using LMTPD on both sides?
> >
> > Thanks in advanced,
> >
> Why? I'm not aware of an overwhelming advantage to using LMTP.

I may explained myself wrong,
I'm using LMTPD now, and I'd like to test the deliver using
"dbmail-deliver".

If someone has this configuration I ask if he can share it with me :P

Jorge,

_______________________________________________
DBmail mailing list
DBmail@...
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Re: use dbmail-deliver instead of dbmail-lmtpd

by Paul J Stevens :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

docs/README.postfix has it all:

3.      Using the Pipe interface (dbmail-deliver)

         in /etc/postfix/master.cf add:

         dbmail-deliver    unix  -       n       n       -       -
  pipe
             flags=  user=<dbmailuser>:<dbmailgroup>
                 argv=/usr/local/sbin/dbmail-deliver -d ${recipient} -r
${sender}

         where <dbmailuser> and <dbmailgroup> should be the user and
group the
         dbmail-deliver program should run as. The ${recipient} and
${sender}
         fields are filled in by Postfix.

         To send all email to DBMail, add this in /etc/postfix/main.cf

         mailbox_transport = dbmail-deliver:

         If you want to decide whether or not to send to DBMail per domain,
         add this in /etc/postfix/transport:

         <domain>        dbmail-deliver:

         See the section on running Postfix with LMTP if you don't
understand
         the transport file.

         now run:
         # postmap /etc/postfix/transport
         # postfix reload

         And your mail will be delivered!



Jorge Bastos wrote:

> Howdy people,
>
>  
>
> Does anyone has a document on how put postfix delivering messages to
> dbmail with dbmail-deliver instead of using LMTPD on both sides?
>
> Thanks in advanced,
>
>  
>
> Jorge,
>
>  
>
>  
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> DBmail mailing list
> DBmail@...
> http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail


--
   ________________________________________________________________
   Paul Stevens                                      paul at nfg.nl
   NET FACILITIES GROUP                     GPG/PGP: 1024D/11F8CD31
   The Netherlands________________________________http://www.nfg.nl
_______________________________________________
DBmail mailing list
DBmail@...
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Re: use dbmail-deliver instead of dbmail-lmtpd

by Jorge Bastos :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> Why? why do you want to use pipe delivery? I'm not aware of an
> overwhelming advantage of pipe delivery over LMTP, including my
> understanding that LMTP is faster than pipe delivery.

There's a problem on LMTPD and until it's fixed I need to get rid of the
consequences of that problem.
For day, there's about 15/20 messages that got lost.

_______________________________________________
DBmail mailing list
DBmail@...
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Re: use dbmail-deliver instead of dbmail-lmtpd

by Jorge Bastos :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ops, dumb me!
I didn't even thinked on going check that, sorry for that.

Checking this, I have one question on this:

>          If you want to decide whether or not to send to DBMail per
> domain,
>          add this in /etc/postfix/transport:
>
>          <domain>        dbmail-deliver:

If this needed? I mean, I REALLY have to add a line per domain?
Can I skip that part and stay only with the parts on main.cf & master.cf ?




> docs/README.postfix has it all:
>
> 3.      Using the Pipe interface (dbmail-deliver)
>
>          in /etc/postfix/master.cf add:
>
>          dbmail-deliver    unix  -       n       n       -       -
>   pipe
>              flags=  user=<dbmailuser>:<dbmailgroup>
>                  argv=/usr/local/sbin/dbmail-deliver -d ${recipient} -r
> ${sender}
>
>          where <dbmailuser> and <dbmailgroup> should be the user and
> group the
>          dbmail-deliver program should run as. The ${recipient} and
> ${sender}
>          fields are filled in by Postfix.
>
>          To send all email to DBMail, add this in /etc/postfix/main.cf
>
>          mailbox_transport = dbmail-deliver:
>
>          If you want to decide whether or not to send to DBMail per
> domain,
>          add this in /etc/postfix/transport:
>
>          <domain>        dbmail-deliver:
>
>          See the section on running Postfix with LMTP if you don't
> understand
>          the transport file.
>
>          now run:
>          # postmap /etc/postfix/transport
>          # postfix reload
>
>          And your mail will be delivered!
>
>
>
> Jorge Bastos wrote:
> > Howdy people,
> >
> >
> >
> > Does anyone has a document on how put postfix delivering messages to
> > dbmail with dbmail-deliver instead of using LMTPD on both sides?
> >
> > Thanks in advanced,
> >
> >
> >
> > Jorge,

_______________________________________________
DBmail mailing list
DBmail@...
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Re: use dbmail-deliver instead of dbmail-lmtpd

by Michael Monnerie-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Dienstag 15 September 2009 Jorge Bastos wrote:
> If this needed? I mean, I REALLY have to add a line per domain?
> Can I skip that part and stay only with the parts on main.cf &
> master.cf ?

Jorge, please read each word:

To send all email to DBMail, add this in /etc/postfix/main.cf
         mailbox_transport = dbmail-deliver:
If you want to decide whether or not to send to DBMail per domain,
add this in /etc/postfix/transport:
         <domain>        dbmail-deliver:

Especially the *ALL* and *IF YOU WANT...PER DOMAIN* parts.

mfg zmi
--
// Michael Monnerie, Ing.BSc    -----      http://it-management.at
// Tel: 0660 / 415 65 31                      .network.your.ideas.
// PGP Key:         "curl -s http://zmi.at/zmi.asc | gpg --import"
// Fingerprint: AC19 F9D5 36ED CD8A EF38  500E CE14 91F7 1C12 09B4
// Keyserver: wwwkeys.eu.pgp.net                  Key-ID: 1C1209B4

_______________________________________________
DBmail mailing list
DBmail@...
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Re: use dbmail-deliver instead of dbmail-lmtpd

by Jorge Bastos :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> On Dienstag 15 September 2009 Jorge Bastos wrote:
> > If this needed? I mean, I REALLY have to add a line per domain?
> > Can I skip that part and stay only with the parts on main.cf &
> > master.cf ?
>
> Jorge, please read each word:
>
> To send all email to DBMail, add this in /etc/postfix/main.cf
>          mailbox_transport = dbmail-deliver:
> If you want to decide whether or not to send to DBMail per domain,
> add this in /etc/postfix/transport:
>          <domain>        dbmail-deliver:
>
> Especially the *ALL* and *IF YOU WANT...PER DOMAIN* parts.

Thanks you for that Michael!
My English plays some tricks on me, and I didn't understood that part at
first.
Reading it for the second time I understood it :)

Thanks!

_______________________________________________
DBmail mailing list
DBmail@...
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail