Bitcoin Forum
April 26, 2024, 11:31:32 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: [CLOSED] 1BTC to assist me with sending/recieving email on my ubuntu server  (Read 2153 times)
Xenland (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


I'm not just any shaman, I'm a Sha256man


View Profile
August 16, 2011, 08:18:31 PM
Last edit: August 18, 2011, 05:37:06 PM by Xenland
 #1

1BTC if you can assist me in installing sending and receiving emails when somebody sends an email to my domain name.
Not through SSH just give me the steps through skype or something instant. I've attempted my self many times and failed.
I have squirrel mail installed and I'd like to get that working with it as well I believe I read that there is an extra step for that I'll pay 0.5BTC to help get squirrel mail installed.
1714131092
Hero Member
*
Offline Offline

Posts: 1714131092

View Profile Personal Message (Offline)

Ignore
1714131092
Reply with quote  #2

1714131092
Report to moderator
1714131092
Hero Member
*
Offline Offline

Posts: 1714131092

View Profile Personal Message (Offline)

Ignore
1714131092
Reply with quote  #2

1714131092
Report to moderator
1714131092
Hero Member
*
Offline Offline

Posts: 1714131092

View Profile Personal Message (Offline)

Ignore
1714131092
Reply with quote  #2

1714131092
Report to moderator
Even if you use Bitcoin through Tor, the way transactions are handled by the network makes anonymity difficult to achieve. Do not expect your transactions to be anonymous unless you really know what you're doing.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714131092
Hero Member
*
Offline Offline

Posts: 1714131092

View Profile Personal Message (Offline)

Ignore
1714131092
Reply with quote  #2

1714131092
Report to moderator
1714131092
Hero Member
*
Offline Offline

Posts: 1714131092

View Profile Personal Message (Offline)

Ignore
1714131092
Reply with quote  #2

1714131092
Report to moderator
Mushroomized
Legendary
*
Offline Offline

Activity: 1470
Merit: 1002


Hello!


View Profile
August 16, 2011, 09:18:12 PM
 #2

Im not that great with linux, but have you tried nullmailer?
And if you are still having trouble you can relay the email with postfix


hi
Xenland (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


I'm not just any shaman, I'm a Sha256man


View Profile
August 16, 2011, 09:22:57 PM
 #3

Post fix is the issue. I don't understand why it won't pick up on my domain name. All my emails get sent back to me.
Mushroomized
Legendary
*
Offline Offline

Activity: 1470
Merit: 1002


Hello!


View Profile
August 16, 2011, 09:25:32 PM
 #4

"Relay the email from your SMTP server to your ISP's SMTP server.
Add the following option to /etc/postfix/main.cf:
relayhost = smtp.yourisp.com"
EDIT: It might be working fine but just bouncing back because of the address its sending from, if the sending address is wonky, take a look at this
http://www.postfix.org/ADDRESS_REWRITING_README.html#canonical

hi
Amused2death
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
August 16, 2011, 09:37:00 PM
 #5

Have you set the hostname for the box? Postfix won't send mail unless it can verify its own domain.
Amused2death
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
August 16, 2011, 09:41:42 PM
 #6

"Relay the email from your SMTP server to your ISP's SMTP server.
Add the following option to /etc/postfix/main.cf:
relayhost = smtp.yourisp.com"
EDIT: It might be working fine but just bouncing back because of the address its sending from, if the sending address is wonky, take a look at this
http://www.postfix.org/ADDRESS_REWRITING_README.html#canonical


Shoudn't have to relay the mail unless hes running the mail server off a home connection and the ISP is blocking traffic on port 25, which quite a few do unless you pay for a business connection.
Xenland (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


I'm not just any shaman, I'm a Sha256man


View Profile
August 16, 2011, 11:35:59 PM
 #7

Thanks Imma try all your responses and see what happens.

And yea defiantly not running off my home computer it is a Cloud Hosting type server
Amused2death
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
August 17, 2011, 04:51:27 AM
 #8

Well most VPS/Cloud providers set the hostname automatically from the information you give them when you initially order the VPS, slice, etc. There maybe a place to set/change it from the control panel of whatever provider you are using. I'd check and make sure it isn't misconfigured or something along those lines. It's also possible that the provider has a script to set the hostname on your server on boot, perhaps you are setting it on the server and the control panel is reverting it to whatever is configured in the panel when you reboot.
captainteemo
Full Member
***
Offline Offline

Activity: 143
Merit: 101


View Profile
August 17, 2011, 11:56:33 AM
 #9

1BTC if you can assist me in installing sending and receiving emails when somebody sends an email to my domain name.
Not through SSH just give me the steps through skype or something instant. I've attempted my self many times and failed.
I have squirrel mail installed and I'd like to get that working with it as well I believe I read that there is an extra step for that I'll pay 0.5BTC to help get squirrel mail installed.

"Not through SSH just give me the steps through skype or something instant"
How is this supposed to be done at all? It'd be like trying to troubleshoot a computer without a monitor or keyboard in front of you.
I can help you with this, but it'd definitely need ssh access (you can just do a screen share so you see every command I type if you want/have the same terminal in front of you)


e: Cloud? This isn't EC2 is it?
Amused2death
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
August 17, 2011, 06:24:40 PM
 #10

Actually whatever error it shows in the mail logs gives us a way to troubleshoot the problem. Postfix is usually pretty descriptive in the error department.
drawoc
Full Member
***
Offline Offline

Activity: 168
Merit: 100

Firstbits: 175wn


View Profile
August 17, 2011, 08:01:16 PM
 #11

Yes, please read us the logs.

You can get the most recent log messages with:
Code:
tail /var/log/mail.log

Also, have you configured postfix yet?
You can do so with:
Code:
sudo dpkg-reconfigure postfix
This should give you a nice user interface to help configure your server.

Donate: 175WNXmJ1WVhFgVGKUqEhYtAQGRYAvqPA
captainteemo
Full Member
***
Offline Offline

Activity: 143
Merit: 101


View Profile
August 17, 2011, 09:08:17 PM
 #12

FYI - If this actually is Amazon EC2, you're not going to be able to get outbound mail service unless you use an authenticated SMTP relay. All of their ranges drop mail traffic or are intentionally blacklisted.
Amused2death
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
August 17, 2011, 10:18:34 PM
 #13

FYI - If this actually is Amazon EC2, you're not going to be able to get outbound mail service unless you use an authenticated SMTP relay. All of their ranges drop mail traffic or are intentionally blacklisted.

If he is on EC2 this form should take care of that no? I do understand that they have strict volume limits but according to Amazon, filling out the form can raise that limit, allow him to set rDNS for the elastic IP and submits the elastic IP for removal from known blacklists?

https://aws-portal.amazon.com/gp/aws/html-forms-controller/contactus/ec2-email-limit-rdns-request
Xenland (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


I'm not just any shaman, I'm a Sha256man


View Profile
August 17, 2011, 10:19:41 PM
 #14

Its not amazon hosting, i wouldnt trust their hosting services.
Ill check out the logs when i get home.
I have no idea who i will pay you've all been pretty helpful
Amused2death
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
August 17, 2011, 10:21:02 PM
 #15

Lol I'm not in it for the coinage, I just like solving problems.
DownloadCoin.com
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile WWW
August 18, 2011, 12:36:01 PM
 #16

Personally I set the MX records to google apps and send/receive emails with gmail, it's really easy to do and convenient. Of course if your running a site that is sending emails via PHP for example you will need to either setup the email on the machine or install the PEAR mail library and use Googles SMTP settings.
captainteemo
Full Member
***
Offline Offline

Activity: 143
Merit: 101


View Profile
August 18, 2011, 01:38:07 PM
 #17

Personally I set the MX records to google apps and send/receive emails with gmail, it's really easy to do and convenient. Of course if your running a site that is sending emails via PHP for example you will need to either setup the email on the machine or install the PEAR mail library and use Googles SMTP settings.
or just install ssmtp, configure that once, and PHP can mail like normal, automatically using smtp Smiley
Xenland (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


I'm not just any shaman, I'm a Sha256man


View Profile
August 18, 2011, 04:21:04 PM
 #18

Yes, please read us the logs.

You can get the most recent log messages with:
Code:
tail /var/log/mail.log

Also, have you configured postfix yet?
You can do so with:
Code:
sudo dpkg-reconfigure postfix
This should give you a nice user interface to help configure your server.

This is what i get with the tail /var/log/mail.log command
Quote
Aug 18 11:16:31 miningfarm postfix/master[772]: warning: /usr/lib/postfix/local: bad command startup -- throttling
Aug 18 11:17:31 miningfarm postfix/local[1601]: fatal: main.cf configuration error: mailbox_size_limit is smaller than message_size_limit
Aug 18 11:17:32 miningfarm postfix/master[772]: warning: process /usr/lib/postfix/local pid 1601 exit status 1
Aug 18 11:17:32 miningfarm postfix/master[772]: warning: /usr/lib/postfix/local: bad command startup -- throttling
Aug 18 11:18:32 miningfarm postfix/local[1647]: fatal: main.cf configuration error: mailbox_size_limit is smaller than message_size_limit
Aug 18 11:18:33 miningfarm postfix/master[772]: warning: process /usr/lib/postfix/local pid 1647 exit status 1
Aug 18 11:18:33 miningfarm postfix/master[772]: warning: /usr/lib/postfix/local: bad command startup -- throttling
Aug 18 11:19:33 miningfarm postfix/local[1707]: fatal: main.cf configuration error: mailbox_size_limit is smaller than message_size_limit
Aug 18 11:19:34 miningfarm postfix/master[772]: warning: process /usr/lib/postfix/local pid 1707 exit status 1
Aug 18 11:19:34 miningfarm postfix/master[772]: warning: /usr/lib/postfix/local: bad command startup -- throttling
BTCrow
Sr. Member
****
Offline Offline

Activity: 243
Merit: 250

BTCrow.com


View Profile WWW
August 18, 2011, 04:49:05 PM
 #19

This could give you a hand for a complete install: http://flurdy.com/docs/postfix/

If you need help via ssh, I know you told not by ssh but this is the best way for now, I'll do it for free. It shouldn't take so much time.

Let me know if you want I give you a hand for this.

drawoc
Full Member
***
Offline Offline

Activity: 168
Merit: 100

Firstbits: 175wn


View Profile
August 18, 2011, 05:06:41 PM
 #20

If you run this command,
Code:
sudo dpkg-reconfigure postfix

you'll eventually get to a screen like this:
Code:

  ┌──────────────────────────────────────────────┤ Postfix Configuration ├───────────────────────────────────────────────┐
  │ Please specify the limit that Postfix should place on mailbox files to prevent runaway software errors. A value of   │
  │ zero (0) means no limit. The upstream default is 51200000.                                                           │
  │                                                                                                                      │
  │ Mailbox size limit (bytes):                                                                                          │
  │                                                                                                                      │
  │ 0___________________________________________________________________________________________________________________ │
  │                                                                                                                      │
  │                                  <Ok>                                      <Cancel>                                  │
  │                                                                                                                      │
  └──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
                                                                                                                           

Right now, postfix is complaining that the maximum size of a single email is larger than the maximum size of the entire mailbox. You could simply type in a lager value for the entire mailbox at this screen, and it should fix that problem. 0 means no limit on the maximum size. I think the default maximum email size is 10240000, so if you do set a mailbox size limit, make sure it's more than that.

Donate: 175WNXmJ1WVhFgVGKUqEhYtAQGRYAvqPA
Pages: [1] 2 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!