How to program to deliver a mail to another machine's Maildir?

2000-11-09 Thread threefalls
hello! I am a qmail fan and I have installed qmail ,it work fine for me(hoast1). Today I have another machine and I installed qmail on it too(host2). I like ANSI c program and I coded a program make host1 receive mail only at the same time host2 send the mail out.It is easy ,just a

Some questions about vpopmail & vqsignup.cgi

2000-11-09 Thread Abaddon
Hello. I installed a free-mail system, and i want to put a banner, like hotmail (HotMail Free E-mail...*) in every message though free-mail.net. How can i do that ? Vqsignup: Looking at send_welcome.c : memset((char *)b, 0, 255); snprintf(b, 255, "%s/etc/welcome/%s", VPOPMAILDIR, domain);

Re: All domains be setup as virtualdomains

2000-11-09 Thread Mario Rafael
Hi Yuki :) >Say for example, my server is 'myserver.mydomain.com'. I know that to do >as recommend, I will need to compile vpopmail with the option >'--with-roaming-user=mydomain.com'. No problem with compiling or >configuring vpopmail. But how then should I go about configuring qmail it

Re: problem with virtual domains

2000-11-09 Thread Mario Rafael
Hi.. >I am not sure where I blew it in my ./configuration > >Here is what I used to configure it. > >./configure --enable-ip-alias-domains=y --enable-logging=y >--enable-default-domain=pop.mymasterserver.net The --enable-default-domain allows you not to put the @domain.com when you are authenti

Re: problem with virtual domains

2000-11-09 Thread Jan Knepper
I used something like that, I just don't think I used the "--enable-default-domain" option. However, to properly pop from any virtual domain (which all have their own IP address) specifying the correct pop3 server (domain) is a requirement so that the server can put one and two together, i.e. user

adding user to sql w/ null pw_dir

2000-11-09 Thread Chris Scheller
I have been testing the feature where one can add a user to the sql table with an empty path, and the users dir will be created when first mail arrives for that user. It does work, just not quite as i expected. I am using large site support and i add a user to a domains table. then send mail to th

recommended setup - fix

2000-11-09 Thread James
I have found the exact reason that people were getting lag. The ident check was NOT turned off, and all of the people that were having problems were behind a firewall that wasn't letting ident requests back in. So this obviously has to wait for 26 seconds before it times out... hence the 20+ secon

deferral problem

2000-11-09 Thread Zoran Lazovski
I'm getting this in the /var/log/qmail/current log file: @40003a0b3ecd277908ac delivery 967: deferral: Unable_to_switch_to_/home/vpopmail/domains/mydomain.com:_access_denied._(#4. 3.0)/ Can someone please help? zoran

Re: deferral problem

2000-11-09 Thread Zoran Lazovski
here is another message that I don't understand.. about the deferral... @40003a0b43a80aa282e4 delivery 33: deferral: Uh-oh:_.qmail_has_file_delivery_but_has_x_bit_set._(#4.7.0)/

Re: deferral problem

2000-11-09 Thread Michael Boman
Zoran Lazovski wrote: > > I'm getting this in the > /var/log/qmail/current log file: > > @40003a0b3ecd277908ac delivery 967: deferral: > Unable_to_switch_to_/home/vpopmail/domains/mydomain.com:_access_denied._(#4. > 3.0)/ > > Can someone please help? > > zoran Wrong permissions on any of

Re: deferral problem

2000-11-09 Thread Michael Boman
Zoran Lazovski wrote: > > here is another message that I don't understand.. about the deferral... > > @40003a0b43a80aa282e4 delivery 33: deferral: > Uh-oh:_.qmail_has_file_delivery_but_has_x_bit_set._(#4.7.0)/ The .qmail file it tries to deliver to (you need the full log to figure out to w

Re: deferral problem

2000-11-09 Thread Zoran Lazovski
I got that one figured out, but I still get: @40003a0b434a1597bf84 status: local 0/10 remote 0/20 @40003a0b438e157723dc starting delivery 28: msg 26665 to local [EMAIL PROTECTED] @40003a0b438e15775a8c status: local 1/10 remote 0/20 @40003a0b438e1599617c delivery 28: deferral: Unab

Re: deferral problem

2000-11-09 Thread Zoran Lazovski
permissions all seem OK.. 700 on all the dirs all the way down.. - Original Message - From: "Michael Boman" <[EMAIL PROTECTED]> To: "Zoran Lazovski" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, November 09, 2000 7:57 PM Subject: Re: deferral problem > Zoran Lazovski wrote:

Re: deferral problem

2000-11-09 Thread Bill Shupp
I got this recently after manually moving several domains the the /var/qmail/users/assign file. I forgot to change the u/g ids in the assign file. And of course, they no longer matched the vpopmail/vchkpw user. You'll need to run /var/qmail/bin/qmail-newu to update the cdb file. -Bill Shupp Q

vpopmail-changepass: change vpopmail passwords via IMP

2000-11-09 Thread Bill Shupp
I put together a quick hack to change vpopmail-based passwords via IMP. I've only tested it with IMP 2.2.0 and 2.2.3. Check it out if you want at: http://shupp.org/vpopmail-changepass-0.1.tar.gz NOTE: It requeres local access to vpasswd, so it won't work if IMP and vpopmail aren't on the same

Re: deferral problem

2000-11-09 Thread Zoran Lazovski
that was it.. Thank you very much for helping me solve this... I owe you one. zoran - Original Message - From: "Bill Shupp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 09, 2000 8:27 PM Subject: Re: deferral problem > I got this recently after manually moving