Search:

Type: Posts; User: cesar98026; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    2,593

    PHP, signup form

    Hello, I'm running a free public webmail service where users can sign up and login. My signup form is highly flawed, and always is abused by spam bots. I have no input validation, and no MySQL entry...
  2. Replies
    2
    Views
    1,822

    [ubuntu] Re: Ubuntu Server - Postfix not working

    I think it has something to do with smpd_recipient_restrictions.... On my fully working server, I have this:


    smtpd_recipient_restrictions =
    permit_sasl_authenticated,...
  3. Replies
    17
    Views
    1,860

    [SOLVED] Re: Email Server

    Thank you everyone. I finally have a working mail server complete with everything using flurdy's guide.
  4. Replies
    26
    Views
    3,070

    [ubuntu] Re: Email Server

    I fixed it by adding a line in php.ini.... I was locking down my server more and came across S/MIME. I was wondering if I should implement S/MIME in my email service? I already have things like TLS...
  5. Replies
    26
    Views
    3,070

    [ubuntu] Re: Email Server

    A few months after I got it figured out, something went wrong!
    This is the code I got:
    mail.php

    <?php
    $to = "$fname@emailyourafriend.com";
    $subject = "Welcome!";
    $message = "Hello!...
  6. Replies
    5
    Views
    1,152

    [SOLVED] Re: MySQL all of a sudden won't login?

    I've narrowed it down to phpmyadmin and roundcube webmail. PHP can connect to the database just fine but phpmyadmin still displays error #1045 and roundcube says the username/password is...
  7. Replies
    5
    Views
    1,152

    [SOLVED] Re: MySQL all of a sudden won't login?

    I don't think so. The network name is localhost.
  8. Replies
    5
    Views
    1,152

    [SOLVED] MySQL all of a sudden won't login?

    Today I woke up and tried checking my email. Guess what? It didn't work. I've got it traced to the SQL database, it turns out I can't log in from PhpmyAdmin(error #1045) but I can log in on the CLI....
  9. Replies
    4
    Views
    1,044

    [ubuntu] Re: Cloning a server

    I've been reading that dd command is the way to go. How do you dd over SSH? :guitar:
  10. Replies
    4
    Views
    1,044

    [ubuntu] Cloning a server

    What is the best way to clone a server? Files and OS, everything.
  11. Replies
    26
    Views
    3,070

    [ubuntu] Re: Email Server

    I really, really feel like a dummy. I underestimated PHP... The simple mail() function! So when somebody signs up a welcome email is automatically sent to their @emailyourafriend.com address to...
  12. Replies
    26
    Views
    3,070

    [ubuntu] Re: Email Server

    I already have a online form for signing up, but before any mailbox is created they have to have a email sent to their @emailyourafriend.com address to create the mailbox. Even if you manually put...
  13. Replies
    26
    Views
    3,070

    [ubuntu] Re: Email Server

    Ok, will do. But when someone signs up for my webmail, they can't log in right away because I have to send them a welcome email to create their mailbox. Is there a way to automatically send a welcome...
  14. Replies
    26
    Views
    3,070

    [ubuntu] Re: Email Server

    :confused::( Brute force SSH attacks on my server...
    11:35:51 li519-49 sshd[16882]: input_userauth_request: invalid user mp3 [preauth]
    Aug 17 11:35:51 li519-49 sshd[16882]: pam_unix(sshd:auth):...
  15. Replies
    26
    Views
    3,070

    [ubuntu] Re: Email Server

    Oh yeah my anti-spam ninjas worked with the eicar.com file.

    15 19:44:23 li519-49 amavis[2869]: (02869-03) p.path BANNED:1 something@gmail.com: "P=p003,L=1,M=multipart/mixed |...
  16. Replies
    26
    Views
    3,070

    [ubuntu] Re: Email Server

    I'm a newbie and followed flurdy's guide, I don't know if I have scanning on inbound and outbound? But I changed roundcube's port setting to 465 and now when I try to send emails it says this: SMTP...
  17. Replies
    26
    Views
    3,070

    [ubuntu] Re: Email Server

    Yeah I figured that out right after posting. But I got it working!!! I need to figure how people are going to sign up for this :( I know how to add a user in the database but how can I have the users...
  18. Replies
    26
    Views
    3,070

    [ubuntu] Re: Email Server

    I went with Linode and I'm happy! However I got this in log: Aug 14 22:26:31 li519-49 postfix/master[4258]: fatal: bind 27.0.0.1 port 10025: Cannot assign requested address
  19. Replies
    16
    Views
    1,673

    [ubuntu] Re: Creating an External IP Address

    Do you have port forwarding configured on your router? (if you have one)
    :guitar:
  20. Replies
    26
    Views
    3,070

    [ubuntu] Re: Email Server

    I think I might go with a business account, but it seems expensive (I don't have a big budget :( ). But virtual servers seems more promising to me. Does anybody have experience with Amazon EC2? Also...
  21. Replies
    16
    Views
    1,673

    [ubuntu] Re: Creating an External IP Address

    ? at a quick glance. You should be able to go on google and search ip. That will give you your ip address and you can ssh to that :KS Unless you have 2 ssh severs, you will have to change the port on...
  22. Replies
    26
    Views
    3,070

    [ubuntu] Email Server

    Hello! I am starting a webmail company and got my email server set up (pretty basic at the moment). However, I ran into a problem :( My ISP blocks port 25! I can send mail but not receive it... My...
  23. Replies
    9
    Views
    1,568

    [ubuntu] Re: Unity window decoration??? 12.04LTS

    12.04 lts
  24. Replies
    9
    Views
    1,568

    [ubuntu] Re: Unity window decoration??? 12.04LTS

    I guess you could call it a drop shadow. What stuff does the light theme package do?
  25. Replies
    9
    Views
    1,568

    [ubuntu] Re: Unity window decoration??? 12.04LTS

    Is this a bug???
Results 1 to 25 of 43
Page 1 of 2 1 2