Last active
August 29, 2015 14:06
-
-
Save mvaled/80f1f5e52e5ff5315da8 to your computer and use it in GitHub Desktop.
Revisions
-
mvaled revised this gist
Sep 15, 2014 . 2 changed files with 2 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,7 +12,7 @@ xoeuf unix - n n - - pipe openerp unix - n n - - pipe flags=DRF user=manu argv=/home/manu/src/pgi/xhg/bin/ipython /home/manu/src/pgi/xhg/parts/omelette/openerp/addons/mail/static/scripts/openerp_mailgate.py -- -d mercurio -u 1 -p admin --host localhost --port 8069 dovecot unix - n n - - pipe This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,5 @@ # So @example.com will be delivered to the xoeuf_mailgate transport example.com xoeuf # The original mailgate script that actually sends an XMLRPC call. example2.com openerp -
mvaled revised this gist
Sep 15, 2014 . 3 changed files with 12 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,4 +10,4 @@ virtual_mailbox_maps = pgsql:/etc/postfix/pg-aliases.cf virtual_transport = dovecot dovecot_destination_recipient_limit = 1 xoeuf_destination_recipient_limit = 1 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,14 +1,19 @@ #... more standard stuff here # service type private unpriv chroot wakeup maxproc command + args # (yes) (yes) (yes) (never) (100) xoeuf unix - n n - - pipe flags=DFR user=manu argv=/home/manu/src/pgi/xhg/bin/xoeuf_mailgate -d mercurio -c /home/manu/src/pgi/xhg/openerp.conf.py --log-host localhost --log-from [email protected] --log-to manu@localhost # !! Notice we are using the xoeuf_mailgate script in https://github.com/merchise-autrement/xoeuf/ openerp unix - n n - - pipe flags=DRF user=manu argv=/home/manu/src/pgi/xhg/bin/ipython /home/manu/src/pgi/xhg/parts/omelette/openerp/addons/mail/static/scripts/openerp_mailgate.py -- -d mercurio -u admin -p admin dovecot unix - n n - - pipe flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,6 @@ # So @example.com will be delivered to the xoeuf_mailgate transport example.com xoeuf # The original mailgate script that actually goes via HTTP. example2.com openerp -
mvaled created this gist
Sep 15, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ # many options here mydestination = localhost.localdomain, localhost recipient_delimiter = + transport_maps = hash:/etc/postfix/transport virtual_mailbox_domains = example.com virtual_mailbox_maps = pgsql:/etc/postfix/pg-aliases.cf virtual_transport = dovecot dovecot_destination_recipient_limit = 1 openerp_destination_recipient_limit = 1 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ #... more standard stuff here # service type private unpriv chroot wakeup maxproc command + args # (yes) (yes) (yes) (never) (100) openerp unix - n n - - pipe flags=DFR user=manu argv=/home/manu/src/pgi/xhg/bin/xoeuf_mailgate -d mercurio -c /home/manu/src/pgi/xhg/openerp.conf.py --log-host localhost --log-from [email protected] --log-to manu@localhost # !! Notice we are using the xoeuf_mailgate script in https://github.com/merchise-autrement/xoeuf/ dovecot unix - n n - - pipe flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -f ${sender} -d ${recipient} This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ # So @example.com will be delivered to the openerp transport example.com openerp