Sam Kuper wrote: > 2008/10/26 Tim Lyth <[EMAIL PROTECTED]>: >> What do (assuming config files in same location on yours as they are on >> mine) /etc/courier/defaultdomain and /etc/courier/me have in them? > > $ cat /etc/courier/defaultdomain > shelleysoldbox > > $ cat /etc/courier/me > cat: /etc/courier/me: No such file or directory ... > $ hostname > shelleysoldbox ... > So far, I've tried editing /etc/hostname to read, > 'shelleysoldbox.mydomain.dyndns.org', restarting > /etc/init.d/hostname.sh and /etc/init.d/courier-mta . I'm still having > the same problem as before
As Tim suggested, you should have put the hostname in /etc/courier/me. The changes you made were fine, but they're actually masked by the presence of the "defaultdomain" file. Remove "defaultdomain" and put your FQDN in the "me" file. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
