Holmström Lars wrote:

Is there an (easy) way to compare the config between two servers ?


Yes, copy the configuration from the broken server to an alternate path on the working server and use diff to compare them:


[EMAIL PROTECTED] scp -r /etc/courier [EMAIL PROTECTED]:/tmp/broken-courier

[EMAIL PROTECTED] diff -ruN /tmp/broken-courier /etc/courier | less

Lines that begin with a '-' character appear only in the broken configuration. Lines that begin with a '+' character appear in the working config. Lines that begin with a single space character are identical in both configurations.



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idG21&alloc_id040&op=click
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to