Re: vpopmail-4.10.35 release
on 8/23/01 11:15 AM, Ken Jones at [EMAIL PROTECTED] spake: > vpopmail-4.10.35 is available. > This is a security fix. > > This is the first pre5.0 canidate. If no problems are > found in the next week this will be the 5.0 release. > > Changes from 4.10.34 are: > > 1) vpopmail/lib directory is now owned by root > and read/write/execute only by root. > > 2) vpopmail/lib/libvpopmail.a is also owned by > root and read/write only by root. > > These changes make it impossible for non root > users to compile programs which use the vpopmail > library. This should restrict the ability for > a regular user to create a vpopmail application > and then core dump it to view the contents of > the libvpopmail.a library, which includes the > authentication information to databases, > like mysql, oracle or ldap. > > Ken Jones > inter7.com Incidentally, you'll have to build courier-imap/sqwebmail as root, otherwise I get this: gcc -I/home/vpopmail/include -g -O2 -Wall -I.. -I./.. -o authvchkpw modauthvchkpw.o libauthmod.a libauth.a ../md5/libmd5.a ../sha1/libsha1.a -L/home/vpopmail/lib -lvpopmail -lm -lcrypt /usr/bin/ld: cannot find -lvpopmail collect2: ld returned 1 exit status make[1]: *** [authvchkpw] Error 1 make[1]: *** Waiting for unfinished jobs make[1]: Leaving directory `/var/src/courier-imap-1.3.10/authlib' make: *** [all-recursive] Error 1 But these require a non-root user for configuring, so just run make and make install as root. Cheers, Bill
Re: vpopmail-4.10.35 release
on 8/23/01 11:15 AM, Ken Jones at [EMAIL PROTECTED] spake: > vpopmail-4.10.35 is available. > This is a security fix. > > This is the first pre5.0 canidate. If no problems are > found in the next week this will be the 5.0 release. > > Changes from 4.10.34 are: > > 1) vpopmail/lib directory is now owned by root > and read/write/execute only by root. > > 2) vpopmail/lib/libvpopmail.a is also owned by > root and read/write only by root. > > These changes make it impossible for non root > users to compile programs which use the vpopmail > library. This should restrict the ability for > a regular user to create a vpopmail application > and then core dump it to view the contents of > the libvpopmail.a library, which includes the > authentication information to databases, > like mysql, oracle or ldap. > > Ken Jones > inter7.com Oh yeah.. IMAP before SMTP still doesn't work in vpopmail-4.9.35 (courier-imap 1.3.10). I've been looking through the open_smtp_relay() function and also at preauthvchkpw.c, but can't figure out which one is the problem. It dies just after creating ~vpopmail/etc/open_smtp.lock and ~vpopmail/etc/open_smtp., but before writing the IP info to open_smtp. POP before SMTP works fine. Cheers, Bill Shupp
Problem with vpopmail and addresses with a -
We are running a large qmail/vpopmail/mysql install. Everything has been working great. Today though I just had a customer complaint that said any email getting sent to a certain address was getting bounced even though they could see the pop account in the qmailadmin screens. So i started checking everything out. vuserinfo [EMAIL PROTECTED] shows all the correct information. I made sure the permissions on the directory were appropiate, etc. All looked good. So I sent the account an email and it bounced with your typical "Sorry, no mailbox here by that name. vpopmail (#5.1.1)" message. So now I'm confused. I logged into the mysql database and checked out the dir_control and the vpopmail tables. All the information seemed appropiate. So I add an account [EMAIL PROTECTED] and sent an email to that. All works well. Next I create an account [EMAIL PROTECTED] and sent an email to that. It bounced with the above error message. So now it seems like there is an issue with usernames that have a -. So in my test domain I create a user [EMAIL PROTECTED] and send a message to it. All works well. Next I looked through the assign, morercpthosts, and virtualdomains files. There seems to be no difference between the test domain and the production domain's setup. So to get this user back up I created a .qmail-a-user that contained the path to the pop user's mail dir. I placed that .qmail file in the directory for domain.com If anyone has any ideas, suggestions I'd greatly appreciate it. Below are software versions as well as a clip from the log showing a bounced message. Thanks again ahead of time. Bob Log clip: @40003b865c2c00c1b7cc new msg 393315 @40003b865c2c00c3b784 info msg 393315: bytes 823 from <[EMAIL PROTECTED]> qp 24699 uid 7791 @40003b865c2c040daa94 starting delivery 1275582: msg 393315 to local [EMAIL PROTECTED] @40003b865c2c040ec3d4 status: local 1/150 remote 10/150 @40003b865c2c0764c0ec delivery 1275582: failure: Sorry,_no_mailbox_here_by_that_name._vpopmail_(#5.1.1)/ @40003b865c2c0cea5fa4 status: local 0/150 remote 10/150 @40003b865c2c1c4261f4 bounce msg 393315 qp 24707 @40003b865c2c1cfa5b9c end msg 393315 We are running the following software: vpopmail-4.10.22 mysql-3.23.38 qmail-1.03
Re: Problem with vpopmail and addresses with a -
Are you sure the directory for the user in the database is the right directory (it exists) ? Didn't see anything in your message about it and I know that I forget about this sometimes. -Rich - Original Message - From: "Bob C. Ruddy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 24, 2001 12:12 Subject: Problem with vpopmail and addresses with a - > > We are running a large qmail/vpopmail/mysql install. Everything has been > working great. Today though I just had a customer complaint that said any > email getting sent to a certain address was getting bounced even though > they could see the pop account in the qmailadmin screens. > > So i started checking everything out. vuserinfo [EMAIL PROTECTED] shows > all the correct information. I made sure the permissions on the directory > were appropiate, etc. All looked good. So I sent the account an email and > it bounced with your typical "Sorry, no mailbox here by that name. > vpopmail (#5.1.1)" message. > > So now I'm confused. I logged into the mysql database and checked out the > dir_control and the vpopmail tables. All the information seemed > appropiate. So I add an account [EMAIL PROTECTED] and sent an email to > that. All works well. Next I create an account [EMAIL PROTECTED] and sent > an email to that. It bounced with the above error message. > > So now it seems like there is an issue with usernames that have a -. So in > my test domain I create a user [EMAIL PROTECTED] and send a message to > it. All works well. > > Next I looked through the assign, morercpthosts, and virtualdomains files. > There seems to be no difference between the test domain and the production > domain's setup. > > So to get this user back up I created a .qmail-a-user that contained the > path to the pop user's mail dir. I placed that .qmail file in the > directory for domain.com > > If anyone has any ideas, suggestions I'd greatly appreciate it. Below are > software versions as well as a clip from the log showing a bounced > message. > > Thanks again ahead of time. > > Bob > > Log clip: > @40003b865c2c00c1b7cc new msg 393315 > @40003b865c2c00c3b784 info msg 393315: bytes 823 from <[EMAIL PROTECTED]> qp 24699 uid 7791 > @40003b865c2c040daa94 starting delivery 1275582: msg 393315 to local [EMAIL PROTECTED] > @40003b865c2c040ec3d4 status: local 1/150 remote 10/150 > @40003b865c2c0764c0ec delivery 1275582: failure: Sorry,_no_mailbox_here_by_that_name._vpopmail_(#5.1.1)/ > @40003b865c2c0cea5fa4 status: local 0/150 remote 10/150 > @40003b865c2c1c4261f4 bounce msg 393315 qp 24707 > @40003b865c2c1cfa5b9c end msg 393315 > > > We are running the following software: > vpopmail-4.10.22 > mysql-3.23.38 > qmail-1.03 > > >
Re: Problem with vpopmail and addresses with a -
I did a select for the username and domain name from the mysql database. The directory in the pw_dir field exists and has a proper Maildir in it with the proper permissions. (owned by vpopmail 700). Bob On Fri, 24 Aug 2001, Richard A. Secor wrote: ->Are you sure the directory for the user in the database is the right ->directory (it exists) ? -> ->Didn't see anything in your message about it and I know that I forget about ->this sometimes. -> ->-Rich -> ->- Original Message - ->From: "Bob C. Ruddy" <[EMAIL PROTECTED]> ->To: <[EMAIL PROTECTED]> ->Sent: Friday, August 24, 2001 12:12 ->Subject: Problem with vpopmail and addresses with a - -> -> ->> ->> We are running a large qmail/vpopmail/mysql install. Everything has been ->> working great. Today though I just had a customer complaint that said any ->> email getting sent to a certain address was getting bounced even though ->> they could see the pop account in the qmailadmin screens. ->> ->> So i started checking everything out. vuserinfo [EMAIL PROTECTED] shows ->> all the correct information. I made sure the permissions on the directory ->> were appropiate, etc. All looked good. So I sent the account an email and ->> it bounced with your typical "Sorry, no mailbox here by that name. ->> vpopmail (#5.1.1)" message. ->> ->> So now I'm confused. I logged into the mysql database and checked out the ->> dir_control and the vpopmail tables. All the information seemed ->> appropiate. So I add an account [EMAIL PROTECTED] and sent an email to ->> that. All works well. Next I create an account [EMAIL PROTECTED] and sent ->> an email to that. It bounced with the above error message. ->> ->> So now it seems like there is an issue with usernames that have a -. So in ->> my test domain I create a user [EMAIL PROTECTED] and send a message to ->> it. All works well. ->> ->> Next I looked through the assign, morercpthosts, and virtualdomains files. ->> There seems to be no difference between the test domain and the production ->> domain's setup. ->> ->> So to get this user back up I created a .qmail-a-user that contained the ->> path to the pop user's mail dir. I placed that .qmail file in the ->> directory for domain.com ->> ->> If anyone has any ideas, suggestions I'd greatly appreciate it. Below are ->> software versions as well as a clip from the log showing a bounced ->> message. ->> ->> Thanks again ahead of time. ->> ->> Bob ->> ->> Log clip: ->> @40003b865c2c00c1b7cc new msg 393315 ->> @40003b865c2c00c3b784 info msg 393315: bytes 823 from -><[EMAIL PROTECTED]> qp 24699 uid 7791 ->> @40003b865c2c040daa94 starting delivery 1275582: msg 393315 to local ->[EMAIL PROTECTED] ->> @40003b865c2c040ec3d4 status: local 1/150 remote 10/150 ->> @40003b865c2c0764c0ec delivery 1275582: failure: ->Sorry,_no_mailbox_here_by_that_name._vpopmail_(#5.1.1)/ ->> @40003b865c2c0cea5fa4 status: local 0/150 remote 10/150 ->> @40003b865c2c1c4261f4 bounce msg 393315 qp 24707 ->> @40003b865c2c1cfa5b9c end msg 393315 ->> ->> ->> We are running the following software: ->> vpopmail-4.10.22 ->> mysql-3.23.38 ->> qmail-1.03 ->> ->> ->> ->
Re: Problem with vpopmail and addresses with a -
update: My original finding was incorrect. It seems like some domains will accept the message and the log file says the message was accepted but still not deliver it local. While other domains it will just reject the message. But it seems to be an issue with any username that has a - in it. I'm still trying to find out when it accpets mail without delivering it and when it rejects mail. Bob On Fri, 24 Aug 2001, Bob C. Ruddy wrote: -> ->I did a select for the username and domain name from the mysql database. ->The directory in the pw_dir field exists and has a proper Maildir in it ->with the proper permissions. (owned by vpopmail 700). -> ->Bob -> ->On Fri, 24 Aug 2001, Richard A. Secor wrote: -> ->->Are you sure the directory for the user in the database is the right ->->directory (it exists) ? ->-> ->->Didn't see anything in your message about it and I know that I forget about ->->this sometimes. ->-> ->->-Rich ->-> ->->- Original Message - ->->From: "Bob C. Ruddy" <[EMAIL PROTECTED]> ->->To: <[EMAIL PROTECTED]> ->->Sent: Friday, August 24, 2001 12:12 ->->Subject: Problem with vpopmail and addresses with a - ->-> ->-> ->->> ->->> We are running a large qmail/vpopmail/mysql install. Everything has been ->->> working great. Today though I just had a customer complaint that said any ->->> email getting sent to a certain address was getting bounced even though ->->> they could see the pop account in the qmailadmin screens. ->->> ->->> So i started checking everything out. vuserinfo [EMAIL PROTECTED] shows ->->> all the correct information. I made sure the permissions on the directory ->->> were appropiate, etc. All looked good. So I sent the account an email and ->->> it bounced with your typical "Sorry, no mailbox here by that name. ->->> vpopmail (#5.1.1)" message. ->->> ->->> So now I'm confused. I logged into the mysql database and checked out the ->->> dir_control and the vpopmail tables. All the information seemed ->->> appropiate. So I add an account [EMAIL PROTECTED] and sent an email to ->->> that. All works well. Next I create an account [EMAIL PROTECTED] and sent ->->> an email to that. It bounced with the above error message. ->->> ->->> So now it seems like there is an issue with usernames that have a -. So in ->->> my test domain I create a user [EMAIL PROTECTED] and send a message to ->->> it. All works well. ->->> ->->> Next I looked through the assign, morercpthosts, and virtualdomains files. ->->> There seems to be no difference between the test domain and the production ->->> domain's setup. ->->> ->->> So to get this user back up I created a .qmail-a-user that contained the ->->> path to the pop user's mail dir. I placed that .qmail file in the ->->> directory for domain.com ->->> ->->> If anyone has any ideas, suggestions I'd greatly appreciate it. Below are ->->> software versions as well as a clip from the log showing a bounced ->->> message. ->->> ->->> Thanks again ahead of time. ->->> ->->> Bob ->->> ->->> Log clip: ->->> @40003b865c2c00c1b7cc new msg 393315 ->->> @40003b865c2c00c3b784 info msg 393315: bytes 823 from ->-><[EMAIL PROTECTED]> qp 24699 uid 7791 ->->> @40003b865c2c040daa94 starting delivery 1275582: msg 393315 to local ->->[EMAIL PROTECTED] ->->> @40003b865c2c040ec3d4 status: local 1/150 remote 10/150 ->->> @40003b865c2c0764c0ec delivery 1275582: failure: ->->Sorry,_no_mailbox_here_by_that_name._vpopmail_(#5.1.1)/ ->->> @40003b865c2c0cea5fa4 status: local 0/150 remote 10/150 ->->> @40003b865c2c1c4261f4 bounce msg 393315 qp 24707 ->->> @40003b865c2c1cfa5b9c end msg 393315 ->->> ->->> ->->> We are running the following software: ->->> vpopmail-4.10.22 ->->> mysql-3.23.38 ->->> qmail-1.03 ->->> ->->> ->->> ->-> -> ->
opensmtp
Hi everyone! A question: when I do a pop3 autentification vpopmail writes a file called opensmtp.(other strange simbols) very useful for the trusted users's relay :) but after the creation the file is empty ... why ? Another question : If I allow in /home/vpopmail/etc/tcp.smtp a IP address from that IP address the relay is not allowed ... why :) ? Thanks
Re: Problem with vpopmail and addresses with a -
Is there a .qmail--default file in the domain directory in question? If there isn't that is the reason that the user isn't being found. test-a@domain dot com isn't really a unique account. It is a sub account of [EMAIL PROTECTED] In general I would avoid using account names with a '-' in them. > update: My original finding was incorrect. > > It seems like some domains will accept the message and the log file says the message > was accepted but still not deliver it local. While other domains it will just reject > the message. But it seems to be an issue with any username that has a - in it. I'm > still trying to find out when it accpets mail without delivering it and when it > rejects mail. > > Bob > > On Fri, 24 Aug 2001, Bob C. Ruddy wrote: > > -> > ->I did a select for the username and domain name from the mysql database. ->The > directory in the pw_dir field exists and has a proper Maildir in it ->with the >proper > permissions. (owned by vpopmail 700). > -> > ->Bob > -> > ->On Fri, 24 Aug 2001, Richard A. Secor wrote: > -> > ->->Are you sure the directory for the user in the database is the right > ->->directory (it exists) ? > ->-> > ->->Didn't see anything in your message about it and I know that I forget about > ->->this sometimes. > ->-> > ->->-Rich > ->-> > ->->- Original Message - > ->->From: "Bob C. Ruddy" <[EMAIL PROTECTED]> > ->->To: <[EMAIL PROTECTED]> > ->->Sent: Friday, August 24, 2001 12:12 > ->->Subject: Problem with vpopmail and addresses with a - > ->-> > ->-> > ->->> > ->->> We are running a large qmail/vpopmail/mysql install. Everything has been ->->> > working great. Today though I just had a customer complaint that said any ->->> >email > getting sent to a certain address was getting bounced even though ->->> they could > see the pop account in the qmailadmin screens. > ->->> > ->->> So i started checking everything out. vuserinfo [EMAIL PROTECTED] shows ->->> > all the correct information. I made sure the permissions on the directory ->->> were > appropiate, etc. All looked good. So I sent the account an email and ->->> it >bounced > with your typical "Sorry, no mailbox here by that name. ->->> vpopmail (#5.1.1)" > message. > ->->> > ->->> So now I'm confused. I logged into the mysql database and checked out the >->->> > dir_control and the vpopmail tables. All the information seemed ->->> appropiate. So > I add an account [EMAIL PROTECTED] and sent an email to ->->> that. All works well. > Next I create an account [EMAIL PROTECTED] and sent ->->> an email to that. It > bounced with the above error message. > ->->> > ->->> So now it seems like there is an issue with usernames that have a -. So in > ->->> my test domain I create a user [EMAIL PROTECTED] and send a message to > ->->> it. All works well. > ->->> > ->->> Next I looked through the assign, morercpthosts, and virtualdomains files. > ->->> There seems to be no difference between the test domain and the production > ->->> domain's setup. > ->->> > ->->> So to get this user back up I created a .qmail-a-user that contained the ->->> > path to the pop user's mail dir. I placed that .qmail file in the ->->> directory >for > domain.com > ->->> > ->->> If anyone has any ideas, suggestions I'd greatly appreciate it. Below are >->->> > software versions as well as a clip from the log showing a bounced ->->> message. > ->->> > ->->> Thanks again ahead of time. > ->->> > ->->> Bob > ->->> > ->->> Log clip: > ->->> @40003b865c2c00c1b7cc new msg 393315 > ->->> @40003b865c2c00c3b784 info msg 393315: bytes 823 from > ->-><[EMAIL PROTECTED]> qp 24699 uid 7791 > ->->> @40003b865c2c040daa94 starting delivery 1275582: msg 393315 to local > ->->[EMAIL PROTECTED] > ->->> @40003b865c2c040ec3d4 status: local 1/150 remote 10/150 > ->->> @40003b865c2c0764c0ec delivery 1275582: failure: > ->->Sorry,_no_mailbox_here_by_that_name._vpopmail_(#5.1.1)/ > ->->> @40003b865c2c0cea5fa4 status: local 0/150 remote 10/150 > ->->> @40003b865c2c1c4261f4 bounce msg 393315 qp 24707 > ->->> @40003b865c2c1cfa5b9c end msg 393315 > ->->> > ->->> > ->->> We are running the following software: > ->->> vpopmail-4.10.22 > ->->> mysql-3.23.38 > ->->> qmail-1.03 > ->->> > ->->> > ->->> > ->-> > -> > -> -- * T.J. Drennan Software Engineer, Wireless Systems Spectrum Signal Processing [EMAIL PROTECTED] *
Re[2]: vpopmail-4.10.35 release
-BEGIN PGP SIGNED MESSAGE- Hello Einar, Thursday, August 23, 2001, 11:37:41 PM, you wrote: > Will there be done anything with aliasdomain for the 5.0 release? > I realy would love to get rid of those symlinks in the domains > directory. > http://www.mail-archive.com/vchkpw@inter7.com/msg06038.html > http://www.mail-archive.com/vchkpw@inter7.com/msg00538.html ACK. I'd LOVE to see this. And a vdeldomain switch that deletes all aliases of a master domain at once. Best regards, Gabriel -BEGIN PGP SIGNATURE- Version: PGP 6.5i iQEVAwUBO4aRb8Za2WpymlDxAQF/6ggArYKT4DymcHmUOnhhpw/d+OWdGc3qR9kg lyk1J1Mgszwr8BdERYsu+GmXngSqgaz2VhGq+qmZ1UgWTOAcibJhLZsRrPGZ3So8 4W4AoDUMJGevfnJhRsDRVgMWG84zoM/zD9jv4pCc1ZlZu37HBvEnKkH28W16NOG4 syfb00gOLTckiccCuV7rsoYGD/yd+RBabLpD7iHCyfr9L2dGrOfZ0xHbtGJe2qYu B2/6w8Ww/ncH5jedEGHA0qOCHYuoYqbon7Un+q26ejVxZTJ2PXBMVvE3NT7xL4JR xLxQF5vkHzL6OlQ+vALlaDxF0CWLUT01Hi6ILZOpy9Em56/8qvw1WA== =2YLV -END PGP SIGNATURE-
Re: Re: Problem with vpopmail and addresses with a -
you are correct. thanks for pointing this out, it made complete sense as to the behavior now. the messages that were not being bounced were the messages to a domain, for example were i had a ruddy and a ruddy-test. The ruddy-test messages weren't bouncing because i had a ruddy account. again thanks for helping me put two and two together. bob On Fri, 24 Aug 2001, [iso-8859-1] T.J. Drennan wrote: -> ->Is there a .qmail--default file in the domain directory in question? If there isn't ->that is the reason that the user isn't being found. test-a@domain dot com isn't really a ->unique account. It is a sub account of [EMAIL PROTECTED] In general I would avoid using ->account names with a '-' in them. -> ->> update: My original finding was incorrect. ->> ->> It seems like some domains will accept the message and the log file says the message ->> was accepted but still not deliver it local. While other domains it will just reject ->> the message. But it seems to be an issue with any username that has a - in it. I'm ->> still trying to find out when it accpets mail without delivering it and when it ->> rejects mail. ->> ->> Bob ->> ->> On Fri, 24 Aug 2001, Bob C. Ruddy wrote: ->> ->> -> ->> ->I did a select for the username and domain name from the mysql database. ->The ->> directory in the pw_dir field exists and has a proper Maildir in it ->with the proper ->> permissions. (owned by vpopmail 700). ->> -> ->> ->Bob ->> -> ->> ->On Fri, 24 Aug 2001, Richard A. Secor wrote: ->> -> ->> ->->Are you sure the directory for the user in the database is the right ->> ->->directory (it exists) ? ->> ->-> ->> ->->Didn't see anything in your message about it and I know that I forget about ->> ->->this sometimes. ->> ->-> ->> ->->-Rich ->> ->-> ->> ->->- Original Message - ->> ->->From: "Bob C. Ruddy" <[EMAIL PROTECTED]> ->> ->->To: <[EMAIL PROTECTED]> ->> ->->Sent: Friday, August 24, 2001 12:12 ->> ->->Subject: Problem with vpopmail and addresses with a - ->> ->-> ->> ->-> ->> ->->> ->> ->->> We are running a large qmail/vpopmail/mysql install. Everything has been ->->> ->> working great. Today though I just had a customer complaint that said any ->->> email ->> getting sent to a certain address was getting bounced even though ->->> they could ->> see the pop account in the qmailadmin screens. ->> ->->> ->> ->->> So i started checking everything out. vuserinfo [EMAIL PROTECTED] shows ->->> ->> all the correct information. I made sure the permissions on the directory ->->> were ->> appropiate, etc. All looked good. So I sent the account an email and ->->> it bounced ->> with your typical "Sorry, no mailbox here by that name. ->->> vpopmail (#5.1.1)" ->> message. ->> ->->> ->> ->->> So now I'm confused. I logged into the mysql database and checked out the ->->> ->> dir_control and the vpopmail tables. All the information seemed ->->> appropiate. So ->> I add an account [EMAIL PROTECTED] and sent an email to ->->> that. All works well. ->> Next I create an account [EMAIL PROTECTED] and sent ->->> an email to that. It ->> bounced with the above error message. ->> ->->> ->> ->->> So now it seems like there is an issue with usernames that have a -. So in ->> ->->> my test domain I create a user [EMAIL PROTECTED] and send a message to ->> ->->> it. All works well. ->> ->->> ->> ->->> Next I looked through the assign, morercpthosts, and virtualdomains files. ->> ->->> There seems to be no difference between the test domain and the production ->> ->->> domain's setup. ->> ->->> ->> ->->> So to get this user back up I created a .qmail-a-user that contained the ->->> ->> path to the pop user's mail dir. I placed that .qmail file in the ->->> directory for ->> domain.com ->> ->->> ->> ->->> If anyone has any ideas, suggestions I'd greatly appreciate it. Below are ->->> ->> software versions as well as a clip from the log showing a bounced ->->> message. ->> ->->> ->> ->->> Thanks again ahead of time. ->> ->->> ->> ->->> Bob ->> ->->> ->> ->->> Log clip: ->> ->->> @40003b865c2c00c1b7cc new msg 393315 ->> ->->> @40003b865c2c00c3b784 info msg 393315: bytes 823 from ->> ->-><[EMAIL PROTECTED]> qp 24699 uid 7791 ->> ->->> @40003b865c2c040daa94 starting delivery 1275582: msg 393315 to local ->> ->->[EMAIL PROTECTED] ->> ->->> @40003b865c2c040ec3d4 status: local 1/150 remote 10/150 ->> ->->> @40003b865c2c0764c0ec delivery 1275582: failure: ->> ->->Sorry,_no_mailbox_here_by_that_name._vpopmail_(#5.1.1)/ ->> ->->> @40003b865c2c0cea5fa4 status: local 0/150 remote 10/150 ->> ->->> @40003b865c2c1c4261f4 bounce msg 393315 qp 24707 ->> ->->> @40003b865c2c1cfa5b9c end msg 393315 ->> ->->> ->> ->->> ->> ->->> We are running the following software: ->> ->->> vpopmail-4.10.22 ->> ->->> mysql-3.23.38 ->> ->->> qmail-1.03 ->> ->->> ->> ->->> ->> ->->> ->> ->-> ->> -> ->> -> -> -> ->-- ->* ->T.J. Drennan ->Software Engineer, Wireless Systems ->
POP before SMTP
Hi All, I have installed vpopmail, but i need feature of POP before SMTP support i have configured vpopmail with ./configure --enable-roaming-users=y option but still POP before SMTP is not working. what to do , is there specific POP3 server is required to work with POP before SMTP support. Please help me regarding this. I have installed qmail according to http://www.flounder.net/qmail/qmail-howto.html this document. Pls give me help Anil
vpopmail Password with mysql is of 8 characts
I friends I am newbie in this, please I have installed vpopmail-4.9.10 using mysql database authentification, it work fine I tried so: [root@linux /root]# telnet localhost 110Trying 127.0.0.1...Connected to linuxw.com.pe.Escape character is '^]'.+OK <[EMAIL PROTECTED]> user michael OK pass 12345678 OK but when I put as password: 12345678X , it also work.. I don't understand, Can the vchkpw use a big password? Thanks friends
Aack,_child_crashed._(#4.3.0)
Hi, I am getting the following errors, what do they mean: 1) Aack,_child_crashed._(#4.3.0) 2) @40003b8739431f3a608c starting delivery 3836: msg 475597 to local [EMAIL PROTECTED] @40003b8739431f3a8b84 status: local 1/10 remote 0/20 @40003b8739431f62a90c delivery 3836: deferral: Unable_to_chdir_to_maildir._(#4.2.1)/ 3) ./ENOENT:_Error/Failed_to_write_RP_&_DT_(#4.3.9)/ I am using vpopmail 4.9.10 thanks, Divyank
Vpasswd file becomes 0 bytes
Hi, My vpasswd file has automatically become zero bytes. My cdb file seems to be intact. what could be the cause of this? Divyank