Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.04 seconds.

  1. [ubuntu] Re: gvfsd-http How to block with AppArmor or iptables?

    Thanks for googling for me, unsurprisingly I had already done that and read a great deal including the link you posted. Oddly the bug report link within the page you linked gives me this:

    ...
  2. [ubuntu] Re: gvfsd-http What does this actually do?

    Thanks for the reply.

    That statistics setting in update manager is unchecked and rhythmbox (or any other media app) isn't running.

    Quite weird.
  3. [ubuntu] gvfsd-http How to block with AppArmor or iptables?

    **note to Moderaters - this is not a dupe of my General Discussion thread - this is specifically about blocking the actions of this process, not what it does :P

    I noticed this in my process...
  4. [ubuntu] gvfsd-http What does this actually do?

    As per title really: what is gvfsd-http and what does it do?

    I noticed it recently in my process list as:
    /usr/lib/gvfs/gvfsd-http --spawner :1.6 /org/gtk/gvfs/exec_spaw/2

    with various...
  5. Replies
    78
    Views
    3,636

    [ubuntu] Re: My server is sending spam

    As well as the DNS suggestion above, the "Temporary lookup failure" message can be caused by Postfix not being able to determine whether a particular email address is a valid local address.

    Have a...
  6. Replies
    78
    Views
    3,636

    [ubuntu] Re: My server is sending spam

    It is working from here:


    crypto@ubulaptop1204:~$ telnet mail.truckstop24.no 25
    Trying 79.161.88.51...
    Connected to mail.truckstop24.no.
    Escape character is '^]'.
    220 mail.truckstop24.no...
  7. Replies
    78
    Views
    3,636

    [ubuntu] Re: My server is sending spam

    Still not responding on port 25 :/
  8. Replies
    78
    Views
    3,636

    [ubuntu] Re: My server is sending spam

    Telnet to port 25 is still timing out. Unless you have changed something with your network configuration or iptables setup or port forwarding etc. - then it seems your ISP is blocking it again.
    ...
  9. Replies
    78
    Views
    3,636

    [ubuntu] Re: My server is sending spam

    Apparently smtpd_use_tls=yes was depracated in v2.3.x and you should now use instead:

    smtpd_tls_security_level = may

    Also you have have reintroduced smtpd_relay_restrictions = permit_mynetworks...
  10. Replies
    78
    Views
    3,636

    [ubuntu] Re: My server is sending spam

    Can you post up what your main.cf now contains?
  11. Replies
    78
    Views
    3,636

    [ubuntu] Re: My server is sending spam

    Well there is now certainly something listening on port 25 of mail.truckstop24.no however whilst it accepts a connection it does not respond to any input. :confused:

    At least it won't be relaying...
  12. Replies
    78
    Views
    3,636

    [ubuntu] Re: My server is sending spam

    How are you getting on with your ISP unblocking you?
  13. Replies
    78
    Views
    3,636

    [ubuntu] Re: My server is sending spam

    In file /etc/postfix/master.cf

    Comment out or change this line:

    smtp inet n - - - - smtpd -o
    to

    25250 inet n - - - - ...
  14. Replies
    78
    Views
    3,636

    [ubuntu] Re: My server is sending spam

    If they are being awkward about opening it up again, you could suggest that you run postfix on an alternative port temporarily whilst you make sure the config is secure.

    e.g. you could run the...
  15. Replies
    78
    Views
    3,636

    [ubuntu] Re: My server is sending spam

    If they have blocked inbound port 25 connections to you - then yes, that would explain it.

    Not very helpful as it means you can't test your new configuration properly :(

    This may not be helping...
  16. Replies
    78
    Views
    3,636

    [ubuntu] Re: My server is sending spam

    Is postfix up and running?

    That link you have should work as should http://mxtoolbox.com/SuperTool.aspx?action=smtp%3amail.truckstop24.no

    As far as I can see your server is not listening on...
  17. Replies
    78
    Views
    3,636

    [ubuntu] Re: My server is sending spam

    Ahh - that appears to be the version available in the Ubuntu precise repos too.

    So you can't use the smtpd_relay_restrictions directive.

    Leave it out and test to see if your server flags as an...
  18. Replies
    78
    Views
    3,636

    [ubuntu] Re: My server is sending spam

    What version of postfix are you running?

    smtpd_relay_restrictions was introduced in v2.10 before that relay permissions were combined into smtpd_recipient_restrictions
  19. Replies
    78
    Views
    3,636

    [ubuntu] Re: My server is sending spam

    The answer is NO unless you are somehow using authenticated SMTP using STARTTLS.

    This is what happens when trying straight SMTP:

    crypto@ubulaptop1204:~$ telnet smtp.gmail.com 25
    Trying...
  20. Replies
    78
    Views
    3,636

    [ubuntu] Re: My server is sending spam

    That looks better :)

    One thing though.....

    You have two smtpd_recipient_restrictions = entries.

    You should add the check_relay_domains option to the first one and remove the second instance...
  21. Replies
    78
    Views
    3,636

    [ubuntu] Re: My server is sending spam

    That's interesting - those are the logs from the couple of tests I did to see if your server would relay (hope you don't mind! :D ).

    The bad thing there is that your server accepted the mail and...
  22. Replies
    78
    Views
    3,636

    [ubuntu] Re: My server is sending spam

    Do you have any more recent logs of this spam being sent through your server?

    It's certainly not acting as an open relay right now.

    You might want to consider enforcing SMTP Auth and TLS. Your...
  23. [ubuntu] Re: Upgraded from 12.04 to 12.10, now getting error on bootup related to graphics dri

    Use Ctrl-Alt-T to open up a terminal on that low res desktop and enter the command:

    jockey-gtkThat is the "Additional Drivers" program in 12.04. However it was superceded in 12.10 by...
  24. Replies
    4
    Views
    1,216

    [ubuntu] Re: Syncing Truecrypt

    Yes it works just fine.

    I keep a couple of TC container files in a directory that is then added to Ubuntu One to keep in sync.

    I have TC set with the default "Preserve modification timestamp of...
  25. Replies
    10
    Views
    348

    [SOLVED] Re: Computer Stats

    If you are using 12.04 with the Unity desktop, go to the Dash and search for System Monitor. Should give you what you are looking for.
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4