On 2001.12.06 15:13 Bjarne Hansen wrote: > Hi! > > In open.smtp I have following line: > 195.13.178.235:allow,RELAYCLIENT="",RBLSMTPD="" 1007758610 > > This is in fact my IP, so it is added to this file. I still can not > relay. Getting mail by means of pop is working fine. It's using the > server to relay for sending mail that is the problem. > > > #This is from rc.local - my start up scripts > /usr/local/bin/tcpserver -v -u 502 -g 501 \ -x /home/vpopmail/etc/tcp.smtp.cdb \
Add this ^^^ Take a look at the vpopmail INSTALL file. It should also have a sample smtp startup line. You need -x /path/to/tcp.smtp.cdb file to control relaying Ken Jones > 0 smtp /var/qmail/bin/qmail-smtpd \ > 2>&1 | /var/qmail/bin/splogger smtpd 3 & > > /usr/local/bin/tcpserver -H -R 0 pop3 /var/qmail/bin/qmail-popup \ > master.varloweb.no /home/vpopmail/bin/vchkpw \ > /var/qmail/bin/qmail-pop3d Maildir & > > csh -cf '/var/qmail/rc &' > > To build vpopmail 5 I used this: > > ./configure --enable-roaming-users=y \ > --enable-clear-passwd=y > > and I add to cron > 40 * * * * /home/vpopmail/bin/clearopensmtp 2>&1 >/dev/nul > > Thanks! > > Bjarne Hansen > > >
