Hi All: I'm getting an error when trying to run makealiases. Can someone
point me to where the error's being generated?
[EMAIL PROTECTED] root]# /usr/lib/courier/sbin/makealiases
aliasexp: ERR: root: 553 Syntax error: [EMAIL PROTECTED] > /usr/lib/courier/etc/defaultdomain << "EOF"
In the file "defaultdomain" I have the following 3 lines:
cat > /usr/lib/courier/etc/defaultdomain << "EOF" enigmedia.com EOF
Well, it seems pretty obvious to me that you need to remove lines 1 and 3 of "defaultdomain".
Somehow or other the command you were *trying* to use to create the file (cat <<EOF) and the terminating string itself (EOF) got inserted in the file. Did you follow command-line instructions from inside a visual file editor instead of from the command-line perhaps?
-jab
------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
