[vchkpw] Guidence needed for a vpopmail migration issue.

2003-01-15 Thread Kent Ritchie
I am having some issues with a qmail+vpopmail setup that I moving to another server. Most of the accounts are working fine, however some of them give this error when an email is sent to them: Auto re-creation of maildir failed. vpopmail (#5.9.9) So I was hoping someone here could point me to

Re: [vchkpw] .quotawarn.msg To: field

2003-01-15 Thread Bill Shupp
On Tuesday, January 14, 2003, at 11:11 PM, Michael Bellears wrote: Quota Warnings are working fine, apart from the To: field not containing the users correct address: .quotawarn.msg example has To: Valued Customer:; Exactly. It's an *example*. Just wondering what I could change this to in

Re: [vchkpw] roaming user for imap

2003-01-15 Thread Lars Gustafson
I had the same problem, as a lots of people has according to this list.. the solution, or let's say workaround, i came up with is pretty ugly. but hey! it works. First, i got the relay-ctrl package from www.qmail.org somewhere, installed it by reading the docs shipped with it. made the needed

RE: [vchkpw] qmail-newu: fatal: bad format in users/assign

2003-01-15 Thread Clayton Weise
Run a cat -e /var/qmail/users/assign . If you're not comfortable with showing me (or the list) your assign file, there's not much we can do to help. -Clayton -Original Message- From: Rick Phillips [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003 6:17 PM To: [EMAIL PROTECTED]

RE: [vchkpw] Guidence needed for a vpopmail migration issue.

2003-01-15 Thread Clayton Weise
If the user's Maildir doesn't exist, vpopmail will try to auto-create it. Check the permissions on it, and make sure the path to it matches what vpopmail has in it's database (run a vuserinfo [EMAIL PROTECTED] and make sure the paths match). -Original Message- From: Kent Ritchie

[vchkpw] move old mail to new dir layout

2003-01-15 Thread dev
does anyone have or know of a way to cp -R user/Maildir/* to new/location/user/Maildir/ Is this possible without have to do it manually? We had a email system up forever using qmail+vpopmail etc. But the old system used vpasswd files and such. I made a new system using MySql and spamassassin ...

Re: [vchkpw] move old mail to new dir layout

2003-01-15 Thread vol
I see what you're trying to do. I do 99% of the conversions/migrations between mail systems here at Inter7, so I know your problem. Try writing a script: * Get the next username * Look up old directory * Look up new directory * Copy files You can get their old directory from the old

Re: [vchkpw] move old mail to new dir layout

2003-01-15 Thread vol
Ya. This shouldnt require a lot of tool creation on your part. vpopmail should have enough information and tools for this type of work, so you're lucky in that respect. Just think through it one step at a time, and you shouldnt have a problem getting it done :) Good luck! dev wrote: Yea it

[vchkpw] Restore accounts

2003-01-15 Thread Stefano Borali
Hi to all, I know it's a discussed subjects but I can't find any answer. I need to change the hardware of my qmail/vpopmail server (multidomain). I setted a new brand one checked and running, but I have to move all the account and domains. I backed up all of my /home/vpopmail/domains

Re: [vchkpw] move old mail to new dir layout

2003-01-15 Thread dev
Code here snip #!/usr/bin/perl while() { chomp; @f = split /\:/; open(VPOP, /home/vpopmail/bin/vuserinfo -d $f[0]\@bluetruck.net |) || die cannot execute vuserinfo ($!)\n; $werd = VPOP; chop($werd); if ((-d $f[5]) (-d $werd)) { `cp -R $f[5]/Maildir/* $werd/Maildir`; print $f[5] $werd\n; }

[vchkpw] Forwards: Errno = 13

2003-01-15 Thread buffalo
Greetings, I'm testing qmailadmin right now on a RedHat 7.3 system with: qmail/vpopmail/mysql/qmailadmin/vqadmin/ezmlm/sqwebmail Accounts created can send and recieve mail without issue, via POP/SMTP or via sqwebmail. However, when setting up a forward for an account to test forwarding, I got

[vchkpw] POP3 Help

2003-01-15 Thread Shawn Salyers
Title: Message I have done this before, but it has been a long time. I ahve Qmail installed and functioning. I have vpopmail installed and functioning with sqwebmail qmailadmin. I can get to my email accounts through sqwebmail without a problem. When I try to use Outlook or Outlook Express, I

[vchkpw] qmail-1.03 | vpopmail-5.2.1 | qmail-smtp-auth-.03

2003-01-15 Thread Joe Oaks
Hello guys its been a while. I have been trying over the past couple of weeks to get smtp-auth working with no success. I have patched qmail and re-ran make setup check to make the new binaries. This seems to have worked because my qmail-smtp file is now 32bites larger :) I have also installed

[vchkpw] tcpserver won't die when started with the -D flag

2003-01-15 Thread erik
Hello all, I have a strange problem with tcpserver and the pop3 daemon. The short story: When I start the pop3 daemon through tcpserver with the -D flag the daemon refuses to die when I run svc -d /service/qmail-pop3d. Without the -D, the pop3 server is extremely slow and is serving only 3-4

RE: [vchkpw] Guidence needed for a vpopmail migration issue.

2003-01-15 Thread Kent Ritchie
On Wed, 2003-01-15 at 10:34, Clayton Weise wrote: If the user's Maildir doesn't exist, vpopmail will try to auto-create it. Check the permissions on it, and make sure the path to it matches what vpopmail has in it's database (run a vuserinfo [EMAIL PROTECTED] and make sure the paths match).

Re: [vchkpw] POP3 Help

2003-01-15 Thread Ajai Khattri
Shawn Salyers wrote: I have done this before, but it has been a long time. I ahve Qmail installed and functioning. I have vpopmail installed and functioning with sqwebmail qmailadmin. I can get to my email accounts through sqwebmail without a problem. When I try to use Outlook or Outlook

Re: [vchkpw] tcpserver won't die when started with the -D flag

2003-01-15 Thread Paul Theodoropoulos
what operating system are you running? not all systems support TCP_NODELAY equally. If a system has poor TCP_NODELAY support, i would imagine it could cause this behavior. At 12:44 PM 01-15-2003, [EMAIL PROTECTED] wrote: Hello all, I have a strange problem with tcpserver and the pop3 daemon.

[vchkpw] open-smtp and tcp.smtp

2003-01-15 Thread Nate Davis
Hello Everyone, I have a few questions, and I hope we can find some answers. I installed vpopmail 5.2.1 --enable-roaming-users=y, and qmail 1.03. They seem to be running great. I can log in, retrieve mail. But when I send mail, I can't. It replies that I am not able to relay. So, I edited