You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by we...@tigris.org on 2009/03/20 21:42:31 UTC

post-commit and mails

Hi All,

I would be extremely glad if someone will help me. I am trying to alter post-commit, commit-email.pl and mailer.conf script.

In post-commit I put:

COMMIT_EMAIL="/same_path/"
"$COMMIT_EMAIL" "$REPOS" "$REV" -h server adres1@adres1.com adres2@adres2.com

In commit-email.pl I put:

$smtp_server = "127.0.0.1";

In mailer.conf I put

to_addr = adres1@adres1.com

And now the problem is coming. 

The scripts work, but not for all email addresses. Particularly, only gmail.com works, from 4 other addresses, which I put in post-commit file (after "COMMIT_EMAIL) post-commit does not work.

So, may I ask for hint/suggestion/help, where I can have a problem?
I have also tried for $sendmail = "/usr/sbin/sendmail" but this also does not work.

And one more... Sendmail works and sends email sending directly from command line (mail -s blabla adres2@adres2.com ... )

Best regards,

Silv

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1367565

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].