Perfect.. !
Now I have a problem with vadddomain using the -e option. It asks me for the
password for the postmaster then coredumps. When looking in the domains
directory I can see it created a .qmail-postmaster but never got to make the
ownership.
-----Original Message-----
From: Rick Updegrove [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 13, 2001 2:57 PM
To: [EMAIL PROTECTED]
Subject: Re: -x option on SMTP server?
----- Original Message -----
From: "Alex Hathaway" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 13, 2001 1:42 PM
Subject: -x option on SMTP server?
> There are several mentions that in order to use roaming users option you
> need to specify the -x /dir/name on the smtp server. Problem is I don't
see
> qmail-send capable of taking options.
>
> So where do I put this mythical -x option?
>
[root@mail /root]# cat /var/qmail/supervise/qmail-smtpd/run
#!/bin/sh
# Note: concurrencyincoming is a feature of this script.
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
exec /usr/local/bin/softlimit -m 4000000 \
tcpserver -v -p -x /home/vpopmail/etc/tcp.smtp.cdb -c "$MAXSMTPD" \
-u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
/usr/local/bin/rblsmtpd \
-r relays.orbs.org \
-r rbl.maps.vix.com \
-r blackholes.mail-abuse.org \
-r dialups.mail-abuse.org \
-r 'relays.mail-abuse.org:Open relay problem - see
<URL:http://www.mail-abuse.org/cgi-bin/nph-rss?%IP%>' \
qmail-smtpd 2>&1
Thats what I use - you may or may not want the rbl lines....
Hope that helps