Urbackup trying to send email in infinite loop

Hi,
While ago i noticed that i have put wrong email in report section. I have entered two email adresses insted of one. Now i get my log flooded with this message.

Jun 27 15:37:15 [localhost] urbackupsrv: WARNING: Error sending mail to "rnowak@edipresse.pl;sogo@edipresse.pl". Failure when receiving data from the peer(ec=56), . Retrying in 30m
Jun 27 15:37:15 [localhost] urbackupsrv: WARNING: Error sending mail to "rnowak@edipresse.pl;sogo@edipresse.pl". Failure when receiving data from the peer(ec=56), . Retrying in 30m
Jun 27 15:37:15 [localhost] urbackupsrv: WARNING: Error sending mail to "rnowak@edipresse.pl;sogo@edipresse.pl". Failure when receiving data from the peer(ec=56), . Retrying in 30m
Jun 27 15:37:15 [localhost] urbackupsrv: WARNING: Error sending mail to "rnowak@edipresse.pl;sogo@edipresse.pl". Failure when receiving data from the peer(ec=56), . Retrying in 30m
Jun 27 15:37:15 [localhost] urbackupsrv: WARNING: Error sending mail to "rnowak@edipresse.pl;sogo@edipresse.pl". Failure when receiving data from the peer(ec=56), . Retrying in 30m
Jun 27 15:37:15 [localhost] urbackupsrv: WARNING: Error sending mail to "rnowak@edipresse.pl;sogo@edipresse.pl". Failure when receiving data from the peer(ec=56), . Retrying in 30m
Jun 27 15:37:15 [localhost] urbackupsrv: WARNING: Error sending mail to "rnowak@edipresse.pl;sogo@edipresse.pl". Failure when receiving data from the peer(ec=56), . Retrying in 30m
Jun 27 15:37:15 [localhost] urbackupsrv: WARNING: Error sending mail to "rnowak@edipresse.pl;sogo@edipresse.pl". Failure when receiving data from the peer(ec=56), . Retrying in 30m
Jun 27 15:37:15 [localhost] urbackupsrv: WARNING: Error sending mail to "rnowak@edipresse.pl;sogo@edipresse.pl". Failure when receiving data from the peer(ec=56), . Retrying in 30m
Jun 27 15:37:15 [localhost] urbackupsrv: WARNING: Error sending mail to "rnowak@edipresse.pl;sogo@edipresse.pl". Failure when receiving data from the peer(ec=56), . Retrying in 30m
Jun 27 15:37:15 [localhost] urbackupsrv: WARNING: Error sending mail to "rnowak@edipresse.pl;sogo@edipresse.pl". Failure when receiving data from the peer(ec=56), . Retrying in 30m
Jun 27 15:37:15 [localhost] urbackupsrv: WARNING: Error sending mail to "rnowak@edipresse.pl;sogo@edipresse.pl". Failure when receiving data from the peer(ec=56), . Retrying in 30m

How to make urbackup to stop trying to send this message

Ok i got it you have to clear mail_queue Table in backup_server.db

Hi
How exactly did you do it?

there is a backup_server.db file in urbackup instalation directory. You have to use sqlite client utility and clear mail_queue Table.

[root@storage ~]# sqlite3 backup_server.db
SQLite version 3.7.17 2013-05-20 00:56:22
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> DELETE  FROM mail_queue;

You have to stop urbackup daemon for safety, before performing this operation.

Thanks it helped.

Googling is so difficult.:grin::wink: