New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
Sending email from mail.app not working
Sending email from mail.app not working
Hi!
I am sure that the answer lies here somewhere, but I have searched the forum without result...
My problem: I can send and receive fine with webmail. I can receive with mail.app (and probably thunderbird/outlook/etc). What I can't do is to send email from mail.app.
I guess is just a question of what authentication method I should use or something. But no matter what I try I can't get it to work.
Anyone?
/pelle
I am sure that the answer lies here somewhere, but I have searched the forum without result...
My problem: I can send and receive fine with webmail. I can receive with mail.app (and probably thunderbird/outlook/etc). What I can't do is to send email from mail.app.
I guess is just a question of what authentication method I should use or something. But no matter what I try I can't get it to work.
Anyone?
/pelle
I use Mail on my Mac/iPhone, but I push everything out through my ISP's SMTP server and not bubba.
What is your current outgoing server setup in Mail, What is Authentication set to, etc?
If you have your external domain name specified as your outgoing mail server in Mail or if you want to push outgoing mail through bubba outside of your LAN then you would need to make sure that your firewall has port 25 forwarded to bubba. Otherwise try using the local IP address of bubba as your outgoing server in Mail.
Gary
.
What is your current outgoing server setup in Mail, What is Authentication set to, etc?
If you have your external domain name specified as your outgoing mail server in Mail or if you want to push outgoing mail through bubba outside of your LAN then you would need to make sure that your firewall has port 25 forwarded to bubba. Otherwise try using the local IP address of bubba as your outgoing server in Mail.
Gary
.
mail.log says this:
/pelle
and 192.168.10.80 is in this case my mac.Mar 14 18:20:15 bubba postfix/smtpd[21118]: connect from unknown[192.168.10.80]
Mar 14 18:20:15 bubba postfix/smtpd[21118]: NOQUEUE: reject: RCPT from unknown[192.168.10.80]: 554 5.7.1 <emailitry@tosend.to>: Relay access denied; from=<emailitry@tosend.from> to=<emailitry@tosend.to> proto=ESMTP helo=<[192.168.10.80]>
Mar 14 18:20:15 bubba postfix/smtpd[21118]: disconnect from unknown[192.168.10.80]
/pelle
Bubba won't relay emails from external IP-adresses. More on why this is a good thing can be read at http://en.wikipedia.org/wiki/Open_mail_relay
As root add your LAN IP-range to the "mynetworks" attribute in the /etc/postfix/main.cf file and execute
As root add your LAN IP-range to the "mynetworks" attribute in the /etc/postfix/main.cf file and execute
Code: Select all
/etc/init.d/postfix restart
In that case you should add 192.168.10.0/24.
Your line should look something like:
Your line should look something like:
Code: Select all
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 , 192.168.10.0/24