ispCP - Board - Support
mail_addr field [split from (HowTo) Replace courier with dovecot] - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Contributions Area (/forum-40.html)
+--- Forum: Howtos (/forum-41.html)
+--- Thread: mail_addr field [split from (HowTo) Replace courier with dovecot] (/thread-2501.html)

Pages: 1 2


RE: [HowTo] Replace courier with dovecot - joximu - 02-19-2008 10:15 PM

ok - for me it works - maybe others can make some tests?

otherwise I'll put it in the svn tonight...

see ya on the dev corner :-)

/Joxi


RE: [HowTo] Replace courier with dovecot - Zothos - 02-20-2008 12:11 AM

dont put it into the svn unless my update script is ready. So we dont break current installations. I need just 1 or 2 days to finish my work Tongue

And! please make some code comments Wink

greez
Zothos


RE: [HowTo] Replace courier with dovecot - joximu - 02-20-2008 12:20 AM

hm, ok. This script won't break any installation (but the other enhancement scripts which need the field, maybe will :-). The update script just needs to fill in the complete mail address for all records where it's missing...

And hey: it's svn - so people should have a look about it. For the RC4 of course we need the update part.

Question we should maybe discuss: as a first start, we only fill the field for the real mail boxes - right? In a second step, we maybe could use it also for the forwardings - but this is far less important...

/J

PS: I did comment the 6 lines... of course (just took some old code out so it will be cleaned)


RE: [HowTo] Replace courier with dovecot - Zothos - 02-20-2008 01:14 AM

If your code would be inserted with my db update functionality, we just have to provide one update function for my db update fuctionality. Very easy thing.

I would like to fill the field for every mail box. It wouldnt hurt Tongue


RE: [HowTo] Replace courier with dovecot - joximu - 02-20-2008 05:28 AM

Hi Zothos
(I think I'll split this thread...)

ok, let's ship it together... is it a standalone db updater just for this thing. A PHP file which can be launched to (re)fill the mail_addr field?

what do we want to do with the catchall entries?
- domain.tld
- @domain.tld
- *@domain.tld
- Null/empty

I'll have to add some more lines for the forwarding entries (and maybe catchall) - abd also for the 3 standard accounts...

/J