I have a stock Virtualmin installation on CentOS5
Operating system CentOS Linux 5
Webmin version 1.410
Virtualmin version 3.57.gpl (GPL)
Email is not being processed on my system at all. I've posted about it here:
http://www.virtualmin.com/forums/help-home-for-newbies/lookup%11domain.p...
lookup-domain.pl is not on my system, I think something might not have been installed when I did the setup, but no errors are in the /root/virtualmin-install.log
I have several production domains, and moved over from an ancient RAQ system manually. All email was processing fine there, and all DNS entries appear proper.
A specific domain is frontlineaerospace.com
> dig frontlineaerospace.com mx @208.67.222.222
frontlineaerospace.com. 7200 IN MX 10 mail.frontlineaerospace.com.
> dig mail.frontlineaerospace.com a @208.67.222.222
mail.frontlineaerospace.com. 7154 IN A 209.132.114.245
> ifconfig -a | fgrep 209.132.114.245
inet addr:209.132.114.245 Bcast:209.132.114.255 Mask:255.255.255.240
> lsof -nlP | fgrep TCP | fgrep :25
smtpd 10580 89 6u IPv4 5795341 TCP *:25 (LISTEN)
master 19899 0 11u IPv4 5795341 TCP *:25 (LISTEN)
> nc 209.132.114.245 25
220 www.majesticdocuments.com ESMTP Postfix
helo localhost
250 www.majesticdocuments.com
quit
221 2.0.0 Bye
> hostname
www.majesticdocuments.com
(obfuscated)
> fgrep ____@frontlineaerospace.com /var/log/maillog
May 25 18:07:27 www postfix/local[16478]: E41CC1398017: to=<____.frontlineaerospace@www.majesticdocuments.com>, orig_to=<____@frontlineaerospace.com>, relay=local, delay=0.13, delays=0.12/0/0/0.01, dsn=2.0.0, status=sent (delivered to command: /usr/bin/procmail-wrapper -o -a $DOMAIN -d $LOGNAME)
May 25 18:17:00 www postfix/local[16940]: 0CD2D1398017: to=<____.frontlineaerospace@www.majesticdocuments.com>, orig_to=<____@frontlineaerospace.com>, relay=local, delay=0.25, delays=0.24/0/0/0.01, dsn=2.0.0, status=sent (delivered to command: /usr/bin/procmail-wrapper -o -a $DOMAIN -d $LOGNAME)
I gotta think $DOMAIN and $LOGNAME is the wrong thing to see in the logfile, but I'm just not sure.
How do I fix?