search for: my_email

Displaying 9 results from an estimated 9 matches for "my_email".

2016 May 19
1
Ransomware?
Would something like this help? I put a bunch of junk pictures and other files in a samba share that everyone has access to. If I modify them in any way, I get warned. I was thinking it might warn me so I could prevent it spreading to backups. #!/bin/sh $MY_EMAIL="some at email.com" $MY_DIR=/home/shared_to_everyone_via_samba/pictures_for_test_sub_folder while inotifywait -qre modify "$MY_DIR"; do #play a sound on server play -v .3 /home/warning.wav #send an email mail -s "Possible malware" $MY_EMAIL </ho...
2008 Aug 21
2
Problem with multiple Dovecot Instances
...t: Info: auth(default): client in: AUTH 1 PLAIN service=imap secured lip=LOCAL_IP rip=REMOTE_IP lport=993 rport=3107 dovecot: Info: auth(default): client out: CONT 1 dovecot: Info: auth(default): client in: CONT<hidden> dovecot: Info: auth-worker(default): sql(MY_EMAIL,REMOTE_IP): query: SELECT email AS user, NULL AS password, 1 AS nopassword, '/home/vmail/MY_DOMAIN/MY_USERNAME' AS userdb_home, 'mbox:/home/vmail/MY_DOMAIN/MY_USERNAME' AS userdb_mail, 5000 AS userdb_uid, 5000 AS userdb_gid FROM users WHERE email = 'MY_EMAIL' AND password =...
2006 Jul 15
1
ActionMailer and PDF Attachment and corrupt file?
Community, I''m struggling with an issue and I''m sure it is trivial but I cannot find the solution. I''m trying to attach a PDF file to an email. For simplicity, I have explicitely named a given file but when I get the email, the attachment is only a partial of the document which causes it to be corrupt. Sample below: @recipients =
2007 Nov 02
3
tumblr-0.0.1
...to each method as ''key=val'' pairs, values may be read from files using the syntax ''key=file=val'' or ''key==val'' you should first cache your login info to avoid having to pass it everytime cfp: ~> tumblr setup --email=my_email --password=my_password -- name=drawohara /Users/ahoward/.tumblr.yml you can post cfp: ~> tumblr write regular title=testing body=rock_on you can post from files cfp: ~> tumblr write regular title=slurp body==./post.html you can read cfp: ~>...
2009 Dec 05
7
ActionMailer dont function with JRuby?
I have application that i send email normal with native ruby. But when i execute the sample application with jruby, it dont send email and dont get error. What can be wrong? -- Atenciosamente, Paulo Coutinho. Blog: www.prsolucoes.com/blog Site: www.prsolucoes.com Msn: paulo-QE/7f1ia5mR0ubjbjo6WXg@public.gmane.org -- You received this message because you are subscribed to the Google Groups
2016 May 15
7
Ransomware?
Hi All, Is there anything in Samba that will help protect against ransomware? -T -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Computers are like air conditioners. They malfunction when you open windows ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2006 May 05
5
Attach a PDF File to an Email
Hello ~ I have an email that I need to attach a PDF to. The email is being sent, and a file is attached but it is not the original file. I am following the example: attachment :content_type => "image/jpeg", :body => File.read("an-image.jpg") changing it to: attachment :content_type => "application/pdf", :body => File.read("pdf/my.pdf")
2006 Feb 21
1
Custom forms and fieldWithErrors tags
...ere is a better solution: 1st: I have to compose the ''real'' email_address manually on form submit in the controller, how can I get this done in the model? 2nd: The error div-tags waste up my helper as they surround the local_part only which create a newline. Will look like: [ my_email ] @ <domain.com> 3rd: I think the model will end-up to specific on the create event. All further operation the email address can not be changed anymore.. not nice imo.. Thanks for any help/advice.. Martin
2004 Sep 06
3
Problem with mysql...
...nnects correctly with MySQL database, but then no activity is shown in MySQL logs - but when I try to login manually with the telnet, i get: [root at mainframe root]# telnet localhost 143 Trying 127.0.0.1.143... Connected to localhost. Escape character is '^]'. * OK dovecot ready. 1 login [my_email] [my_password] 1 NO Authentication failed. Maybe I am doing something wrong? I have spent two days with this problem, even modifying source files could not help me localize the source of my troubles :( Here are the important (I think) entries from /etc/dovecot/dovecot.conf: ------- # Authenticat...