[vchkpw] mail is not going outside

2002-12-23 Thread zafar



hello ppl
i am using qmail on redhat,and using virtual 
domains.
so that why i compile vpopmail with roaming-users=y 
support
but when i send mail to outside from that domain 
then it give me error 
--
Dec 23 11:44:07 mail2 qmail: 1040643847.737084 new 
msg 282Dec 23 11:44:07 mail2 qmail: 1040643847.737211 info msg 282: bytes 
190 from [EMAIL PROTECTED] qp 
19926 uid 507Dec 23 11:44:07 mail2 qmail: 1040643847.787793 starting 
delivery 4: msg 282 to remote [EMAIL PROTECTED]Dec 23 11:44:07 mail2 
qmail: 1040643847.787906 status: local 0/10 remote 1/20Dec 23 11:44:07 mail2 
qmail: 1040643847.792076 delivery 4: deferral: 
Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/Dec 23 
11:44:07 mail2 qmail: 1040643847.792180 status: local 0/10 remote 
0/20
i can't understand this problem bcz mail is sending 
localy very fine..not remote..

plz help me regard this.
zafar


[vchkpw] Problems with PREFIX, SYSCONFIG etc.

2002-12-23 Thread Florian Schie?l
Hi !

I don't really understand my problem, so let me ask you:

I'm trying to compile vpopmail-5.2.1.

---
tar xzf vpopmail-5.2.1.tar.gz
cd vpopmail-5.2.1
groupadd -g 89 vchkpw
useradd -g vchkpw -u 89 -d /var/vpopmail vpopmail
mkdir /var/vpopmail
chown vpopmail:vchkpw /var/vpopmail

./configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --sysconfdir=/etc/vpopmail 
Make
Make install-strip
---

The problem is, that all my options giving in ./configure are ignored,
vpopmail is always installed into the homedir of its user vpopmail
(/var/vpopmail and the subdirs).

What made I wrong?


THX

Florian






Re: [vchkpw] mail is not going outside

2002-12-23 Thread Clayton Weise
Sounds like you've got another problem going on.  Try and telnet to one 
of the MX records for yahoo.com on port 25 from your server and see if 
it works.  When qmail exits with not being able to establish an smtp 
connection it means it couldn't open a connection to the destination 
mail server, it doesn't have to do with the roaming users option of 
vpopmail.

On Monday, December 23, 2002, at 04:10 AM, zafar wrote:

hello ppl
 i am using qmail on redhat,and using virtual domains.
so that why i compile vpopmail with roaming-users=y support
but when i send mail to outside from that domain then it give me error
--
Dec 23 11:44:07 mail2 qmail: 1040643847.737084 new msg 282
Dec 23 11:44:07 mail2 qmail: 1040643847.737211 info msg 282: bytes 190 
from [EMAIL PROTECTED] qp 19926 uid 507
Dec 23 11:44:07 mail2 qmail: 1040643847.787793 starting delivery 4: 
msg 282 to remote [EMAIL PROTECTED]
Dec 23 11:44:07 mail2 qmail: 1040643847.787906 status: local 0/10 
remote 1/20
Dec 23 11:44:07 mail2 qmail: 1040643847.792076 delivery 4: deferral: 
Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/
Dec 23 11:44:07 mail2 qmail: 1040643847.792180 status: local 0/10 
remote 0/20

i can't understand this problem bcz mail is sending localy very 
fine..not remote..
 
plz help me regard this.
zafar





Re: [vchkpw] vpopmail + mysql + sqwebmail

2002-12-23 Thread Kurt Bigler
on 12/22/02 9:07 PM, Hugo Escobar [EMAIL PROTECTED] wrote:

 On Mon, 2002-12-23 at 00:17, Kurt Bigler wrote:
 on 12/22/02 5:37 PM, Hugo Escobar [EMAIL PROTECTED] wrote:
 
 
 Hi list:
 
 Sorry if this is off-topic but the sqwebmail ml-manager seems to be
 discarding message postings.
 
 This is what I have so far:
 
 Vpopmail+mysql working fine.
 
 $ telnet mymailserver 110
 
 always works for all the virtualdomains.
 
 
 When it comes to the SqWebMail part, everything compiles, installs, etc.
 but when I try to log in I get the following message:
 
 Internal error (module sqconfig.c, line 63) - contact system
 administrator
 
 I don't have the same version of sqwebmail as you, but it looks like this
 might be a problem opening the sqconfig file (whatever that is) for writing.
 The error is likely to be a failure at this point in the C code:
 
 f=fopen(p, w);
 if (!f) enomem();
 
 enomem is a macro that generates the error message you see with the file
 name and line number.  fopen is what is failing.
 
 So if you can figure out that that configuration file might be, I suppose it
 might be a permission problem with that file, the directory containing it,
 or the user/group that one of the sqwebmail applications is running under.
 
 Sorry can't look into this more right now - hoping that might give you a
 clue.
 
 
 Yes, indeed
 
 that file is one of the files that store session information related
 to the user. The name of the file is sqwebmail-ip and this is supposed
 to be created in the directory
 
 ~vpopmail/domains/virtualdomain/username/Maildir.
 
 The problem is that when the function gets called, the first parameter
 should be ~vpopmail/domains/virtualdomain/username/Maildir, but
 the function only receives ., in other words, sqwebmail is trying to
 create the file at the root directory.

You mean the code is running cd'd to / so that . is /  ?

Conceivably some code is trying to generate a pathname and uses . instead
when it gives up due to some error.

Did you try running as root temporarily just to see if that helps?

Unjustifiable hunch:  maybe a chdir is failing.  Maybe . is fine when the
current directory is set right.

 So I guess I should dig deeper
 into the source code.
 
 
 Configuration information:
 
 vpopmail-5.2.1
 mysql  Ver 11.15 Distrib 3.23.41, for redhat-linux-gnu (i386)
 sqwebmail-3.4.0.20021212
 
 relevant line in the /usr/local/share/sqwebmail/authdaemonrc:
 authmodulelist=authcustom authvchkpw
 
 authdaemond is running.
 
 Any ideas?
 
 Hugo
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 





[vchkpw] how to forward mail

2002-12-23 Thread Ruslan Spivak
Hello, vpopmail users!

Can you tell me what should I put into user's directory, so his mail 
will be forwarded to another server?

Your help is very appreciated.
Thanks in advance.




Re: [vchkpw] how to forward mail

2002-12-23 Thread Ajai Khattri
Ruslan Spivak wrote:


Can you tell me what should I put into user's directory, so his mail 
will be forwarded to another server?

man dot-qmail

--
Aj.
Systems Administrator / Developer