My Bubba2 is collecting pop3-mail from several mailboxes.
A SheevaPlug on the same LAN with a getmail/dovecot-setup is collecting exactly the same mail. Now, while the SheevaPlug-mail pops up almost immediately (thunderbird-client), the mail collected by Bubba drops by some 30 minuttes later.
Why is ...
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 !
Search found 22 matches
- 26 Nov 2011, 06:30
- Forum: B2 & B3 Support
- Topic: Bubba/fetchmail vs SheevaPlug/getmail
- Replies: 1
- Views: 4484
- 26 Oct 2010, 15:19
- Forum: B2 & B3 Support
- Topic: Blocking access from WAN for certain Bubba users
- Replies: 1
- Views: 3442
Re: Blocking access from WAN for certain Bubba users
I found something using iptables blocking outbound traffic:
http://www.cyberciti.biz/tips/block-outgoing-network-access-for-a-single-user-from-my-server-using-iptables.html
If I turn it into:
iptables -A INPUT -m owner --uid-owner 1004 -p tcp --dport 443 -j DROP
would that work? Don't want ...
http://www.cyberciti.biz/tips/block-outgoing-network-access-for-a-single-user-from-my-server-using-iptables.html
If I turn it into:
iptables -A INPUT -m owner --uid-owner 1004 -p tcp --dport 443 -j DROP
would that work? Don't want ...
- 26 Oct 2010, 07:13
- Forum: B2 & B3 Support
- Topic: Blocking access from WAN for certain Bubba users
- Replies: 1
- Views: 3442
Blocking access from WAN for certain Bubba users
Hi,
I am using B2.0.4.1 in "Automatic network settings"-mode. Bubba is sitting behind a linksys dd-wrtv24 router and collects pop3 mail from different accouts. Works great. Having port 443 forwarded to Bubba's lan-ip, I can easily reach Bubba from WAN.
Now, I would like to have some Bubba users to ...
I am using B2.0.4.1 in "Automatic network settings"-mode. Bubba is sitting behind a linksys dd-wrtv24 router and collects pop3 mail from different accouts. Works great. Having port 443 forwarded to Bubba's lan-ip, I can easily reach Bubba from WAN.
Now, I would like to have some Bubba users to ...
- 07 Jun 2010, 01:43
- Forum: B2 & B3 Support
- Topic: How to permanently mount eSATA
- Replies: 10
- Views: 13066
Re: How to permanently mount eSATA
@ryz
Or I guess an more correct way to write this in the fstab file is
Code: Select all
UUID=6448261a-7170-4d7b-ae24-614a5c218a59 /home/storage/extern/bubba_rsync rw,auto 0 0
Yes, you are right, now it works. The only thing missing was the filesystem, so I changed it to:
UUID=6448261a-7170 ...
Or I guess an more correct way to write this in the fstab file is
Code: Select all
UUID=6448261a-7170-4d7b-ae24-614a5c218a59 /home/storage/extern/bubba_rsync rw,auto 0 0
Yes, you are right, now it works. The only thing missing was the filesystem, so I changed it to:
UUID=6448261a-7170 ...
- 06 Jun 2010, 11:56
- Forum: B2 & B3 Support
- Topic: How to permanently mount eSATA
- Replies: 10
- Views: 13066
Re: How to permanently mount eSATA
Seems that I can't handle this UUID-thing. :?
I tried the unmodern way:
bubba:/# mkdir -m 775 /home/storage/extern/bubba_rsync
bubba:/#chown admin /home/storage/extern/bubba_rsync
bubba:/#chgrp users /home/storage/extern/bubba_rsync
I registered the new mountpoint with fstab:
bubba:/etc# cat ...
I tried the unmodern way:
bubba:/# mkdir -m 775 /home/storage/extern/bubba_rsync
bubba:/#chown admin /home/storage/extern/bubba_rsync
bubba:/#chgrp users /home/storage/extern/bubba_rsync
I registered the new mountpoint with fstab:
bubba:/etc# cat ...
- 06 Jun 2010, 07:49
- Forum: B2 & B3 Support
- Topic: How to permanently mount eSATA
- Replies: 10
- Views: 13066
Re: How to permanently mount eSATA
Well since Bubba was not rebooted, my wild guess was the samba share and the reboot of the desktop PC.I would agree with that, but he's not talking about rebooting his Bubba, he's talking about rebooting his desktop PC.
It is a bit strange, that Bubba keeps the old eSATA-mounts listed so.
- 06 Jun 2010, 06:52
- Forum: B2 & B3 Support
- Topic: How to permanently mount eSATA
- Replies: 10
- Views: 13066
Re: How to permanently mount eSATA
ok, I was a bit slow, I have to use
I'll try that and post the result.
Code: Select all
UUID="6448261a-7170-4d7b-ae24-614a5c218a59"
- 06 Jun 2010, 06:13
- Forum: B2 & B3 Support
- Topic: How to permanently mount eSATA
- Replies: 10
- Views: 13066
Re: How to permanently mount eSATA
This is what "df" returns:
bubba:/# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda1 9621848 998104 8134968 11% /
tmpfs 128228 0 128228 0% /lib/init/rw
udev 10240 44 10196 1% /dev
tmpfs 128228 4 128224 1% /dev/shm
/dev/mapper/bubba-storage
470050224 165948900 280224104 38% /home ...
bubba:/# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda1 9621848 998104 8134968 11% /
tmpfs 128228 0 128228 0% /lib/init/rw
udev 10240 44 10196 1% /dev
tmpfs 128228 4 128224 1% /dev/shm
/dev/mapper/bubba-storage
470050224 165948900 280224104 38% /home ...
- 06 Jun 2010, 05:32
- Forum: B2 & B3 Support
- Topic: How to permanently mount eSATA
- Replies: 10
- Views: 13066
Re: How to permanently mount eSATA
....That makes no sense.
I agree.
Does the Bubba not create a mount point in /home/storage/extern for your eSATA drive?
Yes, it does, but it somehow gets unmounted, and than a new device name is used. (see picture)
I am used to mount a samba share:
//bubba/home/test /media/bubba_test cifs ...
- 06 Jun 2010, 04:14
- Forum: B2 & B3 Support
- Topic: How to permanently mount eSATA
- Replies: 10
- Views: 13066
How to permanently mount eSATA
Hi,
I would like to have my eSATA-drive mounted permanently, because Bubba2 hands out a new device name when i reboot my desktop machine, for exsample:
HDT722525DLA380 /dev/sdh4 unused ATA
turnes into
HDT722525DLA380 /dev/ sdi4 unused ATA
The fstab shows:
/dev/mapper/bubba-storage /home ...
I would like to have my eSATA-drive mounted permanently, because Bubba2 hands out a new device name when i reboot my desktop machine, for exsample:
HDT722525DLA380 /dev/sdh4 unused ATA
turnes into
HDT722525DLA380 /dev/ sdi4 unused ATA
The fstab shows:
/dev/mapper/bubba-storage /home ...
- 04 Oct 2009, 16:49
- Forum: Bubba Server Support
- Topic: IMAP DynDNS - mailserver address from outside
- Replies: 3
- Views: 6699
Re: IMAP DynDNS - mailserver address from outside
Forwarding port 143 to Bubba did the trick. A lot faster now using Thunderbird instead of Bubba´s web mail client Horde. Thanks for your help, Danieil.
All the best
dan_bub
All the best
dan_bub
- 02 Oct 2009, 15:54
- Forum: Bubba Server Support
- Topic: IMAP DynDNS - mailserver address from outside
- Replies: 3
- Views: 6699
Re: IMAP DynDNS - mailserver address from outside
Thanks for the tip. I have no access to my router from where I am right now, but I am checking port forwarding to port 143 tomorrow or sunday.
Regards
dan_bub
Regards
dan_bub
- 02 Oct 2009, 04:27
- Forum: Bubba Server Support
- Topic: IMAP DynDNS - mailserver address from outside
- Replies: 3
- Views: 6699
IMAP DynDNS - mailserver address from outside
Hi,
I guess, this is an easy one, however, I can't figure it out. :?
In Thunderbird and from LAN, I just enter 10.0.0.5 as my IMAP mailserver address and it works without problems, but when I try to connect from outside using my DynDNS.com-address
myName.DynDNS.com
I cannot connect. Therefor my ...
I guess, this is an easy one, however, I can't figure it out. :?
In Thunderbird and from LAN, I just enter 10.0.0.5 as my IMAP mailserver address and it works without problems, but when I try to connect from outside using my DynDNS.com-address
myName.DynDNS.com
I cannot connect. Therefor my ...
- 24 Mar 2009, 06:21
- Forum: Bubba Server Support
- Topic: Horde performance WAN/LAN with B2
- Replies: 0
- Views: 3880
Horde performance WAN/LAN with B2
Hallo,
I am very very very glad for my B2 working as mailserver - it's a rock-solid workinghorse, online and stable from the very first moment.
But when it comes to reaching my B2 from outside and working with Horde via https://xyz, you can't actually use it properly. Even over the LAN it is very ...
I am very very very glad for my B2 working as mailserver - it's a rock-solid workinghorse, online and stable from the very first moment.
But when it comes to reaching my B2 from outside and working with Horde via https://xyz, you can't actually use it properly. Even over the LAN it is very ...
- 10 Feb 2009, 09:01
- Forum: Bubba Server Support
- Topic: apache2 refuses to restart ( *:443 has no VirtualHosts)
- Replies: 14
- Views: 22282