Re: [vchkpw] Problem with add_alias

2007-09-06 Thread Joshua Megerman
On Thursday 06 September 2007 01:18:32 am Rick Widmer wrote: Alessio Cecchi wrote: I'm using vpopmail 5.4.20 with vpopmaild enable. When i add an alias from a telnet session: [EMAIL PROTECTED]:~$ telnet mail.pippo.com 89 Trying 83.49.65.71... Connected to mail.pippo.com. Escape

Re: [vchkpw] Problem with add_alias

2007-09-06 Thread Alessio Cecchi
On Thursday 06 September 2007 07:18:32 Rick Widmer wrote: @400046dea9ab22704ab4 delivery 2089: failure: Sorry,_I_couldn't_find_any_host_named_server.com?._(#5.1.2)/ @400046dea9ab22738ea4 status: local 0/10 remote 0/20 Please note the problem of the domain name: server.com?.

Re: [vchkpw] Problem with add_alias

2007-09-06 Thread Joshua Megerman
Could be the problem relate to the crlf of the telnete session? No. Sorry Rick but the problem is crlf, the domain are only for example (on my server i have used real domain name like gmail.com), but the problem is the .qmail generated by the add_alias, infact if i run dos2unix

Re: [vchkpw] Problem with add_alias

2007-09-06 Thread Alessio Cecchi
On Thursday 06 September 2007 15:48:56 Joshua Megerman wrote: Also if i open the same .qmail vith vim i see [DOS] for encoding. Actually, looking at the code, he's right - the line in question is in vpopmaild.c, line 1002:     if ((alias_line=strtok(NULL, \n))==NULL) { The strtok

Re: [vchkpw] Problem with add_alias

2007-09-06 Thread Rick Widmer
Thank you both! The patch has been added to CVS, and will appear in the next release. Rick

Re: [vchkpw] Re: [vpopmail-devel] vpopmail 5.4.21 released

2007-09-06 Thread Rick Widmer
Joshua Megerman wrote: Alessio Cecchi found a bug in vpopmaild add_alias command, and Joshua Megerman provided a patch. If you are using vpopmaild you probably want to upgrade... You spelled my name correctly above... Changelog: 5.4.21 - Released 06-Sep-2007 Joshua Mergeman,

[vchkpw] Decided to make the plunge today on late version of vpopmail

2007-09-06 Thread Steve Cole
On two (low volume) machines with vpopmail interfaced with mysql as the data store, it seemed to work successfully. I updated the database schema with no issues. This is with v5.4.21 However, when I do a vdeluser on either machine, the program segfaults. On both systems. I tried various

[vchkpw] Re: [vpopmail-devel] vpopmail 5.4.21 released

2007-09-06 Thread Joshua Megerman
Alessio Cecchi found a bug in vpopmaild add_alias command, and Joshua Megerman provided a patch. If you are using vpopmaild you probably want to upgrade... You spelled my name correctly above... Changelog: 5.4.21 - Released 06-Sep-2007 Joshua Mergeman, Alessio Cecchi

[vchkpw] vpopmail 5.4.21 released

2007-09-06 Thread Rick Widmer
http://vpopmail.sf.net 5.4.21 - released 6 Sept 2007 Release Notes: Alessio Cecchi found a bug in vpopmaild add_alias command, and Joshua Megerman provided a patch. If you are using vpopmaild you probably want to upgrade... Changelog: 5.4.21 - Released 06-Sep-2007 Joshua

Re: [vchkpw] Decided to make the plunge today on late version of vpopmail

2007-09-06 Thread Joshua Megerman
On two (low volume) machines with vpopmail interfaced with mysql as the data store, it seemed to work successfully. I updated the database schema with no issues. This is with v5.4.21 Did you follow the UPGRADE document in 5.4.21 exactly and rename the 'domain' columns to 'pw_domain'? If

Re: [vchkpw] Decided to make the plunge today on late version of vpopmail

2007-09-06 Thread Steve Cole
On Thursday 06 September 2007, Joshua Megerman wrote: The vpopmail table, and ONLY the vpopmail table, has a column named 'pw_domain'. Every other table should have a 'domain' column, as the earlier UPGRADE document listed (which incorrectly listed vpopmail as having a 'domain' column). No,

Re: [vchkpw] Decided to make the plunge today on late version of vpopmail

2007-09-06 Thread Quey
Rick Widmer wrote: Steve Cole wrote: On two (low volume) machines with vpopmail interfaced with mysql as the data store, it seemed to work successfully. I updated the database schema with no issues. This is with v5.4.21 However, when I do a vdeluser on either machine, the program

Re: [vchkpw] Decided to make the plunge today on late version of vpopmail

2007-09-06 Thread Rick Widmer
Steve Cole wrote: On two (low volume) machines with vpopmail interfaced with mysql as the data store, it seemed to work successfully. I updated the database schema with no issues. This is with v5.4.21 However, when I do a vdeluser on either machine, the program segfaults. On both