Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
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 !
Email problems
Email problems
Hi, i've a bubba two from few days. Until now i'm not able to use it completely as mail server, the first thing that i want to use it.
First: I try to set a GMAIL account on pop3. Bubba recieve all email perfectly and i'm able to read it by imap from everywhere. But i'm not able to send email! I've put into send email the GMAIL SMTP parameters but nothing works!
Second: i want to manage 5 pop3 email account with bubba and i've create 5 users for use it. The problem is that i can choose to use ONLY ONE send smtp server, the primary. So what's mean? That i send email from the same account?? I want to use 5 different account for send email and have 5 different reply and send folders.
Thanks for who reply.
First: I try to set a GMAIL account on pop3. Bubba recieve all email perfectly and i'm able to read it by imap from everywhere. But i'm not able to send email! I've put into send email the GMAIL SMTP parameters but nothing works!
Second: i want to manage 5 pop3 email account with bubba and i've create 5 users for use it. The problem is that i can choose to use ONLY ONE send smtp server, the primary. So what's mean? That i send email from the same account?? I want to use 5 different account for send email and have 5 different reply and send folders.
Thanks for who reply.
UPDATE
For gmail the problem seem to be that for SMTP authentication you need to put your email address and NOT only your username. In Bubba if you put name.surname as user, he save it, but if you put name.surname@gmail.com he don't save!! A bug???
The same problem if in lan you try to give to bubba a static ip address he don't save the gateway default. H ekeep the default gateway only in dhcp...another bug....
For gmail the problem seem to be that for SMTP authentication you need to put your email address and NOT only your username. In Bubba if you put name.surname as user, he save it, but if you put name.surname@gmail.com he don't save!! A bug???
The same problem if in lan you try to give to bubba a static ip address he don't save the gateway default. H ekeep the default gateway only in dhcp...another bug....
Not beeing able to use @ is a bug and is being looked into.darione75 wrote:UPDATE
For gmail the problem seem to be that for SMTP authentication you need to put your email address and NOT only your username. In Bubba if you put name.surname as user, he save it, but if you put name.surname@gmail.com he don't save!! A bug???
The same problem if in lan you try to give to bubba a static ip address he don't save the gateway default. H ekeep the default gateway only in dhcp...another bug....
/Carl
Did you read the manual? Most modern USP's block your SMTP port. So you have to fill in your smtp server of your access provider. Then all mail will be sent for sure! The sender's email is in your email itself so every sender has it's own return path, the delivery only is done with your own internet provider were the bubba sits. Working for me!I've put into send email the GMAIL SMTP parameters but nothing works!
email not working (reading from pop3)
I've got a similar problem.
I'm trying to read email for two users from a pop3 account.
One of them is working the other one isn't.
The working account has a username that looks like 'aaaa'.
The one that is not working has a username that looks like 'bbbb.cccc.dddd'.
What is wrong here?
1) username too long?
or
2) username contains dots
or
3) both 1 and 2
Please help.
I'm trying to read email for two users from a pop3 account.
One of them is working the other one isn't.
The working account has a username that looks like 'aaaa'.
The one that is not working has a username that looks like 'bbbb.cccc.dddd'.
What is wrong here?
1) username too long?
or
2) username contains dots
or
3) both 1 and 2
Please help.
Try looking in the logs (mail.log and mail.err) and see if they have anything useful to say. I had problems fetching mail from my ISP (Swedish Glocalnet) but checking the ssl box in the mail configuration took care of that.
To the original poster: I have an @-sign in my "username", i.e my full email address is the username, and that works just fine. So if there is a bug that prohibit an @-sign in the username it was introduced in the 1.0.8 update.
To the original poster: I have an @-sign in my "username", i.e my full email address is the username, and that works just fine. So if there is a bug that prohibit an @-sign in the username it was introduced in the 1.0.8 update.
Hi
be aware that for smtp.gmail.com you have to setup a tsl connection in the configuration. So you have to configure it in the postfix configuration files.
here you can also specify multiple smtp servers and a rule which smtp server to use for which sender.
you can check the setup with the following command and check the /var/log/mail.log is the mail is send.
Note: you have to install mail on bubba2: apt-get install mailx
This is good:
Eek
be aware that for smtp.gmail.com you have to setup a tsl connection in the configuration. So you have to configure it in the postfix configuration files.
here you can also specify multiple smtp servers and a rule which smtp server to use for which sender.
you can check the setup with the following command and check the /var/log/mail.log is the mail is send.
Code: Select all
echo "Test mail" | mail -s "This is a test mail" eek@gmail.com
This is good:
This is not good:Oct 18 22:02:23 heracles postfix/smtp[6392]: 2F44D7FF96: to=<eek@gmail.com>, relay=smtp.gmail.com[64.233.183.109]:587, delay=4383, delays=4382/0.27/0.65/0.59, dsn=2.0.0, status=sent (250 2.0.0 OK 1224360164 k9sm28218607nfh.23)
Oct 18 22:02:23 heracles postfix/qmgr[6340]: 2F44D7FF96: removed
cheersOct 18 21:52:22 heracles postfix/smtp[6358]: smtp.gmail.com[64.233.183.109]:587: certificate verification depth=0 verify=0 subject=/C=US/ST=California/L=Mountain View/O=Google Inc/CN=smtp.gmail.com
Oct 18 21:52:22 heracles postfix/smtp[6358]: certificate verification failed for smtp.gmail.com[64.233.183.109]:587: untrusted issuer /C=ZA/ST=Western Cape/L=Cape Town/O=Thawte Consulting cc/OU=Certification Services Division/CN=Thawte Premium Server CA/emailAddress=premium-server@thawte.com
Eek
@darione75 my comment was concerning the smtp server not username i guess that one is a bug.
My comment was that most modern internet access providers block smtp port and don't provide relaying (sometimes port 587 is still open so eek's solution would be a nice one... thanks eek!!). So when your bubba is at such an access provider you have to use their smtp port. Then you will be able to sent email from all different accounts.
My comment was that most modern internet access providers block smtp port and don't provide relaying (sometimes port 587 is still open so eek's solution would be a nice one... thanks eek!!). So when your bubba is at such an access provider you have to use their smtp port. Then you will be able to sent email from all different accounts.
Many thanks Eek!
Please can you explane how can i open a terminal into bubba two? In the menu there's anything, i try to connect via terminal (i use linux on my pc) and try ssh connection to bubba. the system ask me a password and i try all my know password, even the default ed "excito" but ican't login.
So please explain me how to log in as root or su
after i've modify as i describe,in the bubba can i find a menu with other smtp sender option?
The problem about login with @ sill remain, i've the version 1.0.8-1
Thanks
Please can you explane how can i open a terminal into bubba two? In the menu there's anything, i try to connect via terminal (i use linux on my pc) and try ssh connection to bubba. the system ask me a password and i try all my know password, even the default ed "excito" but ican't login.
So please explain me how to log in as root or su
after i've modify as i describe,in the bubba can i find a menu with other smtp sender option?
The problem about login with @ sill remain, i've the version 1.0.8-1
Thanks
Now i'm in with ssh.
when ki try to install mailx the system say to run update.
if i run update, i reciveve this message:
apt-get update
Err http://ftp.se.debian.org etch Release.gpg
Temporary failure resolving 'ftp.se.debian.org'
Err http://update.excito.org marielle Release.gpg
Temporary failure resolving 'update.excito.org'
Err http://update.excito.org upstream_etch Release.gpg
Temporary failure resolving 'update.excito.org'
Failed to fetch http://update.excito.org/dists/marielle/Release.gpg Temporary failure resolving 'update.excito.org'
Failed to fetch http://update.excito.org/dists/upstream ... elease.gpg Temporary failure resolving 'update.excito.org'
Failed to fetch http://ftp.se.debian.org/debian/dists/etch/Release.gpg Temporary failure resolving 'ftp.se.debian.org'
Reading package lists... Done
W: Couldn't stat source package list http://update.excito.org marielle/main Packages (/var/lib/apt/lists/update.excito.org_dists_marielle_main_binary-powerpc_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://update.excito.org upstream_etch/main Packages (/var/lib/apt/lists/update.excito.org_dists_upstream%5fetch_main_binary-powerpc_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://ftp.se.debian.org etch/main Packages (/var/lib/apt/lists/ftp.se.debian.org_debian_dists_etch_main_binary-powerpc_Packages) - stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems
E: Some index files failed to download, they have been ignored, or old ones used instead.
What's the problem??
when ki try to install mailx the system say to run update.
if i run update, i reciveve this message:
apt-get update
Err http://ftp.se.debian.org etch Release.gpg
Temporary failure resolving 'ftp.se.debian.org'
Err http://update.excito.org marielle Release.gpg
Temporary failure resolving 'update.excito.org'
Err http://update.excito.org upstream_etch Release.gpg
Temporary failure resolving 'update.excito.org'
Failed to fetch http://update.excito.org/dists/marielle/Release.gpg Temporary failure resolving 'update.excito.org'
Failed to fetch http://update.excito.org/dists/upstream ... elease.gpg Temporary failure resolving 'update.excito.org'
Failed to fetch http://ftp.se.debian.org/debian/dists/etch/Release.gpg Temporary failure resolving 'ftp.se.debian.org'
Reading package lists... Done
W: Couldn't stat source package list http://update.excito.org marielle/main Packages (/var/lib/apt/lists/update.excito.org_dists_marielle_main_binary-powerpc_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://update.excito.org upstream_etch/main Packages (/var/lib/apt/lists/update.excito.org_dists_upstream%5fetch_main_binary-powerpc_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://ftp.se.debian.org etch/main Packages (/var/lib/apt/lists/ftp.se.debian.org_debian_dists_etch_main_binary-powerpc_Packages) - stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems
E: Some index files failed to download, they have been ignored, or old ones used instead.
What's the problem??
Hi
make sure that you have created a user with shell login privilege.
when logged in using ssh, you can do a su - and the default password is excito.
Checkout these:
http://forum.excito.net//viewtopic.php?t=835 for setting up mail.
http://souptonuts.sourceforge.net/postfix_tutorial.html for using gmail
In this tutorial not really mentioned, but you have to include the Twathe certificate
cheers
Eek
make sure that you have created a user with shell login privilege.
when logged in using ssh, you can do a su - and the default password is excito.
Checkout these:
http://forum.excito.net//viewtopic.php?t=835 for setting up mail.
http://souptonuts.sourceforge.net/postfix_tutorial.html for using gmail
In this tutorial not really mentioned, but you have to include the Twathe certificate
Code: Select all
cat /etc/ssl/certs/Thawte_Premium_Server_CA.pem >> cacert.pem
Eek
Just read you other update
this could be either no internet access, or wrong gateway.
does you pc have internet access?
what DNS server does it use?
is it the same as in /etc/resolv.conf?
cheers
Eek
This looks like you don't have access to your DNS server.Temporary failure resolving 'ftp.se.debian.org'
this could be either no internet access, or wrong gateway.
does you pc have internet access?
what DNS server does it use?
is it the same as in /etc/resolv.conf?
cheers
Eek
I've the dns working. in fact if i ping from ssh www.google.it it works..
see below
ping www.google.it
PING www.l.google.com (66.102.9.104) 56(84) bytes of data.
64 bytes from lm-in-f104.google.com (66.102.9.104): icmp_seq=1 ttl=242 time=89.7 ms
64 bytes from lm-in-f104.google.com (66.102.9.104): icmp_seq=2 ttl=242 time=88.0 ms
64 bytes from lm-in-f104.google.com (66.102.9.104): icmp_seq=3 ttl=242 time=89.4 ms
^C
--- www.l.google.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2005ms
rtt min/avg/max/mdev = 88.041/89.074/89.701/0.735 ms
BUT IF I TRY APT-GET UPDATE, THE RESULT IS:
apt-get update
Err http://ftp.se.debian.org etch Release.gpg
Could not resolve 'ftp.se.debian.org'
Err http://update.excito.org marielle Release.gpg
Could not resolve 'update.excito.org'
Ign http://ftp.se.debian.org etch Release
Err http://update.excito.org upstream_etch Release.gpg
Could not resolve 'update.excito.org'
Err http://ftp.se.debian.org etch/main Packages
Could not resolve 'ftp.se.debian.org'
Ign http://update.excito.org marielle Release
Ign http://update.excito.org upstream_etch Release
Err http://update.excito.org marielle/main Packages
Could not resolve 'update.excito.org'
Err http://update.excito.org upstream_etch/main Packages
Could not resolve 'update.excito.org'
Failed to fetch http://update.excito.org/dists/marielle/Release.gpg Could not resolve 'update.excito.org'
Failed to fetch http://update.excito.org/dists/upstream ... elease.gpg Could not resolve 'update.excito.org'
Failed to fetch http://ftp.se.debian.org/debian/dists/etch/Release.gpg Could not resolve 'ftp.se.debian.org'
Failed to fetch http://ftp.se.debian.org/debian/dists/e ... ackages.gz Could not resolve 'ftp.se.debian.org'
Failed to fetch http://update.excito.org/dists/marielle ... ackages.gz Could not resolve 'update.excito.org'
Failed to fetch http://update.excito.org/dists/upstream ... ackages.gz Could not resolve 'update.excito.org'
Reading package lists... Done
W: Couldn't stat source package list http://update.excito.org marielle/main Packages (/var/lib/apt/lists/update.excito.org_dists_marielle_main_binary-powerpc_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://update.excito.org upstream_etch/main Packages (/var/lib/apt/lists/update.excito.org_dists_upstream%5fetch_main_binary-powerpc_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://ftp.se.debian.org etch/main Packages (/var/lib/apt/lists/ftp.se.debian.org_debian_dists_etch_main_binary-powerpc_Packages) - stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems
E: Some index files failed to download, they have been ignored, or old ones used instead.
ANY IDEAS???
see below
ping www.google.it
PING www.l.google.com (66.102.9.104) 56(84) bytes of data.
64 bytes from lm-in-f104.google.com (66.102.9.104): icmp_seq=1 ttl=242 time=89.7 ms
64 bytes from lm-in-f104.google.com (66.102.9.104): icmp_seq=2 ttl=242 time=88.0 ms
64 bytes from lm-in-f104.google.com (66.102.9.104): icmp_seq=3 ttl=242 time=89.4 ms
^C
--- www.l.google.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2005ms
rtt min/avg/max/mdev = 88.041/89.074/89.701/0.735 ms
BUT IF I TRY APT-GET UPDATE, THE RESULT IS:
apt-get update
Err http://ftp.se.debian.org etch Release.gpg
Could not resolve 'ftp.se.debian.org'
Err http://update.excito.org marielle Release.gpg
Could not resolve 'update.excito.org'
Ign http://ftp.se.debian.org etch Release
Err http://update.excito.org upstream_etch Release.gpg
Could not resolve 'update.excito.org'
Err http://ftp.se.debian.org etch/main Packages
Could not resolve 'ftp.se.debian.org'
Ign http://update.excito.org marielle Release
Ign http://update.excito.org upstream_etch Release
Err http://update.excito.org marielle/main Packages
Could not resolve 'update.excito.org'
Err http://update.excito.org upstream_etch/main Packages
Could not resolve 'update.excito.org'
Failed to fetch http://update.excito.org/dists/marielle/Release.gpg Could not resolve 'update.excito.org'
Failed to fetch http://update.excito.org/dists/upstream ... elease.gpg Could not resolve 'update.excito.org'
Failed to fetch http://ftp.se.debian.org/debian/dists/etch/Release.gpg Could not resolve 'ftp.se.debian.org'
Failed to fetch http://ftp.se.debian.org/debian/dists/e ... ackages.gz Could not resolve 'ftp.se.debian.org'
Failed to fetch http://update.excito.org/dists/marielle ... ackages.gz Could not resolve 'update.excito.org'
Failed to fetch http://update.excito.org/dists/upstream ... ackages.gz Could not resolve 'update.excito.org'
Reading package lists... Done
W: Couldn't stat source package list http://update.excito.org marielle/main Packages (/var/lib/apt/lists/update.excito.org_dists_marielle_main_binary-powerpc_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://update.excito.org upstream_etch/main Packages (/var/lib/apt/lists/update.excito.org_dists_upstream%5fetch_main_binary-powerpc_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://ftp.se.debian.org etch/main Packages (/var/lib/apt/lists/ftp.se.debian.org_debian_dists_etch_main_binary-powerpc_Packages) - stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems
E: Some index files failed to download, they have been ignored, or old ones used instead.
ANY IDEAS???
I've try to follo this post
http://forum.excito.net/viewtopic.php?p=5605#5605
i'veinstall ethtool, launch alla comand, but nothing is resolve!
HOW CAN I MANAGE 5 EMAIL ACCOUNT WITH THIS PRODUCT???
HOW CAN I USE GMAIL WITH THIS PRODUCT??
http://forum.excito.net/viewtopic.php?p=5605#5605
i'veinstall ethtool, launch alla comand, but nothing is resolve!
HOW CAN I MANAGE 5 EMAIL ACCOUNT WITH THIS PRODUCT???
HOW CAN I USE GMAIL WITH THIS PRODUCT??