Re: Vpopmail privacy problem please help ;(

2001-04-18 Thread Kit Halsted

At 12:27 AM + 4/18/01, Jeremy Gray wrote:
(What's up with your attributions? I wrote the double-quoted stuff.)
A- If you really want to hide that information, use FirstClass on a
Mac or NT box. Or better yet, QuickMail 1.x with StarNine Internet
Gateway.

B- Judging from a quick  extremely unscientific survey of headers in
various incoming emails on my laptop, it appears that whether or not
the sender's IP appears in the Received: header is dependent on some
combination of client  server,  further that it is by no means
restricted to Qmail.

I'll refrain from commenting on whether suppressing the sender's IP
info would actually be desirable.

-Kit

I would have to paste exactally what is being shown,

That would be helpful if you want anything closer to an accurate answer.

I know that by default the senders actual ip is sent, but this is 
also showing the full local hostname / email address of the sender. 
I could see how
it would be annoying to start getting mail for your business to your
home local isp. In my case, I dont even use my local isp mail, so if
someone responded to something like that, I wouldnt even get the mail.
Could make for people thinking I'm ignoring them.

Why would they go through Received: headers to get in touch with you? 
That's just a bizarre concept.

-Kit



Vpopmail privacy problem please help ;(

2001-04-17 Thread Jeremy Gray

I'm not sure if this is a vpopmail, qmail/pop3d or tcpserver issue =(, but 
when a user sends mail remotely via vpopmail (running qmail-pop3d), the 
"recieved from:" field in the headers shows the users local hostname/ISP  
IP rather than our server. Is there a flag or something to make it leave 
this information out, or use the servers information instead?

Here are my config files:

paco# pwd ; more run
/var/qmail/supervise/qmail-send
#!/bin/sh
exec /var/qmail/rc

paco# pwd ; more rc
/var/qmail
#!/bin/sh
PATH="/var/qmail/bin:/usr/local/bin:/usr/bin:/bin"
export PATH
exec qmail-start ./Maildir/

paco# pwd ; more run
/var/qmail/supervise/qmail-pop3d
#!/bin/sh
PATH=/var/qmail/bin:/usr/local/bin:/usr/bin/:/bin
export PATH
exec tcpserver -H -R -v -c100 0 110 qmail-popup paco.domain.com \
/vpopmail/bin/vchkpw qmail-pop3d Maildir 21

paco# pwd ; more run
/var/qmail/supervise/qmail-smtpd
#!/bin/sh
PATH=/var/qmail/bin:/usr/local/bin:/usr/bin:/bin
export PATH
QMAILUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
exec softlimit -m 200 tcpserver -p -R -x /etc/tcp.smtp.cdb -u $QMAILUID 
-g $NOFILESGID 0
smtp qmail-smtpd 21

Maybe its something that needs to be added to or left out of the vpopmail 
./configuration. I used roaming, quota, relay clear mins  ip alias domains.

Thanks in advance for any suggestions.


_
Get your FREE download of MSN Explorer at http://explorer.msn.com




Re: Vpopmail privacy problem please help ;(

2001-04-17 Thread Jim Hamann

It should show the local IP that the mail came from.  I use this information
all the time to track down spammers to the ISP they dialed into.


- Original Message -
From: "Jeremy Gray" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, April 17, 2001 4:11 PM
Subject: Vpopmail privacy problem please help ;(


I'm not sure if this is a vpopmail, qmail/pop3d or tcpserver issue =(, but
when a user sends mail remotely via vpopmail (running qmail-pop3d), the
"recieved from:" field in the headers shows the users local hostname/ISP 
IP rather than our server. Is there a flag or something to make it leave
this information out, or use the servers information instead?

Here are my config files:

paco# pwd ; more run
/var/qmail/supervise/qmail-send
#!/bin/sh
exec /var/qmail/rc

paco# pwd ; more rc
/var/qmail
#!/bin/sh
PATH="/var/qmail/bin:/usr/local/bin:/usr/bin:/bin"
export PATH
exec qmail-start ./Maildir/

paco# pwd ; more run
/var/qmail/supervise/qmail-pop3d
#!/bin/sh
PATH=/var/qmail/bin:/usr/local/bin:/usr/bin/:/bin
export PATH
exec tcpserver -H -R -v -c100 0 110 qmail-popup paco.domain.com \
/vpopmail/bin/vchkpw qmail-pop3d Maildir 21

paco# pwd ; more run
/var/qmail/supervise/qmail-smtpd
#!/bin/sh
PATH=/var/qmail/bin:/usr/local/bin:/usr/bin:/bin
export PATH
QMAILUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
exec softlimit -m 200 tcpserver -p -R -x /etc/tcp.smtp.cdb -u $QMAILUID
-g $NOFILESGID 0
smtp qmail-smtpd 21

Maybe its something that needs to be added to or left out of the vpopmail
./configuration. I used roaming, quota, relay clear mins  ip alias domains.

Thanks in advance for any suggestions.


_
Get your FREE download of MSN Explorer at http://explorer.msn.com






Re: Vpopmail privacy problem please help ;(

2001-04-17 Thread Kit Halsted

At 9:11 PM + 4/17/01, Jeremy Gray wrote:
I'm not sure if this is a vpopmail, qmail/pop3d or tcpserver issue 
=(, but when a user sends mail remotely via vpopmail (running 
qmail-pop3d), the "recieved from:" field in the headers shows the 
users local hostname/ISP  IP rather than our server. Is there a 
flag or something to make it leave this information out, or use the 
servers information instead?

Since you keep sending this same question over  over  no one else 
is answering, I'll pass on a couple of comments:

A- If you really want to hide that information, use FirstClass on a 
Mac or NT box. Or better yet, QuickMail 1.x with StarNine Internet 
Gateway.

B- Judging from a quick  extremely unscientific survey of headers in 
various incoming emails on my laptop, it appears that whether or not 
the sender's IP appears in the Received: header is dependent on some 
combination of client  server,  further that it is by no means 
restricted to Qmail.

I'll refrain from commenting on whether suppressing the sender's IP 
info would actually be desirable.

-Kit



Re: Vpopmail privacy problem please help ;(

2001-04-17 Thread Jeremy Gray


A- If you really want to hide that information, use FirstClass on a
Mac or NT box. Or better yet, QuickMail 1.x with StarNine Internet
Gateway.

B- Judging from a quick  extremely unscientific survey of headers in
various incoming emails on my laptop, it appears that whether or not
the sender's IP appears in the Received: header is dependent on some
combination of client  server,  further that it is by no means
restricted to Qmail.

I'll refrain from commenting on whether suppressing the sender's IP
info would actually be desirable.

-Kit

I would have to paste exactally what is being shown, I know that by default 
the senders actual ip is sent, but this is also showing the full local 
hostname / email address of the sender. I could see how
it would be annoying to start getting mail for your business to your
home local isp. In my case, I dont even use my local isp mail, so if
someone responded to something like that, I wouldnt even get the mail.
Could make for people thinking I'm ignoring them.
_
Get your FREE download of MSN Explorer at http://explorer.msn.com




Privacy problem with vpopmail?

2001-04-15 Thread Jeremy Gray


I'm not sure if this is a vpopmail, qmail-pop3d or tcpserver issue =(, but 
when a user sends mail through a remote client via vpopmail (running 
qmail-pop3d), the "recieved from:" field in the headers shows the users 
local hostname/ISP  IP. Is there a flag or something to make it leave this 
information out, or use the servers information instead?

- Jeremy
_
Get your FREE download of MSN Explorer at http://explorer.msn.com




Privacy problem?

2001-04-15 Thread Jeremy Gray

I'm not sure if this is a vpopmail, qmail-pop3d or tcpserver issue =(, but 
when a user sends mail through a remote client via vpopmail (running
qmail-pop3d), the "recieved from:" field in the headers shows the users
local hostname/ISP  IP. Is there a flag or something to make it leave this 
information out, or use the servers information instead?

- Jeremy
_
Get your FREE download of MSN Explorer at http://explorer.msn.com