Re: [vchkpw] qmail+vpopmail+pop3s+courier-imap
With this "error" message, I can't get any mail from the server through port 995. Isn't it I can sign my own certificate just like how I sign my https cert? Any idea why not for pop3s? Thanks. kohcy - Original Message - From: "Bill Shupp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 10, 2002 11:17 AM Subject: Re: [vchkpw] qmail+vpopmail+pop3s+courier-imap > > On Monday, September 9, 2002, at 10:03 PM, KOHcy wrote: > > > Hi, > > > > I have server's port 995 Listening, and when I'm using my > > Outlook Express connect to the server the below error msgs pop up. > > > > "The server you are connected to is using a security certificate > > that could not be verified." > > > > Anyone know what is the problem? The pop3s is activate by using > > courier-imap script. Is there a relation between > > pop3s+qmail+vpopmail+mysql? > > My pop3 and sqwebmail working fine, and auth through vchkpw+mysql. > > > > Any clues will be acceptted. > > Thank you. > > The certificate generated by courier-imap is self-signed. That's the > issue. If you want don't want that warning to occur, then get your > certificate signed by a popular certificate authority like verisign or > thawte. > > Regards, > > Bill Shupp > > >
Re: [vchkpw] qmail+vpopmail+pop3s+courier-imap
On Monday, September 9, 2002, at 10:03 PM, KOHcy wrote: > Hi, > > I have server's port 995 Listening, and when I'm using my > Outlook Express connect to the server the below error msgs pop up. > > "The server you are connected to is using a security certificate > that could not be verified." > > Anyone know what is the problem? The pop3s is activate by using > courier-imap script. Is there a relation between > pop3s+qmail+vpopmail+mysql? > My pop3 and sqwebmail working fine, and auth through vchkpw+mysql. > > Any clues will be acceptted. > Thank you. The certificate generated by courier-imap is self-signed. That's the issue. If you want don't want that warning to occur, then get your certificate signed by a popular certificate authority like verisign or thawte. Regards, Bill Shupp
[vchkpw] qmail+vpopmail+pop3s+courier-imap
Hi, I have server's port 995 Listening, and when I'm using my Outlook Express connect to the server the below error msgs pop up. "The server you are connected to is using a security certificate that could not be verified." Anyone know what is the problem? The pop3s is activate by using courier-imap script. Is there a relation between pop3s+qmail+vpopmail+mysql? My pop3 and sqwebmail working fine, and auth through vchkpw+mysql. Any clues will be acceptted. Thank you. kohcy
Re: [vchkpw] Problem : Starting LDAP With Configuration IN README.LDAP at vpopmail tarball (ITS IN PLAIN TEXT FORMAT)
Hi, Tunc "Tunc Gunergun" <[EMAIL PROTECTED]> wrote: >My slapd.conf --- > >### >include /etc/openldap/schema/qmailUser.schema >schemacheck off Here is my a part of slapd.conf. --- # include /usr/local/etc/openldap/schema/core.schema include /usr/local/etc/openldap/schema/cosine.schema include /usr/local/etc/openldap/schema/inetorgperson.schema include /usr/local/etc/openldap/schema/nis.schema include /usr/local/etc/openldap/schema/qmailUser.schema schemacheck off --- --- Sunagawa Koji[EMAIL PROTECTED] Okinawa FreeBSD Users Group http://www.ofug.net/~koj/
[vchkpw] SMTP-AUTH, Stable?
One of my clients has been running a server with the "relaymailfrom" hack for years. I've been telling them for as long as I've been working with them that they would get blacklisted if they didn't switch to SMTP-AUTH. Well, they got listed & now I have to implement SMTP-AUTH. I know that CRAM-MD5 issues are fixed as of 5.3.6 (Woohoo! Thanks, Bill!), & I know that 5.3.8 seems stable from what I've seen on this list, but I'm still nervous deploying dev software on a production box. So, question #1 is: will there be a new stable version soon? I would also appreciate it if anyone has time to critique my upgrade plans: Back up /var/qmail & /home/vpopmail Grab fresh qmail source Patch with elysium.pl SMTP-AUTH patch make setup check #This is non-destructive as far as existing control files, etc., no? Install vpopmail 5.3.8 over existing 5.2. Thanks, -Kit -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -Benjamin Franklin "...qui desiderat pacem, praeparet bellum" (...if you would have peace, be prepared for war) -Flavius Vegetius Renatus
[vchkpw] Problem : Starting LDAP With Configuration IN README.LDAP at vpopmail tarball (ITS IN PLAIN TEXT FORMAT)
i have some problems in starting ldap server.. I red the README.ldap And made changes in slapd.conf My slapd.conf --- ### include /etc/openldap/schema/qmailUser.schema schemacheck off ### # ldbm database definitions ### database ldbm suffix "o=vpop" rootdn "cn=Manager, o=vpop" rootpw proba directory /var/lib/ldap index objectClass pres,eq index cn,sn,uid eq index qmailUID,qmailGID eq access to * by self write by dn="cn=manager,o=vpop" write by * write ## My qmailuser.schema ---qmailUser.schema--- attributetype ( 1.3.6.1.4.1.8868.3.1.2 NAME 'qmailGID' DESC 'qmail group id' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{100} SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.8868.3.1.3 NAME 'qmailUID' DESC 'qmail userid' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{100} SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.8868.3.1.4 NAME 'qmaildomain' DESC 'qmail Domain' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{100} SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.8868.3.1.6 NAME 'mailQuota' DESC 'qmail quota' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{100} SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.8868.3.1.7 NAME 'mailMessageStore' DESC 'qmail Store' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{100} SINGLE-VALUE ) objectclass ( 1.3.6.1.4.1.8868.3.1 NAME 'qmailUser' DESC 'qmail local mail recipient' SUP ( top $ person $ organizationalPerson ) MAY ( qmailGID $ qmailUID $ qmaildomain $ mailQuota $ mailMessageStore $ name $ sn $ cn $ userPassword) ) ---qmailUser.schema--- Then when i am starting LDAP, i get this error [root@mailnx schema]# /etc/rc.d/init.d/ldap start Starting slapd: /etc/openldap/schema/qmailUser.schema: line 41: ObjectClass not found: "top" [FAILED] I need a little help THANX IN ADVANCE Best Regards Tunc Gunergun [EMAIL PROTECTED]
[vchkpw] Problem : Starting LDAP With Configuration IN README.LDAP at vpopmail tarball
Hi i have some problems in starting ldap server.. I red the README.ldap And made changes in slapd.conf My slapd.conf --- ###include /etc/openldap/schema/qmailUser.schemaschemacheck off ldbm database definitions### database ldbmsuffix "o=vpop"rootdn "cn=Manager, o=vpop"rootpw probadirectory /var/lib/ldapindex objectClass pres,eqindex cn,sn,uid eqindex qmailUID,qmailGID eqaccess to * by self write by dn="cn=manager,o=vpop" write by * write## My qmailuser.schema ---qmailUser.schema--- attributetype ( 1.3.6.1.4.1.8868.3.1.2 NAME 'qmailGID' DESC 'qmail group id' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{100} SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.8868.3.1.3 NAME 'qmailUID' DESC 'qmail userid' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{100} SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.8868.3.1.4 NAME 'qmaildomain' DESC 'qmail Domain' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{100} SINGLE-VALUE )attributetype ( 1.3.6.1.4.1.8868.3.1.6 NAME 'mailQuota' DESC 'qmail quota' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{100} SINGLE-VALUE )attributetype ( 1.3.6.1.4.1.8868.3.1.7 NAME 'mailMessageStore' DESC 'qmail Store' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{100} SINGLE-VALUE ) objectclass ( 1.3.6.1.4.1.8868.3.1 NAME 'qmailUser' DESC 'qmail local mail recipient' SUP ( top $ person $ organizationalPerson ) MAY ( qmailGID $ qmailUID $ qmaildomain $ mailQuota $ mailMessageStore $ name $ sn $ cn $ userPassword) )---qmailUser.schema--- Then when i am starting LDAP, i get this error [root@mailnx schema]# /etc/rc.d/init.d/ldap startStarting slapd: /etc/openldap/schema/qmailUser.schema: line 41: ObjectClass not found: "top" [FAILED] I need a little help THANX IN ADVANCE Best Regards Tunc Gunergun [EMAIL PROTECTED]
[vchkpw] qmail/vpopmail/FreeBSD relaying and POP timeouts
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have an installation of vpopmail and qmail from FreeBSD ports on a pretty beefy machine (dual 2.2 Xeon w/RAMBUS, RAID5 SCSI). I have about 13,000 domains being served off of it and it runs a load of about 0.30-0.50 most of the time. My questions are as follows: 1) Is there a way to enable SMTP auth in qmail without patching? I'd like to keep things straight from ports if at all possible. The SMTP-after-POP does not meet our needs for a couple of reasons and I'd like to implement another means of relaying. SSL-enabled SMTP auth would be even better :-) 2) Even while running a relatively low load as described above, and utilizing far below the max number of tcpservers running POP3 processes, users occasionally get a situation where their mail clients (and this is on Eudora, Outlook, and others) will popup the password dialog and ask them to re-login. Their client usually caches the password, but it is the issue that for some reason they seem to be getting asked for their info again. I realize that POP3 is stateless and that each mail check needs a new login, but it's like their auth is getting refused from time to time. Has anyone seem similar behavior? Thanks for any leads on either issue. - -- [!] Justin R. Miller <[EMAIL PROTECTED]> Encrypted email preferred (key 0xC9C40C31) -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9fNPj94d6K8nEDDERAi70AJ0VLrkHj0giq3qw/Yt99HbllG3QXACeM0G7 k+YSnfZ/PIVDWlpMFhfOJ+U= =af28 -END PGP SIGNATURE-
Re: [vchkpw] [OT] list messages getting sent to abuse@verizon.net?
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I've also received these mails from verizon after posting to this list Bye! On Mon, 9 Sep 2002 11:24:19 -0400 (EDT), Alan Murrell wrote: > >Hello, > >I have noticed that the last couple of messages I sent >to the list seem to also get a response sent back to >me by <[EMAIL PROTECTED]>; I am guessing that that >address is somehow subscribed to the list? Is it >possible to double-check that? And if so, assuming >they're not supposed to be, would it be possible to >remove them? > >Just in case you weren't aware :-) > Federico Voges Socio gerente Intrasoft Malabia 2137 14 A (1425) Buenos Aires Argentina Te/Fax: 54-11-4833-5182 e-mail: [EMAIL PROTECTED] Web: http://www.intrasoft.com.ar PGP Public Key Fingerprint: A536 4595 EB6F D197 FBC1 5C3A 145C 2516 -BEGIN PGP SIGNATURE- Version: PGPsdk version 1.7.1 (C) 1997-1999 Network Associates, Inc. and its affiliated companies. iQA/AwUBPXzCwBRcJRaVKt4XEQLZ+wCg65a9ckmwZS/DzTuH47n4gABCl9oAoK/5 5Ka7kUD0g8TFRuw/CEZihuhO =k956 -END PGP SIGNATURE-
[vchkpw] [OT] list messages getting sent to abuse@verizon.net?
Hello, I have noticed that the last couple of messages I sent to the list seem to also get a response sent back to me by <[EMAIL PROTECTED]>; I am guessing that that address is somehow subscribed to the list? Is it possible to double-check that? And if so, assuming they're not supposed to be, would it be possible to remove them? Just in case you weren't aware :-) = -- Alan Murrell <[EMAIL PROTECTED]> __ Post your free ad now! http://personals.yahoo.ca
Re: [vchkpw] Unknown message in qmail log file
Hi, check the permission on your .qmail file. it should be 0644, not 0755 Nochkin - Original Message - From: Martin Chung To: [EMAIL PROTECTED] Sent: Monday, September 09, 2002 6:17 AM Subject: [vchkpw] Unknown message in qmail log file Hi, Would you tell me the meaning of the below message? delivery 143965: deferral: Uh-oh:_.qmail_has_prog_delivery_but_has_x_bit_set._(#4.7.0)/ Martin
[vchkpw] vpopmail.h not found
Hello, I know this may not be strictly a vpopmail problem per se, but I thought I would try anyway, just in case you are able to help. I am using CoreLinux as my base (http://coredistro.sf.net, which is basically just a step up from Linux From Scratch), and have got Qmail, ucspi-tcp, daemontools, and vpopmail installed. I am now trying to install Courier-IMAP. It configures gine, but during the 'make', exits with an error saying it cannot find vpopmail.h. I checked, and vpopmail.h does exist in ~vpopmail/include. When I installed all of this on a Red Ht and Mandrake machines previously (using the same configure options), Courier-IMAP did not seem to have trouble finding all the files it needed, including vpopmail.h. I'm guessing I need to put ~vpopmail.h into the include path somehow, but I did not see a configure option for that. Does anyone have any ideas? TIA, = -- Alan Murrell <[EMAIL PROTECTED]> __ Post your free ad now! http://personals.yahoo.ca
Re: [vchkpw] Using tcpserver/mysql
On Friday, September 6, 2002, at 07:10 AM, David Phillips wrote: > Paul Fries writes: >> Yeah I have been really pulling my hair out over that one. =) With as >> many Pop-3 connections/sec that our servers handle I thought that I >> would make things a little smoother if Vpopmail didn't write the cdb. >> I am afraid that the hash would become corrupt and cause relay >> problems for my users. > > Assuming that vpopmail has proper locking for the tcprules(1) source > file > and uses unique temporary files everytime it runs tcprules, then this > isn't > a problem. tcprules atomically updates the cdb file. In theory, you are correct David. In practice, that file gets truncated regularly on a high volume mail server. Discovering that, and subsequent problems because of it caused me to write the mysql patch in the first place. Matt
Re: [vchkpw] smtp auth only server questions
Ron Culler wrote: >Looking for a configuration that would allow users to use the vpopmail >virtual user and password as thier smtp auth credentials. The >configuration requires the smtp auth server to be separate from the pop >store (filtering, av scanning). > > I am looking for something capable of this. I am not sure which smtp auth style i should go with. Is there something that could work with courier-imap for a smtp-auth before imap? Is straight smtp-auth a better direction to go? Regards, Ian > >
[vchkpw] smtp auth only server questions
Looking for a configuration that would allow users to use the vpopmail virtual user and password as thier smtp auth credentials. The configuration requires the smtp auth server to be separate from the pop store (filtering, av scanning). I don't want to use the auto tcp.smtp create that vpopmail normally uses as this machine will only responed to valid auth requests and all others will be rejected. I am able to get checkpassword to work with a locally created account but this adds an unwanted process. Has anyone done this ? if so what mods did you have to make to the vpop install? Thanks Ron ** The Firelan(tm) Virus Scanning Service has scanned this email for viruses, vandals and malicious content. http://www.firelan.net **
[vchkpw] No delivery
Hello, my Qmail + Vpopmail Server has got a problem i think. The following log event is written, but the message was not delivered to the mailbox of the user. I can´t find it on the message on the system. But the problem is not general, it´s a problem of some sender-domains. Sep 9 13:50:46 lbwww qmail: 1031572246.795441 new msg 9176425 Sep 9 13:50:46 lbwww qmail: 1031572246.795640 info msg 9176425: bytes 32103 from <[EMAIL PROTECTED]> qp 27843 uid 539 Sep 9 13:50:46 lbwww qmail: 1031572246.797355 starting delivery 8938: msg 9176425 to local [EMAIL PROTECTED] Sep 9 13:50:46 lbwww qmail: 1031572246.797493 status: local 3/10 remote 1/20 Sep 9 13:50:46 lbwww qmail: 1031572246.797521 delivery 8937: success: did_0+0+1/ Sep 9 13:50:46 lbwww qmail: 1031572246.797548 status: local 2/10 remote 1/20 Sep 9 13:50:46 lbwww qmail: 1031572246.815133 delivery 8938: success: did_0+0+1/ Sep 9 13:50:46 lbwww qmail: 1031572246.815278 status: local 1/10 remote 1/20 Sep 9 13:50:46 lbwww qmail: 1031572246.815306 end msg 9176425 Thank you. Thomas
Re: [vchkpw] morercpthosts file problem
> How to control the time of /var/qmail/control/morercpthosts.cdb? > check the time of the file with ls -lah /var/qmail/control/morercpthosts.cdb also check the files /var/qmail/control/virtualdomains and /var/qmail/users/assign. they must contain your new domain > Actually, I use vadddomain to add the new domain name if this is the case, why do you need to edit your morercpthosts manually? > > Martin malte -- Wichmann Internet Services GmbH Aussigstr. 6 38114 Braunschweig Tel.: +49 531 5906912 Fax.: +49 531 5906959 mailto: [EMAIL PROTECTED]
[vchkpw] Unknown message in qmail log file
Hi, Would you tell me the meaning of the below message? delivery 143965: deferral: Uh-oh:_.qmail_has_prog_delivery_but_has_x_bit_set._(#4.7.0)/ Martin
Re: [vchkpw] seekable patch
>> How do i know if i had seekable patched up? > > In the source directory of vpopmail there should be two extra files - > seek.h and seek.c - if they arent there you havnt got the patch. If > you havnt got the source handy, then you can just create an email > account on one of your domains that has a filter that pipes its output > to vdelivermail and see if you get lseek errors in your mail logs. If > you dont know how to do this, you probably dont need/want the patch. > Check out the web page for more details particularly the mail list > thread links towards the bottom of the page. Yes i got both of them. Just making sure i am patched up with seekable. Trying to get spamassassin install. Well it is much more difficult than qmail-scanner. > [[EMAIL PROTECTED] is getting copies of the mail list again] Well is it because of me? My creation of the email? regards
Re: [vchkpw] seekable patch
> No, the first release to have it was 5.3.7. You can get the patch from > http://www.thesafebox.com if you want to apply it to 5.2 instead of > using the 5.3 series. There is also information on that page on how to > apply the patch. How do i know if i had seekable patched up?
Re: [vchkpw] morercpthosts file problem
How to control the time of /var/qmail/control/morercpthosts.cdb? Actually, I use vadddomain to add the new domain name Martin - Original Message - From: "Malte Ahrens" <[EMAIL PROTECTED]> To: "Martin Chung" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, September 09, 2002 4:42 PM Subject: Re: [vchkpw] morercpthosts file problem after adding a new domain to /var/qmail/control/morercpthosts you have to execute /var/qmail/bin/qmail-newmrh. please also control the time of /var/qmail/control/morercpthosts.cdb, it must be the current time. have you modified your other qmail control files, e.g. virtualdomains etc.? in general, it is more easy to use vadddomain. malte Am Montag, 9. September 2002 10:29 schrieb Martin Chung: > I have tried to run qmail-newmrh after I add a new domain name but the > problem is still the same. > What's your meaning of "made a qmail-newmrh" > > Martin > > - Original Message - > From: "Malte Ahrens" <[EMAIL PROTECTED]> > To: "Martin Chung" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Monday, September 09, 2002 4:17 PM > Subject: Re: [vchkpw] morercpthosts file problem > > > > did you made a qmail-newmrh? > > regards > > Am Montag, 9. September 2002 10:14 schrieb Martin Chung: > > I am using FreeBSD + Qmail + Vpopmail 4.9.10 + Mysql > > > > Martin > > - Original Message - > > From: Martin Chung > > To: [EMAIL PROTECTED] > > Sent: Monday, September 09, 2002 4:10 PM > > Subject: [vchkpw] morercpthosts file problem > > > > > > Hi, > > > > I have a big problem to add a new domain name. > > After I added a new domain name and then added a new user. I tried to > > send email to that user but I always received this message: > > > > Hi. This is the qmail-send program at mail.server.com. > > I'm afraid I wasn't able to deliver your message to the following > > addresses. This is a permanent error; I've given up. Sorry it didn't work > > out. > > > > <[EMAIL PROTECTED]>: > > Sorry. Although I'm listed as a best-preference MX or A for that host, > > it isn't in my control/locals file, so I don't treat it as local. > > (#5.4.6) > > > > I have checked that the domain name is existed in morercpthosts but > > qmail-send always said not in control files. Although I use qmail-newmrh > > again and again, the problem didn't solve. > > > > Please help!!! > > > > Martin -- Wichmann Internet Services GmbH Aussigstr. 6 38114 Braunschweig Tel.: +49 531 5906912 Fax.: +49 531 5906959 mailto: [EMAIL PROTECTED]
Re: [vchkpw] morercpthosts file problem
after adding a new domain to /var/qmail/control/morercpthosts you have to execute /var/qmail/bin/qmail-newmrh. please also control the time of /var/qmail/control/morercpthosts.cdb, it must be the current time. have you modified your other qmail control files, e.g. virtualdomains etc.? in general, it is more easy to use vadddomain. malte Am Montag, 9. September 2002 10:29 schrieb Martin Chung: > I have tried to run qmail-newmrh after I add a new domain name but the > problem is still the same. > What's your meaning of "made a qmail-newmrh" > > Martin > > - Original Message - > From: "Malte Ahrens" <[EMAIL PROTECTED]> > To: "Martin Chung" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Monday, September 09, 2002 4:17 PM > Subject: Re: [vchkpw] morercpthosts file problem > > > > did you made a qmail-newmrh? > > regards > > Am Montag, 9. September 2002 10:14 schrieb Martin Chung: > > I am using FreeBSD + Qmail + Vpopmail 4.9.10 + Mysql > > > > Martin > > - Original Message - > > From: Martin Chung > > To: [EMAIL PROTECTED] > > Sent: Monday, September 09, 2002 4:10 PM > > Subject: [vchkpw] morercpthosts file problem > > > > > > Hi, > > > > I have a big problem to add a new domain name. > > After I added a new domain name and then added a new user. I tried to > > send email to that user but I always received this message: > > > > Hi. This is the qmail-send program at mail.server.com. > > I'm afraid I wasn't able to deliver your message to the following > > addresses. This is a permanent error; I've given up. Sorry it didn't work > > out. > > > > <[EMAIL PROTECTED]>: > > Sorry. Although I'm listed as a best-preference MX or A for that host, > > it isn't in my control/locals file, so I don't treat it as local. > > (#5.4.6) > > > > I have checked that the domain name is existed in morercpthosts but > > qmail-send always said not in control files. Although I use qmail-newmrh > > again and again, the problem didn't solve. > > > > Please help!!! > > > > Martin -- Wichmann Internet Services GmbH Aussigstr. 6 38114 Braunschweig Tel.: +49 531 5906912 Fax.: +49 531 5906959 mailto: [EMAIL PROTECTED]
Re: [vchkpw] seekable patch
On Sunday, September 8, 2002, at 21:03, you wrote: > I am running vpopmail version 5.2. Is seekable patch eabled in this > realease? No, the first release to have it was 5.3.7. You can get the patch from http://www.thesafebox.com if you want to apply it to 5.2 instead of using the 5.3 series. There is also information on that page on how to apply the patch. Marcus -- Marcus Williams - http://www.onq2.com Quintic Ltd, 39 Newnham Road, Cambridge, UK
Re: [vchkpw] morercpthosts file problem
I have tried to run qmail-newmrh after I add a new domain name but the problem is still the same. What's your meaning of "made a qmail-newmrh" Martin - Original Message - From: "Malte Ahrens" <[EMAIL PROTECTED]> To: "Martin Chung" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, September 09, 2002 4:17 PM Subject: Re: [vchkpw] morercpthosts file problem did you made a qmail-newmrh? regards Am Montag, 9. September 2002 10:14 schrieb Martin Chung: > I am using FreeBSD + Qmail + Vpopmail 4.9.10 + Mysql > > Martin > - Original Message - > From: Martin Chung > To: [EMAIL PROTECTED] > Sent: Monday, September 09, 2002 4:10 PM > Subject: [vchkpw] morercpthosts file problem > > > Hi, > > I have a big problem to add a new domain name. > After I added a new domain name and then added a new user. I tried to > send email to that user but I always received this message: > > Hi. This is the qmail-send program at mail.server.com. > I'm afraid I wasn't able to deliver your message to the following > addresses. This is a permanent error; I've given up. Sorry it didn't work > out. > > <[EMAIL PROTECTED]>: > Sorry. Although I'm listed as a best-preference MX or A for that host, > it isn't in my control/locals file, so I don't treat it as local. > (#5.4.6) > > I have checked that the domain name is existed in morercpthosts but > qmail-send always said not in control files. Although I use qmail-newmrh > again and again, the problem didn't solve. > > Please help!!! > > Martin -- Wichmann Internet Services GmbH Aussigstr. 6 38114 Braunschweig Tel.: +49 531 5906912 Fax.: +49 531 5906959 mailto: [EMAIL PROTECTED]
Re: [vchkpw] morercpthosts file problem
did you made a qmail-newmrh? regards Am Montag, 9. September 2002 10:14 schrieb Martin Chung: > I am using FreeBSD + Qmail + Vpopmail 4.9.10 + Mysql > > Martin > - Original Message - > From: Martin Chung > To: [EMAIL PROTECTED] > Sent: Monday, September 09, 2002 4:10 PM > Subject: [vchkpw] morercpthosts file problem > > > Hi, > > I have a big problem to add a new domain name. > After I added a new domain name and then added a new user. I tried to > send email to that user but I always received this message: > > Hi. This is the qmail-send program at mail.server.com. > I'm afraid I wasn't able to deliver your message to the following > addresses. This is a permanent error; I've given up. Sorry it didn't work > out. > > <[EMAIL PROTECTED]>: > Sorry. Although I'm listed as a best-preference MX or A for that host, > it isn't in my control/locals file, so I don't treat it as local. > (#5.4.6) > > I have checked that the domain name is existed in morercpthosts but > qmail-send always said not in control files. Although I use qmail-newmrh > again and again, the problem didn't solve. > > Please help!!! > > Martin -- Wichmann Internet Services GmbH Aussigstr. 6 38114 Braunschweig Tel.: +49 531 5906912 Fax.: +49 531 5906959 mailto: [EMAIL PROTECTED]
Re: [vchkpw] morercpthosts file problem
I am using FreeBSD + Qmail + Vpopmail 4.9.10 + Mysql Martin - Original Message - From: Martin Chung To: [EMAIL PROTECTED] Sent: Monday, September 09, 2002 4:10 PM Subject: [vchkpw] morercpthosts file problem Hi, I have a big problem to add a new domain name. After I added a new domain name and then added a new user. I tried to send email to that user but I always received this message: Hi. This is the qmail-send program at mail.server.com.I'm afraid I wasn't able to deliver your message to the following addresses.This is a permanent error; I've given up. Sorry it didn't work out.@somedomain.com>:Sorry. Although I'm listed as a best-preference MX or A for that host,it isn't in my control/locals file, so I don't treat it as local. (#5.4.6) I have checked that the domain name is existed in morercpthosts but qmail-send always said not in control files. Although I use qmail-newmrh again and again, the problem didn't solve. Please help!!! Martin
[vchkpw] morercpthosts file problem
Hi, I have a big problem to add a new domain name. After I added a new domain name and then added a new user. I tried to send email to that user but I always received this message: Hi. This is the qmail-send program at mail.server.com.I'm afraid I wasn't able to deliver your message to the following addresses.This is a permanent error; I've given up. Sorry it didn't work out.@somedomain.com>:Sorry. Although I'm listed as a best-preference MX or A for that host,it isn't in my control/locals file, so I don't treat it as local. (#5.4.6) I have checked that the domain name is existed in morercpthosts but qmail-send always said not in control files. Although I use qmail-newmrh again and again, the problem didn't solve. Please help!!! Martin