Christian writes: > I've set up $EMailUserDestDomain to '@foo.bar'<mailto:'@foo.bar'>, but > it seems like it doesn't get appended.
What syntax did you use in config.pl? If you don't use the config CGI editor you have to be careful to get the perl syntax right when including quotes inside strings. > Running '/usr/share/backuppc/bin/BackupPC_sendEmail -u > [EMAIL PROTECTED]'<mailto:[EMAIL PROTECTED]'>, the mail is delivered. But > if I try '/usr/share/backuppc/bin/BackupPC_sendEmail -u user', > I just get a Delivery Failure message, indicating that the > domain didn't get appended and it did try to deliver to > [EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>. The -u option to BackupPC_sendEmail sends to using exactly the user name you provide. It doesn't append $Conf{EMailUserDestDomain}. Craig ------------------------------------------------------------------------- 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=/ _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
