General :: Postfix Loopback To Myself
Dec 24, 2010I m facing a problem regarding with postfix, when the user try to send a mail to anyone on the system it loopback to itself i
This is my main.cf file:
I m facing a problem regarding with postfix, when the user try to send a mail to anyone on the system it loopback to itself i
This is my main.cf file:
Here is what i do: make clean make makefiles CCARGS='-DEF_CONFIG_DIR="/opt/product/postfix-2.6.5/etc"
-DEF_COMMAND_DIR="/opt/product/postfix-2.6.5"
-DEF_DAEMON_DIR="/opt/product/postfix-2.6.5/libexec"
-DEF_MAILQ_PATH="/opt/product/postfix-2.6.5/bin/mailq"
-DEF_DATA_DIR="/opt/product/postfix-2.6.5/lib"
-DEF_NEWALIAS_DIR="/opt/product/postfix-2.6.5/bin/newaliases"
[Code]...
make install then i got this error: postfix: fatal: chdir(/usr/libexec/postfix): No such file or directory make: *** [install] Error 1 I don't understand why it's checking the usr/libexec folder for the daemons although I've set the folder to /opt/product/postfix-2.6.5/libexec in the makefile. Here is also the cat of my makedefs.out:
[Code]....
I have the following scenario: I have a file that I want to edit from certain point a certain amount of bytes.
I tried using losetup but failed:
Code:
If I loop the file entirely it works, but that's not helping me. (I'm actually keeping the C option for last since shell programming is less restrictive.
I'm trying to run a persistent Debian distro on a USB thumbdrive, with the persistency data written in a mounted live-rw loopback file. However, the drive has to be formatted FAT32, and that poses a 2GB maximum limit on files, so I can't use the full 3GB space that is left on the drive after the Linux install. Can I make two loopback files and format/mount them as a single filesystem? If I can't I guess I'll have to repartition the drive, which I'd rather avoid.
View 6 Replies View RelatedI was wondering if it is possible to create a growing image for a loopback device. Like a file that you create that will grow with the data that is placed on it instead of a file that has to be the size of the entire file system?
View 4 Replies View RelatedBesides Puppy or DSL, is there a full "regular" Linux distro that is friendly to be installed on a USB flash drive that won't wear it out? I want to be able to upgrade it, not just keep minor persistent changes like the methods outlined in pendrivelinux.com. The loopback file would fill out too much if I actually did a apt-get update, so I want something that installs natively on a USB flash drive with EXT3/EXT4, etc.
However, is there a distro that sends the log to a tmp ram drive, for instance? Something made *not* to wear out a USB drive too fast? I want a truly portable Linux on a UFD, not a semi-attempt that uses casper.
I have configured loopback IP address on my server as (10.10.10.10). My LAN card physical IP address is 10.10.10.20. I dont want my loopback IP address to broadcast the IP & arp. How can i achieve it? Right now i see the problem that both 10.10.10.10 & 10.10.10.20 ip address is broadcasted by same MAC & I have 10.10.10.10 is already with some other host too.
View 2 Replies View Relatedis there any HOWTO for configuring Webmin Postfix server with multiple postfix virtual hosts? Seems to be a tough challenge to set it up without any easy manual..
View 1 Replies View Relatedso i set out to change the default smtp port the server uses because my ISP blocks port 25 and i need the email to work in outlook. this morning i could receive email, but not send it. so i did some research and thought that i needed to edit the master.cf file in /etc/postfix/ by commenting out this line: smtp inet n - n - - smtpd -oand replace it with587 inet n - n - - smtpd (587 being the port i want to use)somewhere along the lines postfix server stopped running and now i cannot get it to start.if i try using SSH it crashes immediately and if i restart it in simple control panel nothing happens
View 7 Replies View RelatedI recently moved over user from an old box running postfix(v 2.0.16) over to rhel 6 running postfix (v mail_version = 2.6.6). ive tried to make sure all the files are of correct permissions and that the main.cf file is configured corectly. However there is something wrong as when i run postfix: service postfix server i get no error but when checking the status:service postfix status i get: master dead but pid file exists Looking into /var/log/mailog i find this line being the issue:
Feb 25 16:24:39 puny1 postfix/master[3517]: fatal: fifo_listen: create fifo public/pickup: Permission denied
I gather this is a file permission issue and ive tried to make sure the public folder in /var/spool/postfix is correctly set but still no avail.
I was trying to write a graph plotting program with c++. I need to convert the infix expression from user to postfix expression for quick evaluation. However, the evaluation of postfix is kind of interpreted, and thus kind of slow for evaluating huge number of values. Say if I plot an implicit function the penalty is quite huge. Is there a way that I can compile the infix expression from my running graph plotting application for high speed evaluation.
View 6 Replies View RelatedI have isntalled a server with Centos 5.2 OS, now I would like to switch from the default sendmail to postfix doing a yum install postfix I've noticed there is already available an rpm version for the OS but I would like to compile my own 2.5 version, I've noticed compiling from source does not allow me to use the mail switcher to tell to the system I'm gonna use Postfix instead of Sendmail as the default MTA while this is possible when I use the "official" rpm version of the package. Now my question is this, would this be a problem? There is some specific procedure/best practice I should follow? Or once compiled and configured Postfix I can safely disable/uninstall sendmail?
View 6 Replies View RelatedI am trying to mount a raw/dd image of solaris hdd in Linux with the following command:
Code:
Does Linux have tool for checking ufs filesystem integrity?
I have extracted the WebCamStudio java application into a folder in my Fedora 13 x86_64 installation. I can run WebCamStudio with the command java -jar "WebcamStudio.jar".
I can successfully select sources and view preview etc. However, the bottom status line permanently states "no output". There is no vloopback device to select in Cheese, camstream, Skype, AMsn etc. Does anyone know how I can get the loopback device to work?
I have added my username to the group "video"
I only have /dev/video0 - should there be another module for the loopback device?
Linux 2.6.33.6-147.fc13.x86_64
WebcamStudio 0.55a
Why does the loopback interface has such a high mtu? I get it that it needs to work out even large packets, which is logical but why this specific number? I can set the MTU even higher with the ip link command, so it's not a limitation of the variable used.
View 4 Replies View RelatedThe concepts of pseudodevice and loopback device ?
View 1 Replies View RelatedI have two ethernet card on my computer, I want to make a TCP or UDP communication between these two cards, so I disable loopback: #ifconfig lo down. but with out loopback I can't even ping an eth from another one. how should I do? I want traffic to really pass eth cards.
View 2 Replies View RelatedI have a server application that uses loopback addresses to open servers on linux machine.
For IPv4 with one line of configuration I can open many servers according to the mask I use for example with 10.10.10.0/24 I can open 254 servers.
How can I do the same for IPv6 ? I am able to add loopback interfaces but only for one host. Is it possible to add for a subnet ?
If not what is the max number of addresses that I can add ?
I also saw that it add the address only to loopback lo and I can add it to lo:3 for example.
I am new to fedora. In fact I have not even installed it yet. I have been using a different distribution for some time now. But it has just had an update, and with that I lost the ability to have analog loopback. I need it because I need to record sound from my speakers, and my mic at the same time, and my soundcard does not seem to allow them to be mixed (or at least I could never figure out how). I have been using the analog loopback to add the mic to the speaker sound, then splitting the speaker sound to also feed back into the line in. I then recorded from the line in to get both the speaker sounds, and the mic. But now I guess alsa has taken the analog loopback out, so I need to find another way.
So I am trying out distributions, and I decided to try fedora. I am just running the live cd right now, and I found that if I installed paprefs (pulse audio preferences) there was an option to loop the audio to the speakers. However it does not loopback the sound. I tried the same think in linux mint, and it worked, but but after about a min of this, the sound got distorted to the point where I could not even understatnd what I said in the mic. This happened all of a sudden, not a gradual thing, but one second it was fine, the next it was very bad.
I've got some old drives using pre-LUKS loopback encryption, and I'm having problems mounting them on OpenSUSE 11.3. What I expected to work, based on past experiences with other distributions, is something along the lines of:
mount -t ext3 /dev/sdc11 tmp -o loop=/dev/loop1,encryption=AES256. When I try this I'm asked for the password, but then get the message "ioctl: LOOP_SET_STATUS: Invalid argument". Anyone have a clue what could be going wrong, or how I can best access these drives from OpenSUSE?
I own an Ubuntu Server 9.04 on a remote dedicated server. Since a few days (?) the loopback interface is not 'up' on reboot : I only have eth0 (which works fine).Here is my /etc/networking/interfaces (did not change since server initialization):
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
[code]....
I run a webserver Apache2, php5, and MySQL. They are all set up correctly and I can access my website at [URL] I have, also installed, noip2 to update my IP address to no-ip.com for my domain name. Here's the problem: I can access my website through that domain name on other computers, both on internet and on the same network. But I cannot access it from my own computer (using the domain name instead of localhost). I need to be able to access the domain name on my computer because some pages on my website have been defined as the address to my domain name and not localhost. I cannot change this to localhost because if I do then people outside cannot work the webpages correctly. I had the same troubles on Windows before and I simply enabled loopback connections by typing in my private IP address along with the domain name into the Windows hosts file. I use version 10.04.
View 3 Replies View RelatedI have the same problem in Windows 7 and Ubuntu 10.04 where I can't record "what I hear" or "Stereo Mix" or "loopback", etc...I did not have this problem in previous versions of Windows (XP) and Ubuntu (9.04)...I hope this isn't because of MPAA/RIAA/DMCA/ACTA crapAudio Card as reported by alsamixer: SigmaTel STAC9200
View 5 Replies View RelatedI am trying to expand my Ubuntu partition into my Windows 7 C: drive, but the win7 partioner will not let me shrink it because of immovable files. Is there anyway for me to but an loopback device in the windows partion, and have Ubuntu boot with that as the root device?
View 1 Replies View RelatedThis seems like a relatively simple question, but the answer seems to elude everyone: What is the MAXIMUM SIZE of a Linux loopback device (not counting any specific filesystem limitations)? Is it the maximum size of a linux block device?
View 4 Replies View RelatedI have configured LVS under RHEL5. I need to configure static route to my VIP. Now, I used the following command to add route but reboot OS will flush the route.
# route add -host 192.168.11.55 dev lo:0
how to add static route for certain network via /etc/sysconfig/network-scripts/route-<device-name>. But I did not found that for host.
Installed latest version of sipXecs (PBX system) which is based on CentOS. The install went fine. During the first boot up all the messages come back with OK until it reachs a message about loopback. It hanges on this message and will go no further.
View 1 Replies View RelatedI am trying to get my soundcard, Creative X-Fi Titanium HD, on my new Debian Jessie Beta 2 installation working. I can hear sound from the speakers and sound is getting recorded from my mic, but the output is somewhat connected to the input. I had the issue on my Windows installation and had to turn it down in my soundcard settings. But after playing around in alsamixer and trying to switch inputs and turning down/up the volume on different channels, I had no success fixing the issue.
Link to my alsa-info: [URL] ....
I'm setting up a loopback server for work related testing. I have a small program that needs to be executed through telnet from about 200 IP's on the same network. On the server, I have to set a static ip, enable telnet login, and place my 2 program files in the appropriate folders so it will run. I have been on this for 2-3 days and haven't got far.
My /etc/Network/interfaces file is this...
Auto lo
iface lo inet loopback
The rest of terminal is filled up with these, and it states that the file only has 32 characters. I don't know if this is a privilege issue or not. I've read several threads on telnet, and lots of arguments about ssh, but I can't run ssh, so I need to enable telnet. There is not a security issue. I run a private network where the only valuable resource would probably be the text file with my IP address on it. Its also accessed by people that have very limited networking knowledge and no linux knowledge...
So,
Set static IP
Setup telnet server...
Any takers?
I'm using Wordpress on Apache localy to keep a diary (it's convenient because of the tags).
When I'm connected to any network (be it wired or wireless) my Apache (and Wordpress, of course) works just fine. But as soon as I go offline, I can't access the web server neither through browser nor by telneting to the 80th port. Pinging localhost works just fine.Here is my ifconfig when offline and when online:Online:
Code:
eth0 Link encap:Ethernet HWaddr 00:24:54:6f:07:aa
UP BROADCAST MULTICAST MTU:1500 Metric:1
[code]...