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 2>&1

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 2000000 tcpserver -p -R -x /etc/tcp.smtp.cdb -u $QMAILUID 
-g $NOFILESGID 0
smtp qmail-smtpd 2>&1

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

Reply via email to