fastforward problem

2000-10-26 Thread Federico Barbazza
hi all, is there a way to write into "/etc/aliases" file this row: @domain1:@domain2 so that an email sent to pippo@domain1 go to pippo@domain2. thanks a lot Federico.

mail date in qmail

2000-07-27 Thread Federico Barbazza
hi all, why my qmail server set a date different to local date??? I red the faq #6.1, but if i set up this row : "set sendmail=/usr/bin/sendmail in mail.rc it doesn't work. Any idea??? thanks in advance federico.

tcpserver pop3

2000-07-14 Thread Federico Barbazza
hi all, i installed tcpserver to run for pop3. this is my code line: "tcpserver -u 0 -g 0 -c 100 0 110 /var/qmail/bin/qmail-popup hostname checkpassword /var/qmail/bin/qmail-pop3d Maildir &" Is it rigtht to launch tcpserver as root??? Is it optimized?? thanks Federico.

Re: Sendmail to qmail

2000-06-27 Thread Federico Barbazza
> I just want to know now > How can i transfer all the mails in /var/spool/mail/users (sendmail before) > in /home/users because i was using Maildir (qmail now). w/o loosing anything You can find some scripts in www.qmail.org Federico.

qmail smtp problem

2000-06-22 Thread Federico Barbazza
hi all, i installed qmail-smtpd with tcpserver. When i try to send mail from another machine (using this as smtp server) it says: "error this domain isn't in my rcpthosts list"something like this. I set up my rcphosts variable but it doesn't work!! Any idea??? Thanks Federico.

tcpserver - checkpassword

2000-06-09 Thread Federico Barbazza
is it possible to use checkpassword (tcpserver) with Mailbox and not Maildir?? Thanks Federico.

tcpserver problem

2000-05-17 Thread Federico Barbazza
hi all, i am receiving lot of mail in my server. Tcpserver write me on terminal: "warning: dropping connection, unable to fork: temporary failure" What can i do to resolve this problem??? Am i losting mail?? Thanks Federico.

Re: stralloc problem

2000-05-02 Thread Federico Barbazza
Petr Novotny wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 2 May 00, at 15:21, Federico Barbazza wrote: > > > Hi all, > > if in qmail-pop3d i declared a variable: > > > > stralloc *arrayname; > > int numm = 30; > >

stralloc problem

2000-05-02 Thread Federico Barbazza
Hi all, if in qmail-pop3d i declared a variable: stralloc *arrayname; int numm = 30; arrayname = (stralloc *) alloc(numm * sizeof(stralloc)) for (i=0; i

Re: qmail-pop3d stralloc problem

2000-05-01 Thread Federico Barbazza
[EMAIL PROTECTED] wrote: > > On Mon, May 01, 2000 at 01:22:32PM -0700, [EMAIL PROTECTED] wrote: > > On Mon, May 01, 2000 at 10:19:57PM +0200, Federico Barbazza wrote: > > > Hi all, > > > i have a big program with stralloc variable. > > > So, in qmail-pop3

qmail-pop3d stralloc problem

2000-05-01 Thread Federico Barbazza
Hi all, i have a big program with stralloc variable. So, in qmail-pop3d i declared a variable: stralloc *arrayname; arrayname = (stralloc *) alloc(numm * sizeof(stralloc)) with numm as number of message. When i try to do a stralloc_copys(&arrayname[i], "hello"), qmail-pop3d exit with a "segmentati